1. 9f381a6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 13 years ago
  2. 9bbc052 Merge branch 'pablo/nf-2.6-updates' of git://1984.lsi.us.es/net-2.6 by David S. Miller · 13 years ago
  3. 6fa5ddc xfrm: Don't allow esn with disabled anti replay detection by Steffen Klassert · 13 years ago
  4. 43a4dea xfrm: Assign the inner mode output function to the dst entry by Steffen Klassert · 13 years ago
  5. e14a599 net: dev_close() should check IFF_UP by Eric Dumazet · 13 years ago
  6. 55aee10 vlan: fix GVRP at dismantle time by Eric Dumazet · 13 years ago
  7. 1fc19af net: fix two lockdep splats by Eric Dumazet · 13 years ago
  8. 8f01cb0 ipv4: xfrm: Eliminate ->rt_src reference in policy code. by David S. Miller · 13 years ago
  9. 902ebd3 sctp: Remove rt->rt_src usage in sctp_v4_get_saddr() by David S. Miller · 13 years ago
  10. 79ab053 ipv4: udp: Eliminate remaining uses of rt->rt_src by David S. Miller · 13 years ago
  11. 9f6abb5 ipv4: icmp: Eliminate remaining uses of rt->rt_src by David S. Miller · 13 years ago
  12. 0a5ebb8 ipv4: Pass explicit daddr arg to ip_send_reply(). by David S. Miller · 13 years ago
  13. 972a77f tipc: Revise timings used when sending link request messages by Allan Stephens · 13 years ago
  14. 1209966 tipc: Add monitoring of number of nodes discovered by bearer by Allan Stephens · 13 years ago
  15. 691a620 tipc: Enhance sending of discovery object link request messages by Allan Stephens · 13 years ago
  16. 3a777ff tipc: Enhance handling of discovery object creation failures by Allan Stephens · 13 years ago
  17. dc63d91 tipc: Introduce routine to enqueue a chain of messages on link tx queue by Allan Stephens · 13 years ago
  18. 2689690 tipc: Avoid recomputation of outgoing message length by Allan Stephens · 13 years ago
  19. c29c3f7 tipc: Abort excessive send requests as early as possible by Allan Stephens · 14 years ago
  20. 66e019a tipc: Strengthen checks for neighboring node discovery by Allan Stephens · 13 years ago
  21. 1f3de47 tipc: make zone/cluster mask constants a define by Paul Gortmaker · 13 years ago
  22. bebc55a tipc: Fix sk_buff leaks when link congestion is detected by Allan Stephens · 13 years ago
  23. 7f47f5c tipc: Update destination node field on incoming multicast messages by Allan Stephens · 13 years ago
  24. 7462b9e tipc: Fix problem with bundled multicast message by Allan Stephens · 13 years ago
  25. 53b9436 tipc: Set name lookup scope field properly in all data messages by Allan Stephens · 13 years ago
  26. 7756155 tipc: Fix issues with fragmentation of an existing message buffer by Allan Stephens · 13 years ago
  27. e0f0859 tipc: Avoid pointless masking of fragmented message identifier by Allan Stephens · 13 years ago
  28. 670c540 tipc: Don't initialize link selector field in fragmented messages by Allan Stephens · 13 years ago
  29. 7775bcc tipc: Remove code to emulate loss of broadcast messages by Allan Stephens · 13 years ago
  30. 92138d1 tipc: Cosmetic consolidation of internal message type definitions by Allan Stephens · 13 years ago
  31. 19f53d2 tipc: Eliminate unused routing message definitions by Allan Stephens · 13 years ago
  32. cc4c435 tipc: Update comments in message header include file by Allan Stephens · 13 years ago
  33. 306fe93 mac80211: don't drop frames where skb->len < 24 in ieee80211_scan_rx() by Luciano Coelho · 13 years ago
  34. 38bb3e9 mac80211: Fix build error when CONFIG_PM is not defined by Larry Finger · 13 years ago
  35. 6572e91 wireless: Fix warnings due to -Wunused-but-set-variable by Rajkumar Manoharan · 13 years ago
  36. 5db1c07 mac80211: don't start the dynamic ps timer if not associated by Luciano Coelho · 13 years ago
  37. 97fbdc1 tipc: Drop __TIME__ usage by Michal Marek · 13 years ago
  38. 93bbce1 netfilter: revert a2361c8735e07322023aedc36e4938b35af31eb0 by Pablo Neira Ayuso · 13 years ago
  39. 70f23fd treewide: fix a few typos in comments by Justin P. Mattock · 13 years ago
  40. 1ed2f73 netfilter: IPv6: fix DSCP mangle code by Fernando Luis Vazquez Cao · 13 years ago
  41. 4319cc0 netfilter: IPv6: initialize TOS field in REJECT target module by Fernando Luis Vazquez Cao · 13 years ago
  42. 7a4f076 IPVS: init and cleanup restructuring by Hans Schillstrom · 13 years ago
  43. 1ae132b IPVS: Change of socket usage to enable name space exit. by Hans Schillstrom · 13 years ago
  44. 103a977 netfilter: ebtables: only call xt_compat_add_offset once per rule by Florian Westphal · 13 years ago
  45. 5a6351e netfilter: fix ebtables compat support by Eric Dumazet · 13 years ago
  46. 315c34d netfilter: ctnetlink: fix timestamp support for new conntracks by Pablo Neira Ayuso · 13 years ago
  47. 3cd7967 net/9p: Handle get_user_pages_fast return properly by M. Mohan Kumar · 13 years ago
  48. 4940fc8 net: add mac_pton() for parsing MAC address by Alexey Dobriyan · 13 years ago
  49. 48752e1 vlan: remove one synchronize_net() call by Eric Dumazet · 13 years ago
  50. da37e36 garp: remove one synchronize_rcu() call by Eric Dumazet · 13 years ago
  51. 226bd34 net: use batched device unregister in veth and macvlan by Eric Dumazet · 13 years ago
  52. 7ef73bc sctp: Fix debug message args. by David S. Miller · 13 years ago
  53. f5fca60 ipv4: Pass flow key down into ip_append_*(). by David S. Miller · 13 years ago
  54. 77968b7 ipv4: Pass flow keys down into datagram packet building engine. by David S. Miller · 13 years ago
  55. e474995 udp: Use flow key information instead of rt->rt_{src,dst} by David S. Miller · 13 years ago
  56. eed2a12 net: Allow ethtool to set interface in loopback mode. by Mahesh Bandewar · 13 years ago
  57. b9f47a3a tcp_cubic: limit delayed_ack ratio to prevent divide error by stephen hemminger · 13 years ago
  58. 47a0200 pktgen: use %pI6c for printing IPv6 addresses by Alexey Dobriyan · 13 years ago
  59. 02e73c1 Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-merge by David S. Miller · 13 years ago
  60. c5216cc tcp: Use cork flow info instead of rt->rt_dst in tcp_v4_get_peer() by David S. Miller · 13 years ago
  61. f1c0a27 sctp: Don't use rt->rt_{src,dst} in sctp_v4_xmit() by David S. Miller · 13 years ago
  62. ea4fc0d ipv4: Don't use rt->rt_{src,dst} in ip_queue_xmit(). by David S. Miller · 13 years ago
  63. d9d8da8 inet: Pass flowi to ->queue_xmit(). by David S. Miller · 13 years ago
  64. 0e73441 ipv4: Use inet_csk_route_child_sock() in DCCP and TCP. by David S. Miller · 13 years ago
  65. 74973f6 IPVS: init and cleanup restructuring by Hans Schillstrom · 13 years ago
  66. 421eab4 IPVS: Change of socket usage to enable name space exit. by Hans Schillstrom · 13 years ago
  67. 77357a9 ipv4: Create inet_csk_route_child_sock(). by David S. Miller · 13 years ago
  68. 8663c93 sctp: Store a flowi in transports to provide persistent keying. by David S. Miller · 13 years ago
  69. b57ae01 ipv4: Use cork flow in ip_queue_xmit() by David S. Miller · 13 years ago
  70. 6e86913 ipv4: Use cork flow in inet_sk_{reselect_saddr,rebuild_header}() by David S. Miller · 13 years ago
  71. 3038eeac ipv4: Lock socket and use cork flow in ip4_datagram_connect(). by David S. Miller · 13 years ago
  72. fdbb0f0 l2tp: Use cork flow in l2tp_ip_connect() and l2tp_ip_sendmsg() by David S. Miller · 13 years ago
  73. 6af88da l2tp: Fix locking in l2tp_core.c by David S. Miller · 13 years ago
  74. 2f16270 l2tp: Fix locking in l2tp_ip.c by David S. Miller · 13 years ago
  75. da905bd tcp: Use cork flow in tcp_v4_connect() by David S. Miller · 13 years ago
  76. 2c42758 dccp: Use cork flow in dccp_v4_connect() by David S. Miller · 13 years ago
  77. 1ab7b6a ethtool: remove phys_id from ethtool_ops by Stephen Hemminger · 13 years ago
  78. 27aea21 batman-adv: remove duplicate code from function is_bidirectional_neigh() by Daniele Furlan · 13 years ago
  79. 6e215fd batman-adv: Remove multiline comments from line ending by Sven Eckelmann · 13 years ago
  80. 2dafb49 batman-adv: rename everything from *hna* into *tt* (translation table) by Antonio Quartulli · 13 years ago
  81. 01df2b6 batman-adv: Fix refcount imbalance in find_router by Marek Lindner · 13 years ago
  82. 3a4375a batman-adv: Avoid deadlock between rtnl_lock and s_active by Sven Eckelmann · 13 years ago
  83. c3caf51 batman-adv: Remove unnecessary hardif_list_lock by Sven Eckelmann · 13 years ago
  84. 61906ae batman-adv: multi vlan support for bridge loop detection by Marek Lindner · 13 years ago
  85. 28f8e54 batman-adv: remove misplaced comment by Marek Lindner · 13 years ago
  86. 11c476f net,rcu: convert call_rcu(prl_entry_destroy_rcu) to kfree by Paul E. McKenney · 13 years ago
  87. 8e3572c batman,rcu: convert call_rcu(softif_neigh_free_rcu) to kfree_rcu by Paul E. McKenney · 13 years ago
  88. ae179ae batman,rcu: convert call_rcu(neigh_node_free_rcu) to kfree() by Paul E. McKenney · 13 years ago
  89. eb340b2 batman,rcu: convert call_rcu(gw_node_free_rcu) to kfree_rcu by Paul E. McKenney · 13 years ago
  90. 0744371 net,rcu: convert call_rcu(kfree_tid_tx) to kfree_rcu() by Lai Jiangshan · 13 years ago
  91. 88b4a03 net,rcu: convert call_rcu(xt_osf_finger_free_rcu) to kfree_rcu() by Lai Jiangshan · 13 years ago
  92. a74ce14 net/mac80211,rcu: convert call_rcu(work_free_rcu) to kfree_rcu() by Lai Jiangshan · 13 years ago
  93. 6184522 net,rcu: convert call_rcu(wq_free_rcu) to kfree_rcu() by Lai Jiangshan · 13 years ago
  94. 7e113a9 net,rcu: convert call_rcu(phonet_device_rcu_free) to kfree_rcu() by Lai Jiangshan · 13 years ago
  95. 1f8d36a net,rcu: convert call_rcu(__nf_ct_ext_free_rcu) to kfree_rcu() by Lai Jiangshan · 13 years ago
  96. 04d4dfe net,rcu: convert call_rcu(net_generic_release) to kfree_rcu() by Lai Jiangshan · 13 years ago
  97. 6b26223 net,rcu: convert call_rcu(netlbl_unlhsh_free_addr6) to kfree_rcu() by Lai Jiangshan · 13 years ago
  98. c3b4942 net,rcu: convert call_rcu(netlbl_unlhsh_free_addr4) to kfree_rcu() by Lai Jiangshan · 13 years ago
  99. b55071e net,rcu: convert call_rcu(xps_dev_maps_release) to kfree_rcu() by Lai Jiangshan · 13 years ago
  100. edc86d8 net,rcu: convert call_rcu(xps_map_release) to kfree_rcu() by Lai Jiangshan · 13 years ago