1. 1223c67 udp: fix for unicast RX path optimization by Jorge Boncompte [DTI2] · 14 years ago
  2. 5dd59cc netfilter: only do skb_checksum_help on CHECKSUM_PARTIAL in ip6_queue by Herbert Xu · 14 years ago
  3. 80c802f xfrm: cache bundles instead of policies for outgoing flows by Timo Teräs · 14 years ago
  4. 4a35ecf Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  5. 1f8438a icmp: Account for ICMP out errors by Eric Dumazet · 14 years ago
  6. 22bedad3 net: convert multicast list to list_head by Jiri Pirko · 14 years ago
  7. 02cdce5 ipv6 fib: Use "Sweezle" to optimize addr_bit_test(). by YOSHIFUJI Hideaki / 吉藤英明 · 14 years ago
  8. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  9. 54c1a85 ipv6: Don't drop cache route entry unless timer actually expired. by YOSHIFUJI Hideaki / 吉藤英明 · 14 years ago
  10. 7438189 net: ipmr/ip6mr: prevent out-of-bounds vif_table access by Nicolas Dichtel · 14 years ago
  11. 4b97efd net: fix netlink address dumping in IPv4/IPv6 by Patrick McHardy · 14 years ago
  12. b79d1d5 ipv6: Fix result generation in ipv6_get_ifaddr(). by David S. Miller · 14 years ago
  13. b54c9b9 ipv6: Preserve pervious behavior in ipv6_link_dev_addr(). by David S. Miller · 14 years ago
  14. 80bb3a0 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6 by David S. Miller · 14 years ago
  15. d6b00a5 netfilter: xtables: change targets to return error code by Jan Engelhardt · 14 years ago
  16. bd414ee netfilter: xtables: change matches to return error code by Jan Engelhardt · 14 years ago
  17. 135367b netfilter: xtables: change xt_target.checkentry return type by Jan Engelhardt · 14 years ago
  18. b0f3845 netfilter: xtables: change xt_match.checkentry return type by Jan Engelhardt · 14 years ago
  19. b2e0b38 netfilter: ipv6: use NFPROTO values for NF_HOOK invocation by Jan Engelhardt · 14 years ago
  20. fd0ec0e netfilter: xtables: consolidate code into xt_request_find_match by Jan Engelhardt · 15 years ago
  21. d2a7b6b netfilter: xtables: make use of xt_request_find_target by Jan Engelhardt · 15 years ago
  22. ff67e4e netfilter: xt extensions: use pr_<level> (2) by Jan Engelhardt · 14 years ago
  23. 9c13886 netfilter: ip6table_raw: fix table priority by Jozsef Kadlecsik · 14 years ago
  24. b138338 net: remove trailing space in messages by Frans Pop · 14 years ago
  25. 3e81c6d ipv6: Fix bug in ipv6_chk_same_addr(). by David S. Miller · 14 years ago
  26. b2db756 ipv6: Reduce timer events for addrconf_verify(). by YOSHIFUJI Hideaki · 14 years ago
  27. 88949cf IPv6: addrconf cleanup addrconf_verify by stephen hemminger · 14 years ago
  28. e21e846 addrconf: checkpatch fixes by Stephen Hemminger · 14 years ago
  29. bcdd553 IPv6: addrconf cleanups by Stephen Hemminger · 14 years ago
  30. 502a2ff ipv6: convert idev_list to list macros by stephen hemminger · 14 years ago
  31. 3a88a81 ipv6: user better hash for addrconf by stephen hemminger · 14 years ago
  32. 5c578ae IPv6: convert addrconf hash list to RCU by stephen hemminger · 14 years ago
  33. c2e2129 ipv6: convert addrconf list to hlist by stephen hemminger · 14 years ago
  34. 372e6c8 ipv6: convert temporary address list to list macros by stephen hemminger · 14 years ago
  35. e77c8e8 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  36. a50436f2 net: ipmr/ip6mr: fix potential out-of-bounds vif_table access by Patrick McHardy · 14 years ago
  37. 1041444 ipv6: Remove redundant dst NULL check in ip6_dst_check by Herbert Xu · 14 years ago
  38. 1159683 netfilter: remove unused headers in net/ipv6/netfilter/ip6t_LOG.c by Zhitong Wang · 14 years ago
  39. 93d9b7d net: rename notifier defines for netdev type change by Jiri Pirko · 14 years ago
  40. be91fd5 netfilter: xtables: replace custom duprintf with pr_debug by Jan Engelhardt · 14 years ago
  41. 4f948db netfilter: xtables: remove almost-unused xt_match_param.data member by Jan Engelhardt · 14 years ago
  42. e2577a0 ipv6: Send netlink notification when DAD fails by Herbert Xu · 14 years ago
  43. 6cce09f tcp: Add SNMP counters for backlog and min_ttl drops by Eric Dumazet · 14 years ago
  44. 0c9a2ac ipv6: Optmize translation between IPV6_PREFER_SRC_xxx and RT6_LOOKUP_F_xxx. by YOSHIFUJI Hideaki / 吉藤英明 · 14 years ago
  45. a3a858f net: backlog functions rename by Zhu Yi · 14 years ago
  46. 5534979 udp: use limited socket backlog by Zhu Yi · 14 years ago
  47. 6b03a53 tcp: use limited socket backlog by Zhu Yi · 14 years ago
  48. 8f37ada IPv6: fix race between cleanup and add/delete address by stephen hemminger · 14 years ago
  49. 84e8b80 IPv6: addrconf notify when address is unavailable by stephen hemminger · 14 years ago
  50. 5b2a195 IPv6: addrconf timer race by stephen hemminger · 14 years ago
  51. 122e451 IPv6: addrconf dad timer unnecessary bh_disable by stephen hemminger · 14 years ago
  52. 87c1e12 ipsec: Fix bogus bundle flowi by Herbert Xu · 14 years ago
  53. 38bdbd8 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6 by David S. Miller · 14 years ago
  54. 6b4ff2d netfilter: xtables: restore indentation by Jan Engelhardt · 14 years ago
  55. 14f3ad6 ipv6: Use 1280 as min MTU for ipv6 forwarding by Ulrich Weber · 14 years ago
  56. 45bb006 ipv6: Remove IPV6_ADDR_RESERVED by Ulrich Weber · 14 years ago
  57. 0448873 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  58. 54831a8 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6 by David S. Miller · 14 years ago
  59. 0f23421 netfilter: xtables: reduce arguments to translate_table by Jan Engelhardt · 14 years ago
  60. 6bdb331 netfilter: xtables: optimize call flow around xt_ematch_foreach by Jan Engelhardt · 14 years ago
  61. dcea992 netfilter: xtables: replace XT_MATCH_ITERATE macro by Jan Engelhardt · 14 years ago
  62. 0559518 netfilter: xtables: optimize call flow around xt_entry_foreach by Jan Engelhardt · 14 years ago
  63. 72b2b1d netfilter: xtables: replace XT_ENTRY_ITERATE macro by Jan Engelhardt · 14 years ago
  64. bd55775 xfrm: SA lookups signature with mark by Jamal Hadi Salim · 14 years ago
  65. 88af182 net: Fix sysctl restarts... by Eric W. Biederman · 14 years ago
  66. 9e2dcf7 netfilter: nf_conntrack_reasm: properly handle packets fragmented into a single fragment by Patrick McHardy · 14 years ago
  67. 3ffe533 ipv6: drop unused "dev" arg of icmpv6_send() by Alexey Dobriyan · 14 years ago
  68. bbef49d ipv6: use standard lists for FIB walks by Alexey Dobriyan · 14 years ago
  69. bc417d9 ipv6: remove stale MIB definitions by Alexey Dobriyan · 14 years ago
  70. 6457d26 IPv6: convert mc_lock to spinlock by Stephen Hemminger · 14 years ago
  71. dc4c2c3 net: remove INIT_RCU_HEAD() usage by Alexey Dobriyan · 14 years ago
  72. 7d720c3 percpu: add __percpu sparse annotations to net by Tejun Heo · 14 years ago
  73. 2bb4646 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  74. 54716e3 net neigh: Decouple per interface neighbour table controls from binary sysctls by Eric W. Biederman · 14 years ago
  75. d5aa407 tunnels: fix netns vs proto registration ordering by Alexey Dobriyan · 14 years ago
  76. 10e7454 ipcomp: Avoid duplicate calls to ipcomp_destroy by Herbert Xu · 14 years ago
  77. 749f621 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6 by David S. Miller · 14 years ago
  78. 9546377 IPv6: Delete redundant counter of IPSTATS_MIB_REASMFAILS by Shan Wei · 14 years ago
  79. 5d0aa2c netfilter: nf_conntrack: add support for "conntrack zones" by Patrick McHardy · 14 years ago
  80. 8fea97e netfilter: nf_conntrack: pass template to l4proto ->error() handler by Patrick McHardy · 14 years ago
  81. d5d1baa netfilter: xtables: add const qualifiers by Jan Engelhardt · 15 years ago
  82. 739674f netfilter: xtables: constify args in compat copying functions by Jan Engelhardt · 15 years ago
  83. fa96a0e netfilter: iptables: remove unused function arguments by Jan Engelhardt · 15 years ago
  84. 81d54ec udp: remove redundant variable by Gerrit Renker · 14 years ago
  85. 21809fa IPv6: remove trivial nested _bh suffix by stephen hemminger · 14 years ago
  86. dc2b99f IPv6: keep permanent addresses on admin down by stephen hemminger · 14 years ago
  87. 2bec5a3 ipv6: fib: fix crash when changing large fib while dumping it by Patrick McHardy · 14 years ago
  88. b2907e5 netfilter: xtables: fix mangle tables by Alexey Dobriyan · 14 years ago
  89. e3eaa99 netfilter: xtables: generate initial table on-demand by Jan Engelhardt · 15 years ago
  90. 2b95efe netfilter: xtables: use xt_table for hook instantiation by Jan Engelhardt · 15 years ago
  91. 2b21e05 netfilter: xtables: compact table hook functions (2/2) by Jan Engelhardt · 15 years ago
  92. 737535c netfilter: xtables: compact table hook functions (1/2) by Jan Engelhardt · 15 years ago
  93. 9ab99d5 Merge branch 'master' of /repos/git/net-next-2.6 by Patrick McHardy · 14 years ago
  94. b1109bf Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  95. 14c7dbe netfilter: xtables: compat out of scope fix by Alexey Dobriyan · 14 years ago
  96. b2a15a6 netfilter: nf_conntrack: support conntrack templates by Patrick McHardy · 14 years ago
  97. add6746 netfilter: add struct net * to target parameters by Patrick McHardy · 14 years ago
  98. d74340d netns xfrm: ipcomp6 support by Alexey Dobriyan · 14 years ago
  99. a166477 netns xfrm: xfrm6_tunnel in netns by Alexey Dobriyan · 14 years ago
  100. e924960 netns xfrm: fixup xfrm6_tunnel error propagation by Alexey Dobriyan · 14 years ago