Gitiles
Code Review
Sign In
review.evervolv.com
/
android_kernel_htc_msm8960
/
7c73a6faffae0bfae70639113aecf06af666e714
/
net
/
ipv4
7c73a6f
mib: add net to IP_INC_STATS_BH
by Pavel Emelyanov
· 18 years ago
5e38e27
mib: add net to IP_INC_STATS
by Pavel Emelyanov
· 18 years ago
84a3aa0
ipv4: prepare net initialization for IP accounting
by Pavel Emelyanov
· 18 years ago
70efce2
net/ipv4/tcp.c: Fix use of PULLHUP instead of POLLHUP in comments.
by Will Newton
· 18 years ago
885a4c9
Merge branch 'stealer/ipvs/sync-daemon-cleanup-for-next' of git://git.stealer.net/linux-2.6
by David S. Miller
· 18 years ago
9d3a0de
ipvs: More reliable synchronization on connection close
by Rumen G. Bogdanovski
· 18 years ago
375c6bb
ipvs: Use schedule_timeout_interruptible() instead of msleep_interruptible()
by Sven Wegener
· 18 years ago
ba6fd85
ipvs: Put backup thread on mcast socket wait queue
by Sven Wegener
· 18 years ago
998e7a7
ipvs: Use kthread_run() instead of doing a double-fork via kernel_thread()
by Sven Wegener
· 18 years ago
e6dd731
ipvs: Use ERR_PTR for returning errors from make_receive_sock() and make_send_sock()
by Sven Wegener
· 18 years ago
d564005
ipvs: Initialize mcast addr at compile time
by Sven Wegener
· 18 years ago
f66ac03
mib: add struct net to ICMPMSGIN_INC_STATS_BH
by Pavel Emelyanov
· 18 years ago
903fc19
mib: add struct net to ICMPMSGOUT_INC_STATS
by Pavel Emelyanov
· 18 years ago
dcfc23c
mib: add struct net to ICMP_INC_STATS_BH
by Pavel Emelyanov
· 18 years ago
75c939b
mib: add struct net to ICMP_INC_STATS
by Pavel Emelyanov
· 18 years ago
fd54d71
inet: toss struct net initialization around
by Pavel Emelyanov
· 18 years ago
0388b00
icmp: add struct net argument to icmp_out_count
by Pavel Emelyanov
· 18 years ago
7dc00c8
ipv4: Fix ipmr unregister device oops
by Wang Chen
· 18 years ago
d607032
ipv4: Check return of dev_set_allmulti
by Wang Chen
· 18 years ago
2aec609
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 18 years ago
2e65557
ipv4: fib_trie: Fix lookup error return
by Ben Hutchings
· 18 years ago
3d8ea1f
tcp: correct kcalloc usage
by Milton Miller
· 18 years ago
252815b
netfilter: nf_nat_snmp_basic: fix a range check in NAT for SNMP
by David Howells
· 18 years ago
81c684d
ipv4: remove flush_mutex from ipv4_sysctl_rtcache_flush
by Denis V. Lunev
· 18 years ago
b11c16b
netfilter: Get rid of refrences to no longer existant Fast NAT.
by Russ Dill
· 18 years ago
ea2aca0
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 18 years ago
0283328
MIB: add struct net to UDP_INC_STATS_BH
by Pavel Emelyanov
· 18 years ago
629ca23
MIB: add struct net to UDP_INC_STATS_USER
by Pavel Emelyanov
· 18 years ago
32cb5b4
netns: selective flush of rt_cache
by Denis V. Lunev
· 18 years ago
e84f84f
netns: place rt_genid into struct net
by Denis V. Lunev
· 18 years ago
b00180d
ipv4: pass current value of rt_genid into rt_hash
by Denis V. Lunev
· 18 years ago
86c657f
netns: add struct net parameter to rt_cache_invalidate
by Denis V. Lunev
· 18 years ago
9f5e97e
netns: make rt_secret_rebuild timer per namespace
by Denis V. Lunev
· 18 years ago
39a23e7
netns: register net.ipv4.route.flush in each namespace
by Denis V. Lunev
· 18 years ago
639e104
ipv4: remove static flush_delay variable
by Denis V. Lunev
· 18 years ago
ae299fc
net: add fib_rules_ops to flush_cache method
by Denis V. Lunev
· 18 years ago
76e6ebf
netns: add namespace parameter to rt_cache_flush
by Denis V. Lunev
· 18 years ago
374e7b5
tcp: fix a size_t < 0 comparison in tcp_read_sock
by Octavian Purdila
· 18 years ago
81b23b4
tcp: net/ipv4/tcp.c needs linux/scatterlist.h
by Andrew Morton
· 18 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
· 18 years ago
03d2f89
ipv4: Do cleanup for ip_mr_init
by Wang Chen
· 18 years ago
40b215e
tcp: de-bloat a bit with factoring NET_INC_STATS_BH out
by Pavel Emelyanov
· 18 years ago
6dbf4bc
icmp: fix units for ratelimit
by Stephen Hemminger
· 18 years ago
1b63ba8
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 18 years ago
251a4b3
net/inet_lro: remove setting skb->ip_summed when not LRO-able
by Eli Cohen
· 18 years ago
9a37580
inet fragments: fix race between inet_frag_find and inet_frag_secret_rebuild
by Pavel Emelyanov
· 18 years ago
7be8735
tcp: /proc/net/tcp rto,ato values not scaled properly (v2)
by Stephen Hemminger
· 18 years ago
57413eb
tcp: calculate tcp_mem based on low memory instead of all memory
by Miquel van Smoorenburg
· 18 years ago
4497b07
net: Discard and warn about LRO'd skbs received for forwarding
by Ben Hutchings
· 18 years ago
0187bdf
net: Disable LRO on devices that are forwarding
by Ben Hutchings
· 18 years ago
0344f1c
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 18 years ago
cb61cb9
udp: sk_drops handling
by Eric Dumazet
· 18 years ago
fe833fc
xfrm: fix fragmentation for ipv4 xfrm tunnel
by Steffen Klassert
· 18 years ago
68b80f1
netfilter: nf_nat: fix RCU races
by Patrick McHardy
· 18 years ago
caea902
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 18 years ago
9f26b3a
inet: add struct net argument to inet_ehashfn
by Pavel Emelyanov
· 18 years ago
2086a65
inet: add struct net argument to inet_lhashfn
by Pavel Emelyanov
· 18 years ago
7f635ab
inet: add struct net argument to inet_bhashfn
by Pavel Emelyanov
· 18 years ago
19c7578
udp: add struct net argument to udp_hashfn
by Pavel Emelyanov
· 18 years ago
e316349
udp: provide a struct net pointer for __udp[46]_lib_mcast_deliver
by Pavel Emelyanov
· 18 years ago
d626628
udp: introduce a udp_hashfn function
by Pavel Emelyanov
· 18 years ago
a9d246d
ipv4: Remove unused definitions in net/ipv4/tcp_ipv4.c.
by Rami Rosen
· 18 years ago
68be802
raw: Restore /proc/net/raw correct behavior
by Eric Dumazet
· 18 years ago
93653e0
tcp: Revert reset of deferred accept changes in 2.6.26
by David S. Miller
· 18 years ago
7d06b2e
net: change proto destroy method to return void
by Brian Haley
· 18 years ago
4ae127d
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 18 years ago
5155857
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 18 years ago
ec0a196
tcp: Revert 'process defer accept as established' changes.
by David S. Miller
· 18 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
· 18 years ago
0b04082
net: remove CVS keywords
by Adrian Bunk
· 18 years ago
9501f97
tcp md5sig: Let the caller pass appropriate key for tcp_v{4,6}_do_calc_md5_hash().
by YOSHIFUJI Hideaki
· 18 years ago
8d26d76
tcp md5sig: Share most of hash calcucaltion bits between IPv4 and IPv6.
by YOSHIFUJI Hideaki
· 18 years ago
076fb72
tcp md5sig: Remove redundant protocol argument.
by YOSHIFUJI Hideaki
· 18 years ago
7d5d552
tcp md5sig: Share MD5 Signature option parser between IPv4 and IPv6.
by YOSHIFUJI Hideaki
· 18 years ago
f7f866e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 18 years ago
709772e
net: Fix routing tables with id > 255 for legacy software
by Krzysztof Piotr Oledzki
· 18 years ago
573bf47
ipv4 addr: Send netlink notification for address label changes
by Thomas Graf
· 18 years ago
ce4a7d0
inet{6}_request_sock: Init ->opt and ->pktopts in the constructor
by Arnaldo Carvalho de Melo
· 18 years ago
65b53e4
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 18 years ago
e64bda8
netfilter: {ip,ip6,nfnetlink}_queue: misc cleanups
by Rami Rosen
· 18 years ago
718d4ad
netfilter: nf_conntrack: properly account terminating packets
by Fabian Hugelshofer
· 18 years ago
5109176
netfilter: nf_conntrack: add nf_ct_kill()
by Patrick McHardy
· 18 years ago
560ee65
netfilter: ip_tables: add iptables security table for mandatory access control rules
by James Morris
· 18 years ago
ddb2c43
asn1: additional sanity checking during BER decoding
by Chris Wright
· 18 years ago
293ad60
tcp: Fix for race due to temporary drop of the socket lock in skb_splice_bits.
by Octavian Purdila
· 18 years ago
26af65c
tcp: Increment OUTRSTS in tcp_send_active_reset()
by Sridhar Samudrala
· 18 years ago
22dd485
raw: Raw socket leak.
by Denis V. Lunev
· 18 years ago
aed5a83
Merge branch 'net-2.6-misc-20080605a' of git://git.linux-ipv6.org/gitroot/yoshfuji/linux-2.6-fix
by David S. Miller
· 18 years ago
a660447
tcp: fix skb vs fack_count out-of-sync condition
by Ilpo Järvinen
· 18 years ago
36d926b
[IPV6]: inet_sk(sk)->cork.opt leak
by Denis V. Lunev
· 18 years ago
baa2bfb
[IPV4] TUNNEL4: Fix incoming packet length check for inter-protocol tunnel.
by YOSHIFUJI Hideaki
· 18 years ago
8aca6cb
tcp: Fix inconsistency source (CA_Open only when !tcp_left_out(tp))
by Ilpo Järvinen
· 18 years ago
ab32cd7
route: Remove unused ifa_anycast field
by Thomas Graf
· 18 years ago
1f9d11c
route: Mark unused routing attributes as such
by Thomas Graf
· 18 years ago
51b77ca
route: Mark unused route cache flags as such.
by Thomas Graf
· 18 years ago
43154d0
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 18 years ago
071f92d
net: The world is not perfect patch.
by Rami Rosen
· 18 years ago
51f82a2
net/ipv4/arp.c: Use common hex_asc helpers
by Denis Cheng
· 18 years ago
7d227cd2
tcp: TCP connection times out if ICMP frag needed is delayed
by Sridhar Samudrala
· 18 years ago
cf3677a
ipmr: Use on-device stats instead of private ones.
by Pavel Emelyanov
· 18 years ago
Next »