Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
923c6586b0dc0a00df07a1608185437145a0c68b
/
net
/
ipv4
923c658
mib: put icmpmsg statistics on struct net
by Pavel Emelyanov
· 16 years ago
b60538a
mib: put icmp statistics on struct net
by Pavel Emelyanov
· 16 years ago
386019d
mib: put udplite statistics on struct net
by Pavel Emelyanov
· 16 years ago
2f275f9
mib: put udp statistics on struct net
by Pavel Emelyanov
· 16 years ago
61a7e26
mib: put net statistics on struct net
by Pavel Emelyanov
· 16 years ago
a20f579
mib: put ip statistics on struct net
by Pavel Emelyanov
· 16 years ago
57ef42d
mib: put tcp statistics on struct net
by Pavel Emelyanov
· 16 years ago
9b4661b
ipv4: add pernet mib operations
by Pavel Emelyanov
· 16 years ago
ed88098
mib: add net to NET_ADD_STATS_USER
by Pavel Emelyanov
· 16 years ago
f2bf415
mib: add net to NET_ADD_STATS_BH
by Pavel Emelyanov
· 16 years ago
6f67c81
mib: add net to NET_INC_STATS_USER
by Pavel Emelyanov
· 16 years ago
de0744a
mib: add net to NET_INC_STATS_BH
by Pavel Emelyanov
· 16 years ago
4e67344
mib: add net to NET_INC_STATS
by Pavel Emelyanov
· 16 years ago
1ed8346
tcp: replace tcp_sock argument with sock in some places
by Pavel Emelyanov
· 16 years ago
ca12a1a
inet: prepare net on the stack for NET accounting macros
by Pavel Emelyanov
· 16 years ago
5c52ba1
sock: add net to prot->enter_memory_pressure callback
by Pavel Emelyanov
· 16 years ago
74688e4
mib: add net to TCP_DEC_STATS
by Pavel Emelyanov
· 16 years ago
63231bd
mib: add net to TCP_INC_STATS_BH
by Pavel Emelyanov
· 16 years ago
81cc8a7
mib: add net to TCP_INC_STATS
by Pavel Emelyanov
· 16 years ago
a9c19329
tcp: add net to tcp_mib_init
by Pavel Emelyanov
· 16 years ago
a86b1e3
inet: prepare struct net for TCP MIB accounting
by Pavel Emelyanov
· 16 years ago
c5346fe
mib: add net to IP_ADD_STATS_BH
by Pavel Emelyanov
· 16 years ago
7c73a6f
mib: add net to IP_INC_STATS_BH
by Pavel Emelyanov
· 16 years ago
5e38e27
mib: add net to IP_INC_STATS
by Pavel Emelyanov
· 16 years ago
84a3aa0
ipv4: prepare net initialization for IP accounting
by Pavel Emelyanov
· 16 years ago
70efce2
net/ipv4/tcp.c: Fix use of PULLHUP instead of POLLHUP in comments.
by Will Newton
· 16 years ago
885a4c9
Merge branch 'stealer/ipvs/sync-daemon-cleanup-for-next' of git://git.stealer.net/linux-2.6
by David S. Miller
· 16 years ago
9d3a0de
ipvs: More reliable synchronization on connection close
by Rumen G. Bogdanovski
· 16 years ago
375c6bb
ipvs: Use schedule_timeout_interruptible() instead of msleep_interruptible()
by Sven Wegener
· 16 years ago
ba6fd85
ipvs: Put backup thread on mcast socket wait queue
by Sven Wegener
· 16 years ago
998e7a7
ipvs: Use kthread_run() instead of doing a double-fork via kernel_thread()
by Sven Wegener
· 16 years ago
e6dd731
ipvs: Use ERR_PTR for returning errors from make_receive_sock() and make_send_sock()
by Sven Wegener
· 16 years ago
d564005
ipvs: Initialize mcast addr at compile time
by Sven Wegener
· 16 years ago
f66ac03
mib: add struct net to ICMPMSGIN_INC_STATS_BH
by Pavel Emelyanov
· 16 years ago
903fc19
mib: add struct net to ICMPMSGOUT_INC_STATS
by Pavel Emelyanov
· 16 years ago
dcfc23c
mib: add struct net to ICMP_INC_STATS_BH
by Pavel Emelyanov
· 16 years ago
75c939b
mib: add struct net to ICMP_INC_STATS
by Pavel Emelyanov
· 16 years ago
fd54d71
inet: toss struct net initialization around
by Pavel Emelyanov
· 16 years ago
0388b00
icmp: add struct net argument to icmp_out_count
by Pavel Emelyanov
· 16 years ago
7dc00c8
ipv4: Fix ipmr unregister device oops
by Wang Chen
· 16 years ago
d607032
ipv4: Check return of dev_set_allmulti
by Wang Chen
· 16 years ago
2aec609
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
2e65557
ipv4: fib_trie: Fix lookup error return
by Ben Hutchings
· 16 years ago
3d8ea1f
tcp: correct kcalloc usage
by Milton Miller
· 16 years ago
252815b
netfilter: nf_nat_snmp_basic: fix a range check in NAT for SNMP
by David Howells
· 16 years ago
81c684d
ipv4: remove flush_mutex from ipv4_sysctl_rtcache_flush
by Denis V. Lunev
· 16 years ago
b11c16b
netfilter: Get rid of refrences to no longer existant Fast NAT.
by Russ Dill
· 16 years ago
ea2aca0
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
0283328
MIB: add struct net to UDP_INC_STATS_BH
by Pavel Emelyanov
· 16 years ago
629ca23
MIB: add struct net to UDP_INC_STATS_USER
by Pavel Emelyanov
· 16 years ago
32cb5b4
netns: selective flush of rt_cache
by Denis V. Lunev
· 16 years ago
e84f84f
netns: place rt_genid into struct net
by Denis V. Lunev
· 16 years ago
b00180d
ipv4: pass current value of rt_genid into rt_hash
by Denis V. Lunev
· 16 years ago
86c657f
netns: add struct net parameter to rt_cache_invalidate
by Denis V. Lunev
· 16 years ago
9f5e97e
netns: make rt_secret_rebuild timer per namespace
by Denis V. Lunev
· 16 years ago
39a23e7
netns: register net.ipv4.route.flush in each namespace
by Denis V. Lunev
· 16 years ago
639e104
ipv4: remove static flush_delay variable
by Denis V. Lunev
· 16 years ago
ae299fc
net: add fib_rules_ops to flush_cache method
by Denis V. Lunev
· 16 years ago
76e6ebf
netns: add namespace parameter to rt_cache_flush
by Denis V. Lunev
· 16 years ago
374e7b5
tcp: fix a size_t < 0 comparison in tcp_read_sock
by Octavian Purdila
· 16 years ago
81b23b4
tcp: net/ipv4/tcp.c needs linux/scatterlist.h
by Andrew Morton
· 16 years ago
44d28ab
Merge branch 'net-next-2.6-v6ready-20080703' of git://git.linux-ipv6.org/gitroot/yoshfuji/linux-2.6-next
by David S. Miller
· 16 years ago
03d2f89
ipv4: Do cleanup for ip_mr_init
by Wang Chen
· 16 years ago
40b215e
tcp: de-bloat a bit with factoring NET_INC_STATS_BH out
by Pavel Emelyanov
· 16 years ago
6dbf4bc
icmp: fix units for ratelimit
by Stephen Hemminger
· 16 years ago
1b63ba8
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
251a4b3
net/inet_lro: remove setting skb->ip_summed when not LRO-able
by Eli Cohen
· 16 years ago
9a37580
inet fragments: fix race between inet_frag_find and inet_frag_secret_rebuild
by Pavel Emelyanov
· 16 years ago
7be8735
tcp: /proc/net/tcp rto,ato values not scaled properly (v2)
by Stephen Hemminger
· 16 years ago
57413eb
tcp: calculate tcp_mem based on low memory instead of all memory
by Miquel van Smoorenburg
· 16 years ago
4497b07
net: Discard and warn about LRO'd skbs received for forwarding
by Ben Hutchings
· 16 years ago
0187bdf
net: Disable LRO on devices that are forwarding
by Ben Hutchings
· 16 years ago
0344f1c
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
cb61cb9
udp: sk_drops handling
by Eric Dumazet
· 16 years ago
fe833fc
xfrm: fix fragmentation for ipv4 xfrm tunnel
by Steffen Klassert
· 16 years ago
68b80f1
netfilter: nf_nat: fix RCU races
by Patrick McHardy
· 16 years ago
caea902
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
9f26b3a
inet: add struct net argument to inet_ehashfn
by Pavel Emelyanov
· 16 years ago
2086a65
inet: add struct net argument to inet_lhashfn
by Pavel Emelyanov
· 16 years ago
7f635ab
inet: add struct net argument to inet_bhashfn
by Pavel Emelyanov
· 16 years ago
19c7578
udp: add struct net argument to udp_hashfn
by Pavel Emelyanov
· 16 years ago
e316349
udp: provide a struct net pointer for __udp[46]_lib_mcast_deliver
by Pavel Emelyanov
· 16 years ago
d626628
udp: introduce a udp_hashfn function
by Pavel Emelyanov
· 16 years ago
a9d246d
ipv4: Remove unused definitions in net/ipv4/tcp_ipv4.c.
by Rami Rosen
· 16 years ago
68be802
raw: Restore /proc/net/raw correct behavior
by Eric Dumazet
· 16 years ago
93653e0
tcp: Revert reset of deferred accept changes in 2.6.26
by David S. Miller
· 16 years ago
7d06b2e
net: change proto destroy method to return void
by Brian Haley
· 16 years ago
4ae127d
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
5155857
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 16 years ago
ec0a196
tcp: Revert 'process defer accept as established' changes.
by David S. Miller
· 16 years ago
e6e30ad
Merge branch 'net-next-2.6-misc-20080612a' of git://git.linux-ipv6.org/gitroot/yoshfuji/linux-2.6-next
by David S. Miller
· 16 years ago
0b04082
net: remove CVS keywords
by Adrian Bunk
· 16 years ago
9501f97
tcp md5sig: Let the caller pass appropriate key for tcp_v{4,6}_do_calc_md5_hash().
by YOSHIFUJI Hideaki
· 17 years ago
8d26d76
tcp md5sig: Share most of hash calcucaltion bits between IPv4 and IPv6.
by YOSHIFUJI Hideaki
· 17 years ago
076fb72
tcp md5sig: Remove redundant protocol argument.
by YOSHIFUJI Hideaki
· 17 years ago
7d5d552
tcp md5sig: Share MD5 Signature option parser between IPv4 and IPv6.
by YOSHIFUJI Hideaki
· 17 years ago
f7f866e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 16 years ago
709772e
net: Fix routing tables with id > 255 for legacy software
by Krzysztof Piotr Oledzki
· 16 years ago
573bf47
ipv4 addr: Send netlink notification for address label changes
by Thomas Graf
· 16 years ago
ce4a7d0
inet{6}_request_sock: Init ->opt and ->pktopts in the constructor
by Arnaldo Carvalho de Melo
· 16 years ago
Next »