Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
c93cf61fd1d5378134f9b06703f7078067542e00
c93cf61
[NETNS]: The net-subsys IDs generator.
by Pavel Emelyanov
· 17 years ago
31efdf0
[ISDN] include/linux/isdn.h: remove dead code
by Adrian Bunk
· 17 years ago
7ef3abd
[IRDA]: Remove irlan_eth_send_gratuitous_arp()
by Adrian Bunk
· 17 years ago
99971e7
[WANPIPE]: Forgotten bits of Sangoma drivers removal.
by Adrian Bunk
· 17 years ago
0c3141e
[TIPC]: Overhaul of socket locking logic
by Allan Stephens
· 17 years ago
b89741a
[TIPC]: Cosmetic changes to TIPC connect() code
by Allan Stephens
· 17 years ago
4934c69
[TIPC]: Add error check to detect non-blocking form of connect()
by Allan Stephens
· 17 years ago
1819b83
[TIPC]: Correct "off by 1" error in socket queue limit enforcement
by Allan Stephens
· 17 years ago
7a8036c
[TIPC]: Ignore message padding when receiving stream data
by Allan Stephens
· 17 years ago
a198d3a
[TIPC]: Allow stream receive to read from multiple TIPC messages
by Allan Stephens
· 17 years ago
9900980
[TIPC]: Skip connection flow control in connectionless sockets
by Allan Stephens
· 17 years ago
2c8dd11
[XFRM]: Compilation warnings in xfrm_user.c.
by Denis V. Lunev
· 17 years ago
569508c
[TCP]: Format addresses appropriately in debug messages.
by YOSHIFUJI Hideaki
· 17 years ago
a7d632b
[IPV4]: Use NIPQUAD_FMT to format ipv4 addresses.
by YOSHIFUJI Hideaki
· 17 years ago
334f8b2
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6.26
by David S. Miller
· 17 years ago
7477fd2
[SOCK]: Add some notes about per-bind-bucket sock lookup.
by Pavel Emelyanov
· 17 years ago
13f51d8
[DCCP]: Fix comment about control sockets.
by Pavel Emelyanov
· 17 years ago
df39e8b
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 17 years ago
ef1a5a5
[NETFILTER]: nf_conntrack: fix incorrect check for expectations
by Patrick McHardy
· 17 years ago
e7bfd0a
[NETFILTER]: bridge: add ebt_nflog watcher
by Peter Warasin
· 17 years ago
3c9fba6
[NETFILTER]: nf_conntrack: replace NF_CT_DUMP_TUPLE macro indrection by function call
by Jan Engelhardt
· 17 years ago
12c33aa
[NETFILTER]: nf_conntrack: const annotations in nf_conntrack_sctp, nf_nat_proto_gre
by Jan Engelhardt
· 17 years ago
f2ea825
[NETFILTER]: nf_nat: use bool type in nf_nat_proto
by Jan Engelhardt
· 17 years ago
5f2b4c9
[NETFILTER]: nf_conntrack: use bool type in struct nf_conntrack_tuple.h
by Jan Engelhardt
· 17 years ago
09f263c
[NETFILTER]: nf_conntrack: use bool type in struct nf_conntrack_l4proto
by Jan Engelhardt
· 17 years ago
8ce8439
[NETFILTER]: nf_conntrack: use bool type in struct nf_conntrack_l3proto
by Jan Engelhardt
· 17 years ago
9dbae79
[NETFILTER]: Remove unused callbacks in nf_conntrack_l3proto
by Jan Engelhardt
· 17 years ago
5e8fbe2
[NETFILTER]: nf_conntrack: add tuplehash l3num/protonum accessors
by Patrick McHardy
· 17 years ago
5f7da4d
[NETFILTER]: nf_conntrack_tcp: catch invalid state updates over ctnetlink
by Patrick McHardy
· 17 years ago
dd13b01
[NETFILTER]: nf_nat: kill helper and seq_adjust hooks
by Patrick McHardy
· 17 years ago
55871d0
[NETFILTER]: nf_conntrack_extend: warn on confirmed conntracks
by Patrick McHardy
· 17 years ago
8c87238
[NETFILTER]: nf_nat: don't add NAT extension for confirmed conntracks
by Patrick McHardy
· 17 years ago
42cf800
[NETFILTER]: nf_nat: remove obsolete check for ICMP redirects
by Patrick McHardy
· 17 years ago
9d908a6
[NETFILTER]: nf_nat: add SCTP protocol support
by Patrick McHardy
· 17 years ago
4910a08
[NETFILTER]: nf_nat: add DCCP protocol support
by Patrick McHardy
· 17 years ago
2bc7804
[NETFILTER]: nf_conntrack: add DCCP protocol support
by Patrick McHardy
· 17 years ago
d63a650
[NETFILTER]: Add partial checksum validation helper
by Patrick McHardy
· 17 years ago
6185f87
[NETFILTER]: nf_nat: add UDP-Lite support
by Patrick McHardy
· 17 years ago
2d2d84c
[NETFILTER]: nf_nat: remove unused name from struct nf_nat_protocol
by Patrick McHardy
· 17 years ago
ca6a507
[NETFILTER]: nf_conntrack_netlink: clean up NAT protocol parsing
by Patrick McHardy
· 17 years ago
535b57c
[NETFILTER]: nf_nat: move NAT ctnetlink helpers to nf_nat_proto_common
by Patrick McHardy
· 17 years ago
5abd363
[NETFILTER]: nf_nat: fix random mode not to overwrite port rover
by Patrick McHardy
· 17 years ago
937e0df
[NETFILTER]: nf_nat: add helpers for common NAT protocol operations
by Patrick McHardy
· 17 years ago
544473c
[NETFILTER]: {ip,ip6,arp}_tables: return EAGAIN for invalid SO_GET_ENTRIES size
by Patrick McHardy
· 17 years ago
fa913dd
[NETFILTER]: nf_conntrack_sip: clear address in parse_addr()
by Patrick McHardy
· 17 years ago
c2f9c68
[NETFILTER]: Explicitly initialize .priority in arptable_filter
by Jan Engelhardt
· 17 years ago
3bb0362
[NETFILTER]: remove arpt_(un)register_target indirection macros
by Jan Engelhardt
· 17 years ago
95eea85
[NETFILTER]: remove arpt_target indirection macro
by Jan Engelhardt
· 17 years ago
4abff07
[NETFILTER]: remove arpt_table indirection macro
by Jan Engelhardt
· 17 years ago
72b7294
[NETFILTER]: annotate rest of nf_nat_* with const
by Jan Engelhardt
· 17 years ago
58c0fb0
[NETFILTER]: annotate rest of nf_conntrack_* with const
by Jan Engelhardt
· 17 years ago
5452e42
[NETFILTER]: annotate {arp,ip,ip6,x}tables with const
by Jan Engelhardt
· 17 years ago
3cf93c9
[NETFILTER]: annotate xtables targets with const and remove casts
by Jan Engelhardt
· 17 years ago
b9f61b1
[NETFILTER]: xt_sctp: simplify xt_sctp.h
by Jan Engelhardt
· 17 years ago
fdccecd
[NETFILTER]: Use non-deprecated __RW_LOCK_UNLOCKED macro
by Robert P. J. Day
· 17 years ago
0718300c
[NETFILTER]: bridge netfilter: use non-deprecated __RW_LOCK_UNLOCKED macro.
by Robert P. J. Day
· 17 years ago
666953df
[NETFILTER]: ip_tables: per-netns FILTER/MANGLE/RAW tables for real
by Alexey Dobriyan
· 17 years ago
36e2a1b
[NETFILTER]: {ip,ip6}t_LOG: print MARK value in log output
by Patrick McHardy
· 17 years ago
b916f7d
[NETFILTER]: nf_conntrack: less hairy ifdefs around proc and sysctl
by Alexey Dobriyan
· 17 years ago
159d833
[BRIDGE]: Fix crash in __ip_route_output_key with bridge netfilter
by Patrick McHardy
· 17 years ago
4dee959
[NETFILTER]: ipt_CLUSTERIP: fix race between clusterip_config_find_get and _entry_put
by Pavel Emelyanov
· 17 years ago
f557285
[SKB]: __skb_queue_tail = __skb_insert before
by Gerrit Renker
· 17 years ago
7de6c03
[SKB]: __skb_append = __skb_queue_after
by Gerrit Renker
· 17 years ago
bf29927
[SKB]: __skb_queue_after(prev) = __skb_insert(prev, prev->next)
by Gerrit Renker
· 17 years ago
f525c06
[SKB]: __skb_dequeue = skb_peek + __skb_unlink
by Gerrit Renker
· 17 years ago
0912ea3
[IPV6] MROUTE: Add stats in multicast routing module method ip6_mr_forward().
by Rami Rosen
· 17 years ago
9625ed7
[IPV6] ADDRCONF: Don't generate temporary address for ip6-ip6 interface.
by YOSHIFUJI Hideaki
· 17 years ago
b077d7a
[IPV6] ADDRCONF: Ensure disabling multicast RS even if privacy extensions are disabled.
by YOSHIFUJI Hideaki
· 17 years ago
e9df2e8
[IPV6]: Use appropriate sock tclass setting for routing lookup.
by YOSHIFUJI Hideaki
· 17 years ago
7cd636f
[IPV6]: IPv6 extension header structures need to be packed.
by YOSHIFUJI Hideaki
· 17 years ago
0b18542
[NET]: Sink IPv6 menuoptions into its own submenu
by Jan Engelhardt
· 17 years ago
e7712f1
[IPV6]: Share common code-paths for sticky socket options.
by YOSHIFUJI Hideaki
· 17 years ago
cee8947
[IPV6] MROUTE: Do not call ipv6_find_idev() directly.
by YOSHIFUJI Hideaki
· 17 years ago
b45e918
[IPV6]: Fix ipv6 address fetching in raw6_icmp_error().
by David S. Miller
· 17 years ago
2ed9926
[NET]: Return more appropriate error from eth_validate_addr().
by Patrick McHardy
· 17 years ago
d2dcba6
[ISDN]: Do not validate ISDN net device address prior to interface-up
by Paul Bolle
· 17 years ago
671a1c7
[NETNS][DCCPV6]: Make per-net socket lookup.
by Pavel Emelyanov
· 17 years ago
334527d
[NETNS][DCCPV6]: Actually create ctl socket on each net and use it.
by Pavel Emelyanov
· 17 years ago
0204774
[NETNS][DCCPV6]: Move the dccp_v6_ctl_sk on the struct net.
by Pavel Emelyanov
· 17 years ago
8231bd2
[NETNS][DCCPV6]: Add dummy per-net operations.
by Pavel Emelyanov
· 17 years ago
68d1859
[NETNS][DCCPV6]: Don't pass NULL to ip6_dst_lookup.
by Pavel Emelyanov
· 17 years ago
fc5f858
[NETNS][DCCPV4]: Enable DCCPv4 in net namespaces.
by Pavel Emelyanov
· 17 years ago
b9901a8
[NETNS][DCCPV4]: Make per-net socket lookup.
by Pavel Emelyanov
· 17 years ago
f548739
[NETNS][DCCPV4]: Use proper net to route the reset packet.
by Pavel Emelyanov
· 17 years ago
b76c4b2
[NETNS][DCCPV4]: Actually create ctl socket on each net and use it.
by Pavel Emelyanov
· 17 years ago
7b1cffa
[NETNS][DCCPV4]: Move the dccp_v4_ctl_sk on the struct net.
by Pavel Emelyanov
· 17 years ago
72a2d61
[NETNS][DCCPV4]: Add dummy per-net operations.
by Pavel Emelyanov
· 17 years ago
67019cc
[NETNS]: Add an empty netns_dccp structure on struct net.
by Pavel Emelyanov
· 17 years ago
5f4472c
[TCP]: Remove owner from tcp_seq_afinfo.
by Denis V. Lunev
· 17 years ago
68fcadd
[TCP]: Place file operations directly into tcp_seq_afinfo.
by Denis V. Lunev
· 17 years ago
52d6f3f
[TCP]: Cleanup /proc/tcp[6] creation/removal.
by Denis V. Lunev
· 17 years ago
9427c4b
[TCP]: Move seq_ops from tcp_iter_state to tcp_seq_afinfo.
by Denis V. Lunev
· 17 years ago
1abf4fb
[TCP]: No need to check afinfo != NULL in tcp_proc_(un)register.
by Denis V. Lunev
· 17 years ago
a4146b1
[TCP]: Replace struct net on tcp_iter_state with seq_net_private.
by Denis V. Lunev
· 17 years ago
2cf83af
[ATM] drivers/atm/horizon.c: stop inlining largish static functions
by Denys Vlasenko
· 17 years ago
4c821d7
[NET]: Fix kernel-doc for skb_segment
by Ben Hutchings
· 17 years ago
ac6f781
[INET]: sk_reuse is valbool
by Gerrit Renker
· 17 years ago
f37f0af
[SOCK] sk_stamp: should be initialized to ktime_set(-1L, 0)
by Eric Dumazet
· 17 years ago
3654ea0
[TIPC]: Improve socket time conversions
by Allan Stephens
· 17 years ago
967369328
[TIPC]: Remove redundant socket wait queue initialization
by Allan Stephens
· 17 years ago
Next »