summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2010-11-12tcp: Don't change unlocked socket state in tcp_v4_err().David S. Miller
2010-11-10tcp: Increase TCP_MAXSEG socket option minimum.David S. Miller
2010-11-10net: avoid limits overflowEric Dumazet
2010-11-09inet: fix ip_mc_drop_socket()Eric Dumazet
2010-11-04inet_diag: Make sure we actually run the same bytecode we audited.Nelson Elhage
2010-11-04fib: fib_result_assign() should not change fib refcountsEric Dumazet
2010-11-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller
2010-11-03ipv4: netfilter: ip_tables: fix information leak to userlandVasiliy Kulikov
2010-11-03ipv4: netfilter: arp_tables: fix information leak to userlandVasiliy Kulikov
2010-10-30ip_gre: fix fallback tunnel setupEric Dumazet
2010-10-29netfilter: nf_nat: fix compiler warning with CONFIG_NF_CT_NETLINK=nPatrick McHardy
2010-10-28fib: Fix fib zone and its hash leak on namespace stopPavel Emelyanov
2010-10-27tunnels: Fix tunnels change rcu protectionPavel Emelyanov
2010-10-27inetpeer: __rcu annotationsEric Dumazet
2010-10-27tunnels: add __rcu annotationsEric Dumazet
2010-10-27net: add __rcu annotations to protocolEric Dumazet
2010-10-27ipv4: add __rcu annotations to routes.cEric Dumazet
2010-10-26fib_hash: fix rcu sparse and logical errorsEric Dumazet
2010-10-25ipv4: add __rcu annotations to ip_ra_chainEric Dumazet
2010-10-25net: add __rcu annotation to sk_filterEric Dumazet
2010-10-25tunnels: add _rcu annotationsEric Dumazet
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds
2010-10-21Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2010-10-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller
2010-10-21Merge branch 'for-patrick' of git://git.kernel.org/pub/scm/linux/kernel/git/h...Patrick McHardy
2010-10-21nf_nat: restrict ICMP translation for embedded headerJulian Anastasov
2010-10-21tproxy: fix hash locking issue when using port redirection in __inet_inherit_...Balazs Scheidler
2010-10-21fib: introduce fib_alias_accessed() helperEric Dumazet
2010-10-21secmark: export secctx, drop secmark in procfsEric Paris
2010-10-20net: avoid RCU for NOCACHE dstEric Dumazet
2010-10-19inet: RCU changes in inetdev_by_index()Eric Dumazet
2010-10-19net: avoid a dev refcount in ip_mc_find_dev()Eric Dumazet
2010-10-18IPv4: route.c: Change checks against 0xffffffff to ipv4_is_lbcast()Andy Walls
2010-10-18netfilter: fix kconfig unmet dependency warningRandy Dunlap
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock
2010-10-17fib_hash: RCU conversion phase 2Eric Dumazet
2010-10-17fib_hash: RCU conversion phase 1Eric Dumazet
2010-10-17fib_hash: embed initial hash table in fn_zoneEric Dumazet
2010-10-17tcp: use correct counters in CA_CWR state tooIlpo Järvinen
2010-10-17tcp: sack lost marking fixesIlpo Järvinen
2010-10-16fib: avoid false sharing on fib_table_hashEric Dumazet
2010-10-16fib_trie: use fls() instead of open coded loopEric Dumazet
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-10-13netfilter: xtables: resolve indirect macros 3/3Jan Engelhardt
2010-10-13netfilter: xtables: resolve indirect macros 2/3Jan Engelhardt
2010-10-13netfilter: xtables: resolve indirect macros 1/3Jan Engelhardt
2010-10-11net dst: use a percpu_counter to track entriesEric Dumazet
2010-10-11neigh: Protect neigh->ha[] with a seqlockEric Dumazet