1. e1703b36 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  2. d4c4f07 bridge: Fix build of ipv6 multicast code. by David S. Miller · 14 years ago
  3. 1fafc7a bridge br_multicast: Ensure to initialize BR_INPUT_SKB_CB(skb)->mrouters_only. by YOSHIFUJI Hideaki / 吉藤英明 · 14 years ago
  4. 4eb8b90 bridge br_multicast: Ensure to initialize BR_INPUT_SKB_CB(skb)->mrouters_only. by YOSHIFUJI Hideaki / 吉藤英明 · 14 years ago
  5. 93c0c8b ieee802154: Fix oops during ieee802154_sock_ioctl by Stefan Schmidt · 14 years ago
  6. 4a4771a net: use sk_sleep() by Eric Dumazet · 14 years ago
  7. 0db3f0f phonet: use phonet_pernet instead of directly net_generic by Jiri Pirko · 14 years ago
  8. 6443bb1 ipv6: Fix inet6_csk_bind_conflict() by Eric Dumazet · 14 years ago
  9. b3c981d netns: rename unregister_pernet_subsys parameter by Jiri Pirko · 14 years ago
  10. 8c52d50 rps: optimize rps_get_cpu() by Changli Gao · 14 years ago
  11. b7d6a43 Merge branch 'net-next-2.6_20100423a/br/br_multicast_v3' of git://git.linux-ipv6.org/gitroot/yoshfuji/linux-2.6-next by David S. Miller · 14 years ago
  12. 4b340ae IPv6: Complete IPV6_DONTFRAG support by Brian Haley · 14 years ago
  13. 13b52cd IPv6: Add dontfrag argument to relevant functions by Brian Haley · 14 years ago
  14. 793b147 IPv6: data structure changes for new socket options by Brian Haley · 14 years ago
  15. 3a73702 l2tp_eth: fix memory allocation by Jiri Pirko · 14 years ago
  16. e773aaf l2tp: fix memory allocation by Jiri Pirko · 14 years ago
  17. 3b51cc9 Merge branch 'master' into for-davem by John W. Linville · 14 years ago
  18. 08b202b bridge br_multicast: IPv6 MLD support. by YOSHIFUJI Hideaki · 14 years ago
  19. 8ef2a9a bridge br_multicast: Make functions less ipv4 dependent. by YOSHIFUJI Hideaki · 14 years ago
  20. 6e7cb83 ipv6 mcast: Introduce include/net/mld.h for MLD definitions. by YOSHIFUJI Hideaki · 14 years ago
  21. fda48a0 tcp: bind() fix when many ports are bound by Eric Dumazet · 14 years ago
  22. 5ebfbc0 X25: Add if_x25.h and x25 to device identifiers by Andrew Hendry · 14 years ago
  23. 40eaf96 net: Socket filter ancilliary data access for skb->dev->type by Paul LeoNerd Evans · 14 years ago
  24. aa2ea05 tcp: fix outsegs stat for TSO segments by Tom Herbert · 14 years ago
  25. 24acc68 rdma: potential ERR_PTR dereference by Dan Carpenter · 14 years ago
  26. 80032cf rtnetlink: potential ERR_PTR dereference by Dan Carpenter · 14 years ago
  27. e802af9 IPv6: Generic TTL Security Mechanism (final version) by Stephen Hemminger · 14 years ago
  28. 9ccb897 net: Orphan and de-dst skbs earlier in xmit path. by David S. Miller · 14 years ago
  29. e326bed rps: immediate send IPI in process_backlog() by Eric Dumazet · 14 years ago
  30. f4f914b net: ipv6 bind to device issue by Jiri Olsa · 14 years ago
  31. b002a86 ethernet: print protocol in host byte order by Johannes Berg · 14 years ago
  32. 9a20e31 net: Introduce skb_orphan_try() by Eric Dumazet · 14 years ago
  33. f2228f7 ipv6: allow to send packet after receiving ICMPv6 Too Big message with MTU field less than IPV6_MIN_MTU by Shan Wei · 14 years ago
  34. 2cec6b0 X25 fix dead unaccepted sockets by andrew hendry · 14 years ago
  35. bc8e4b9 xfrm6: ensure to use the same dev when building a bundle by Nicolas Dichtel · 14 years ago
  36. 989a297 fasync: RCU and fine grained locking by Eric Dumazet · 14 years ago
  37. e5700af tcp: Mark v6 response packets as CHECKSUM_PARTIAL by David S. Miller · 14 years ago
  38. f71b70e tcp: Fix ipv6 checksumming on response packets for real. by David S. Miller · 14 years ago
  39. 87eb367 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  40. 05d1760 net: Fix an RCU warning in dev_pick_tx() by David Howells · 14 years ago
  41. e04997b Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 14 years ago
  42. 6651ffc ipv6: Fix tcp_v6_send_response transport header setting. by Herbert Xu · 14 years ago
  43. ccb7c77 net: Remove two unnecessary exports (skbuff). by Rami Rosen · 14 years ago
  44. 0eae88f net: Fix various endianness glitches by Eric Dumazet · 14 years ago
  45. 8eabf95 bridge: add a missing ntohs() by Eric Dumazet · 14 years ago
  46. e46754f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 14 years ago
  47. aa39514 net: sk_sleep() helper by Eric Dumazet · 14 years ago
  48. 7bdfcaa mac80211: Fix ieee80211_sta_conn_mon_timer with hw connection monitoring by Juuso Oikarinen · 14 years ago
  49. 1289723 mac80211: sample survey implementation for mac80211 & hwsim by Holger Schurig · 14 years ago
  50. 03ceede ath9k: Group Key fix for VAPs by Daniel Yingqiang Ma · 14 years ago
  51. ab93047 net: emphasize rtnl lock required in call_netdevice_notifiers by Jiri Pirko · 14 years ago
  52. b249dcb rps: consistent rxhash by Eric Dumazet · 14 years ago
  53. e36fa2f rps: cleanups by Eric Dumazet · 14 years ago
  54. f5acb90 rps: static functions by Eric Dumazet · 14 years ago
  55. 67e0f39 mac80211: add missing newline by Johannes Berg · 14 years ago
  56. 3393a60 mac80211: Prevent running sta_cleanup timer unnecessarily by Juuso Oikarinen · 14 years ago
  57. 2aab4c2 mac80211: fix stopping RX BA session from timer by Johannes Berg · 14 years ago
  58. fe6f212 mac80211: pass HT changes to driver when off channel by Reinette Chatre · 14 years ago
  59. b4bb5c3 mac80211: remove bogus TX agg state assignment by Johannes Berg · 14 years ago
  60. 8875127 rps: shortcut net_rps_action() by Eric Dumazet · 14 years ago
  61. 375db48 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  62. fc6055a net: Introduce skb_orphan_try() by Eric Dumazet · 14 years ago
  63. 9958da0 net: remove time limit in process_backlog() by Eric Dumazet · 14 years ago
  64. 8770acf rps: rps_sock_flow_table is mostly read by Eric Dumazet · 14 years ago
  65. fec5e65 rfs: Receive Flow Steering by Tom Herbert · 14 years ago
  66. 1c4f019 packet : remove init_net restriction by Daniel Lezcano · 14 years ago
  67. 7834704b cfg80211: Avoid sending IWEVASSOCREQIE and IWEVASSOCRESPIE events with NULL event body by Nishant Sarmukadam · 14 years ago
  68. b5d4399 ipv6: fix the comment of ip6_xmit() by Shan Wei · 14 years ago
  69. 4e15ed4 net: replace ipfragok with skb->local_df by Shan Wei · 14 years ago
  70. 0eecb78 ipv6: cancel to setting local_df in ip6_xmit() by Shan Wei · 14 years ago
  71. a4fbf84 net/l2tp/l2tp_debugfs.c: Convert NIPQUAD to %pI4 by Joe Perches · 14 years ago
  72. 3eb14b9 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 14 years ago
  73. e30b38c ip: Fix ip_dev_loopback_xmit() by Eric Dumazet · 14 years ago
  74. 791f58c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/ipmr-2.6 by David S. Miller · 14 years ago
  75. 5c01d56 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 14 years ago
  76. 8de53df ipv4: ipmr: fix NULL pointer deref during unres queue destruction by Patrick McHardy · 14 years ago
  77. b0ebb73 ipv4: ipmr: fix invalid cache resolving when adding a non-matching entry by Patrick McHardy · 14 years ago
  78. 66496d4 ipv4: ipmr: fix IP_MROUTE_MULTIPLE_TABLES Kconfig dependencies by Patrick McHardy · 14 years ago
  79. 8728c54 net: dev_pick_tx() fix by Eric Dumazet · 14 years ago
  80. b0e28f1 net: netif_rx() must disable preemption by Eric Dumazet · 14 years ago
  81. 4eaa0e3 fib: suppress lockdep-RCU false positive in FIB trie. by Eric Dumazet · 14 years ago
  82. dad1e54 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  83. f0ad086 ipv4: ipmr: support multiple tables by Patrick McHardy · 14 years ago
  84. 0c12295 ipv4: ipmr: move mroute data into seperate structure by Patrick McHardy · 14 years ago
  85. 862465f ipv4: ipmr: convert struct mfc_cache to struct list_head by Patrick McHardy · 14 years ago
  86. d658f8a ipv4: ipmr: remove net pointer from struct mfc_cache by Patrick McHardy · 14 years ago
  87. e258beb ipv4: ipmr: move unres_queue and timer to per-namespace data by Patrick McHardy · 14 years ago
  88. 0f87b1d net: fib_rules: decouple address families from real address families by Patrick McHardy · 14 years ago
  89. 28bb172 net: fib_rules: set family in fib_rule_hdr centrally by Patrick McHardy · 14 years ago
  90. d8a566b net: fib_rules: consolidate IPv4 and DECnet ->default_pref() functions. by Patrick McHardy · 14 years ago
  91. 465de2b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  92. 5611551 dst: don't inline dst_ifdown by stephen hemminger · 14 years ago
  93. acbbc07 net: uninline skb_bond_should_drop() by Eric Dumazet · 14 years ago
  94. 4ffa870 can: avoids a false warning by Eric Dumazet · 14 years ago
  95. 8595805 IPv6: only notify protocols if address is compeletely gone by stephen hemminger · 14 years ago
  96. d1f84c6 ipv6: additional ref count for hash list unnecessary by stephen hemminger · 14 years ago
  97. 27bdb2a IPv6: keep tentative addresses in hash table by stephen hemminger · 14 years ago
  98. 93fa159 IPv6: keep route for tentative address by stephen hemminger · 14 years ago
  99. b6c6712 net: sk_dst_cache RCUification by Eric Dumazet · 14 years ago
  100. 7a161ea net: Dont use netdev_warn() by Eric Dumazet · 14 years ago