aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-30ip_gre: fix fallback tunnel setupEric Dumazet1-3/+3
2010-10-28fib: Fix fib zone and its hash leak on namespace stopPavel Emelyanov3-1/+24
2010-10-27tunnels: Fix tunnels change rcu protectionPavel Emelyanov2-0/+2
2010-10-27inetpeer: __rcu annotationsEric Dumazet1-58/+80
2010-10-27tunnels: add __rcu annotationsEric Dumazet1-10/+19
2010-10-27net: add __rcu annotations to protocolEric Dumazet1-3/+5
2010-10-27ipv4: add __rcu annotations to routes.cEric Dumazet1-29/+46
2010-10-26fib_hash: fix rcu sparse and logical errorsEric Dumazet1-16/+20
2010-10-25ipv4: add __rcu annotations to ip_ra_chainEric Dumazet1-3/+7
2010-10-25net: add __rcu annotation to sk_filterEric Dumazet1-1/+1
2010-10-25tunnels: add _rcu annotationsEric Dumazet1-2/+3
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds7-9/+9
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds51-1404/+1874
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-0/+1
2010-10-21Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2010-10-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller15-244/+342
2010-10-21Merge branch 'for-patrick' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/lvs-test-2.6Patrick McHardy1-14/+15
2010-10-21nf_nat: restrict ICMP translation for embedded headerJulian Anastasov1-14/+15
2010-10-21tproxy: fix hash locking issue when using port redirection in __inet_inherit_port()Balazs Scheidler2-5/+33
2010-10-21fib: introduce fib_alias_accessed() helperEric Dumazet4-3/+12
2010-10-21secmark: export secctx, drop secmark in procfsEric Paris1-3/+25
2010-10-20net: avoid RCU for NOCACHE dstEric Dumazet1-5/+4
2010-10-19inet: RCU changes in inetdev_by_index()Eric Dumazet4-22/+16
2010-10-19net: avoid a dev refcount in ip_mc_find_dev()Eric Dumazet2-3/+3
2010-10-18IPv4: route.c: Change checks against 0xffffffff to ipv4_is_lbcast()Andy Walls1-7/+6
2010-10-18netfilter: fix kconfig unmet dependency warningRandy Dunlap1-2/+2
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock7-9/+9
2010-10-17fib_hash: RCU conversion phase 2Eric Dumazet2-77/+101
2010-10-17fib_hash: RCU conversion phase 1Eric Dumazet1-19/+38
2010-10-17fib_hash: embed initial hash table in fn_zoneEric Dumazet1-29/+23
2010-10-17tcp: use correct counters in CA_CWR state tooIlpo Järvinen1-6/+7
2010-10-17tcp: sack lost marking fixesIlpo Järvinen1-10/+14
2010-10-16fib: avoid false sharing on fib_table_hashEric Dumazet1-6/+5
2010-10-16fib_trie: use fls() instead of open coded loopEric Dumazet1-12/+4
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-10-13netfilter: xtables: resolve indirect macros 3/3Jan Engelhardt3-17/+17
2010-10-13netfilter: xtables: resolve indirect macros 2/3Jan Engelhardt2-46/+46
2010-10-13netfilter: xtables: resolve indirect macros 1/3Jan Engelhardt2-11/+11
2010-10-11net dst: use a percpu_counter to track entriesEric Dumazet2-16/+24
2010-10-11neigh: Protect neigh->ha[] with a seqlockEric Dumazet1-4/+2
2010-10-08ipv4: Remove leftover rcu_read_unlock calls from __mkroute_output()Dimitris Michailidis1-4/+2
2010-10-07Merge commit 'v2.6.36-rc7' into core/rcuIngo Molnar18-50/+148
2010-10-07Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-2.6-rcu into core/rcuIngo Molnar6-29/+24
2010-10-06TCP: Fix setting of snd_ssthresh in tcp_mtu_probe_successJohn Heffner1-1/+1
2010-10-05fib: RCU conversion of fib_lookup()Eric Dumazet7-63/+64
2010-10-05bonding: fix to rejoin multicast groups immediatelyFlavio Leitner1-8/+8
2010-10-05net neigh: RCU conversion of neigh hash tableEric Dumazet1-3/+5
2010-10-05net: add a core netdev->rx_dropped counterEric Dumazet2-4/+2
2010-10-05fib: cleanupsEric Dumazet3-182/+206
2010-10-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller6-17/+33