1. f6b8f32 udp: multicast RX should increment SNMP/sk_drops counter in allocation failures by Eric Dumazet · 15 years ago
  2. a1ab77f ipv6: udp: Optimise multicast reception by Eric Dumazet · 15 years ago
  3. fddc17d ipv6: udp: optimize unicast RX path by Eric Dumazet · 15 years ago
  4. d4cada4 udp: split sk_hash into two u16 hashes by Eric Dumazet · 15 years ago
  5. fd5c002 ipv6: avoid dev_hold()/dev_put() in rawv6_bind() by Eric Dumazet · 15 years ago
  6. 230f9bb Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  7. 69df9d5 ip_frag: dont touch device refcount by Eric Dumazet · 15 years ago
  8. c84b326 net: check kern before calling security subsystem by Eric Paris · 15 years ago
  9. 3f378b6 net: pass kern to net_proto_family create function by Eric Paris · 15 years ago
  10. 13f18aa net: drop capability from protocol definitions by Eric Paris · 15 years ago
  11. c6d14c8 net: Introduce for_each_netdev_rcu() iterator by Eric Dumazet · 15 years ago
  12. 536b2e9 ipv6: no more dev_put() in datagram_send_ctl() by Eric Dumazet · 15 years ago
  13. 16ba5e8 ipv6: no more dev_put() in inet6_bind() by Eric Dumazet · 15 years ago
  14. f1a28ea ip6tnl: less dev_put() calls by Eric Dumazet · 15 years ago
  15. 9d410c7 net: fix sk_forward_alloc corruption by Eric Dumazet · 15 years ago
  16. 022c3f7 Allow tcp_parse_options to consult dst entry by Gilad Ben-Yossef · 15 years ago
  17. c871e66 ip6mr: Optimize multiple unregistration by Eric Dumazet · 15 years ago
  18. 62808f9 ipv6 sit: Optimize multiple unregistration by Eric Dumazet · 15 years ago
  19. cf4432f ip6tnl: Optimize multiple unregistration by Eric Dumazet · 15 years ago
  20. cfadf85 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  21. 2922bc8 ip6tnl: convert hash tables locking to RCU by Eric Dumazet · 15 years ago
  22. 91cc3bb xfrm6_tunnel: RCU conversion by Eric Dumazet · 15 years ago
  23. 4543c10 ipv6 sit: RCU conversion phase II by Eric Dumazet · 15 years ago
  24. ef9a9d1 ipv6 sit: RCU conversion phase I by Eric Dumazet · 15 years ago
  25. f04c827 net: IPv6 changes by Krishna Kumar · 15 years ago
  26. 0eae750 IP: Cleanups by John Dykstra · 15 years ago
  27. 55b8050 net: Fix IP_MULTICAST_IF by Eric Dumazet · 15 years ago
  28. 8631e9b ah6: convert to ahash by Steffen Klassert · 15 years ago
  29. 8edf19c net: sk_drops consolidation part 2 by Eric Dumazet · 15 years ago
  30. c720c7e inet: rename some inet_sock fields by Eric Dumazet · 15 years ago
  31. 766e9037 net: sk_drops consolidation by Eric Dumazet · 15 years ago
  32. f373b53 tcp: replace ehash_size by ehash_mask by Eric Dumazet · 15 years ago
  33. c3faca0 ipv6: fix devconf after adding force_tllao option by Cosmin Ratiu · 15 years ago
  34. 3b88578 net: Generalize socket rx gap / receive queue overflow cmsg by Neil Horman · 15 years ago
  35. 91b2a3f ipv6 sit: Set relay to 0.0.0.0 directly if relay_prefixlen == 0. by YOSHIFUJI Hideaki / 吉藤英明 · 15 years ago
  36. e7db38c ipv6 sit: Fix 6rd relay address. by YOSHIFUJI Hideaki / 吉藤英明 · 15 years ago
  37. e0c9394 ipv6 sit: Ensure to initialize 6rd parameters. by YOSHIFUJI Hideaki / 吉藤英明 · 15 years ago
  38. f86dcc5 udp: dynamically size hash tables at boot time by Eric Dumazet · 15 years ago
  39. 8a6dfd4 IPv6: Fix 6RD typo by Alexandre Cassen · 15 years ago
  40. b301e82 IPv6: use ipv6_addr_set_v4mapped() by Brian Haley · 15 years ago
  41. 86c36ce IPv6: use ipv6_addr_copy() in ip6_route_redirect() by Brian Haley · 15 years ago
  42. ec1b4cf net: mark net_proto_ops as const by Stephen Hemminger · 15 years ago
  43. f7734fd make TLLAO option for NA packets configurable by Octavian Purdila · 15 years ago
  44. 51953d5 Use sk_mark for IPv6 routing lookups by Brian Haley · 15 years ago
  45. fa857af ipv6 sit: 6rd (IPv6 Rapid Deployment) Support. by YOSHIFUJI Hideaki / 吉藤英明 · 15 years ago
  46. 0bfbedb tunnels: Optimize tx path by Eric Dumazet · 15 years ago
  47. 298bf12 sit: fix off-by-one in ipip6_tunnel_get_prl by Sascha Hlusiak · 15 years ago
  48. b705884 net: Make setsockopt() optlen be unsigned. by David S. Miller · 15 years ago
  49. d1f8297 Revert "sit: stateless autoconf for isatap" by Sascha Hlusiak · 15 years ago
  50. a43912a tunnel: eliminate recursion field by Eric Dumazet · 15 years ago
  51. 8d65af7 sysctl: remove "struct file *" argument of ->proc_handler by Alexey Dobriyan · 15 years ago
  52. 88e9d34 seq_file: constify seq_operations by James Morris · 15 years ago
  53. f205ce8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  54. 0522fea ipv6: Log the affected address when DAD failure occurs by Jens Rosenboom · 15 years ago
  55. 3933fc9 ipv6: Ignore route option with ROUTER_PREF_INVALID by Jens Rosenboom · 15 years ago
  56. ada3fa1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 15 years ago
  57. 75c7850 bonding: remap muticast addresses without using dev_close() and dev_open() by Moni Shoua · 15 years ago
  58. 0b6a05c tcp: fix ssthresh u16 leftover by Ilpo Järvinen · 15 years ago
  59. 41135cc net: constify struct inet6_protocol by Alexey Dobriyan · 15 years ago
  60. cc411d0 ipv6: Add IFA_F_DADFAILED flag by Brian Haley · 15 years ago
  61. 9a0da0d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6 by David S. Miller · 15 years ago
  62. fa1a9c6 headers: net/ipv[46]/protocol.c header trim by Alexey Dobriyan · 15 years ago
  63. a8fdf2b ipv6: Fix tcp_v6_send_response(): it didn't set skb transport header by Cosmin Ratiu · 15 years ago
  64. aa13307 tcp: replace hard coded GFP_KERNEL with sk_allocation by Wu Fengguang · 15 years ago
  65. 6ce9e7b ip: Report qdisc packet drops by Eric Dumazet · 15 years ago
  66. 5ca1b99 net: file_operations should be const by Stephen Hemminger · 15 years ago
  67. 3b401a8 inet: inet_connection_sock_af_ops const by Stephen Hemminger · 15 years ago
  68. b2e4b3d tcp: MD5 operations should be const by Stephen Hemminger · 15 years ago
  69. 98147d5 net: seq_operations should be const by Stephen Hemminger · 15 years ago
  70. 6cdee2f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  71. 0625491 ipv6: ip6_push_pending_frames() should increment IPSTATS_MIB_OUTDISCARDS by Eric Dumazet · 15 years ago
  72. 89d69d2 net: make neigh_ops constant by Stephen Hemminger · 15 years ago
  73. 86393e5 netns: embed ip6_dst_ops directly by Alexey Dobriyan · 15 years ago
  74. 6fef4c0 netdev: convert pseudo-devices to netdev_tx_t by Stephen Hemminger · 15 years ago
  75. 4889086 netfilter: ip6t_eui: fix read outside array bounds by Patrick McHardy · 15 years ago
  76. 31ce8c7 ipv6: Update Neighbor Cache when IPv6 RA is received on a router by David Ward · 15 years ago
  77. 8945a80 sit: allow ip fragmentation when using nopmtudisc to fix package loss by Sascha Hlusiak · 15 years ago
  78. 74f7a65 netfilter: nf_conntrack: log packets dropped by helpers by Patrick McHardy · 15 years ago
  79. 35aad0f netfilter: xtables: mark initial tables constant by Jan Engelhardt · 15 years ago
  80. ca6982b ipv6: Fix commit 63d9950b08184e6531adceb65f64b429909cc101 (ipv6: Make v4-mapped bindings consistent with IPv4) by Bruno Prémont · 15 years ago
  81. 384be2b Merge branch 'percpu-for-linus' into percpu-for-next by Tejun Heo · 15 years ago
  82. 26ced1e inet6: Set default traffic class by Gerrit Renker · 15 years ago
  83. e651f03 inet6: Conversion from u8 to int by Gerrit Renker · 15 years ago
  84. a6fa328 ipv6: Log the explicit address that triggered DAD failure by Jens Rosenboom · 15 years ago
  85. e2fe35c netfilter: xtables: check for standard verdicts in policies by Jan Engelhardt · 15 years ago
  86. 90e7d4a netfilter: xtables: check for unconditionality of policies by Jan Engelhardt · 15 years ago
  87. a7d5173 netfilter: xtables: ignore unassigned hooks in check_entry_size_and_hooks by Jan Engelhardt · 15 years ago
  88. 47901dc netfilter: xtables: use memcmp in unconditional check by Jan Engelhardt · 15 years ago
  89. f88e6a8 netfilter: xtables: switch table AFs to nfproto by Jan Engelhardt · 15 years ago
  90. 24c232d netfilter: xtables: switch hook PFs to nfproto by Jan Engelhardt · 15 years ago
  91. 57750a2 netfilter: conntrack: switch hook PFs to nfproto by Jan Engelhardt · 15 years ago
  92. 36cbd3d net: mark read-only arrays as const by Jan Engelhardt · 15 years ago
  93. db71789 xfrm6: Fix xfrm6_policy.c build when SYSCTL disabled. by David S. Miller · 15 years ago
  94. 81e4321 inet6: functions shadow global variable by Gerrit Renker · 15 years ago
  95. a33bc5c xfrm: select sane defaults for xfrm[4|6] gc_thresh by Neil Horman · 15 years ago
  96. a44a4a0 xfrm: export xfrm garbage collector thresholds via sysctl by Neil Horman · 15 years ago
  97. 74d1541 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  98. 3c2b8d1 mcastv6: Local variable shadows function argument by Gerrit Renker · 15 years ago
  99. e547bc1 tcp: Use correct peer adr when copying MD5 keys by John Dykstra · 15 years ago
  100. e3afe7b tcp: Fix MD5 signature checking on IPv4 mapped sockets by John Dykstra · 15 years ago