1. 6e86913 ipv4: Use cork flow in inet_sk_{reselect_saddr,rebuild_header}() by David S. Miller · 14 years ago
  2. 3038eeac ipv4: Lock socket and use cork flow in ip4_datagram_connect(). by David S. Miller · 14 years ago
  3. fdbb0f0 l2tp: Use cork flow in l2tp_ip_connect() and l2tp_ip_sendmsg() by David S. Miller · 14 years ago
  4. 6af88da l2tp: Fix locking in l2tp_core.c by David S. Miller · 14 years ago
  5. 2f16270 l2tp: Fix locking in l2tp_ip.c by David S. Miller · 14 years ago
  6. da905bd tcp: Use cork flow in tcp_v4_connect() by David S. Miller · 14 years ago
  7. 2c42758 dccp: Use cork flow in dccp_v4_connect() by David S. Miller · 14 years ago
  8. 1ab7b6a ethtool: remove phys_id from ethtool_ops by Stephen Hemminger · 14 years ago
  9. 534eacb Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/jkirsher/net-next-2.6 by David S. Miller · 14 years ago
  10. 0f020de hamachi: Put back RX_CHECKSUM by David S. Miller · 14 years ago
  11. 58f6bcf ixgbe: add ethtool counters for OS2BMC by Emil Tantilov · 14 years ago
  12. 67a74ee ixgbe: add rxhash support by Emil Tantilov · 14 years ago
  13. 936db35 igb: convert to ethtool set_phys_id by Jeff Kirsher · 14 years ago
  14. 6435909 e1000: convert to set_phys_id by Jeff Kirsher · 14 years ago
  15. a70b86a e100: implemenet set_phys_id by Jeff Kirsher · 14 years ago
  16. 7065272 ipv4: Initialize cork->opt using NULL not 0. by David S. Miller · 14 years ago
  17. b80d722 ipv4: Initialize on-stack cork more efficiently. by David S. Miller · 14 years ago
  18. bdc712b inet: Decrease overhead of on-stack inet_cork. by David S. Miller · 14 years ago
  19. ad638bd hamachi: Delete TX checksumming code commented out since 1999 by David S. Miller · 14 years ago
  20. 7143b7d4 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  21. 90864fb 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
  22. 228e548 net: Add sendmmsg socket system call by Anton Blanchard · 14 years ago
  23. 87e9af6 can: fix SJA1000 dlc for RTR packets by Kurt Van Dijck · 14 years ago
  24. 1c5cae8 net: call dev_alloc_name from register_netdevice by Jiri Pirko · 14 years ago
  25. e892067 bnx2x: function descriptions format fixed by Dmitry Kravkov · 14 years ago
  26. 5de9240 bnx2x: update year to 2011 and version to 1.62.12-0 by Dmitry Kravkov · 14 years ago
  27. b3b83c3 bnx2x: improve memory handling, low memory recovery flows by Dmitry Kravkov · 14 years ago
  28. 426b924 bnx2x: Do storage mac address validation for SF mode. by Dmitry Kravkov · 14 years ago
  29. f9a3ebb bnx2x: allow WoL on every function in MF modes by Dmitry Kravkov · 14 years ago
  30. 2ae17f6 bnx2x: link report improvements by Vladislav Zolotarov · 14 years ago
  31. 34da9e5 stmmac: removed not used definitions by Giuseppe CAVALLARO · 14 years ago
  32. 75bd0cb usbnet: runtime pm: fix out of memory by Ming Lei · 14 years ago
  33. a70171d 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
  34. eaef6a9 mac80211: Fix a warning due to skipping tailroom reservation for IV by Mohammed Shafi Shajakhan · 14 years ago
  35. c8d55a9 can: rename can_try_module_get to can_get_proto by Kurt Van Dijck · 14 years ago
  36. 1650629 can: make struct can_proto const by Kurt Van Dijck · 14 years ago
  37. 64f3b9e net: ip_expire() must revalidate route by Eric Dumazet · 14 years ago
  38. 5a412ad Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/jkirsher/net-next-2.6 by David S. Miller · 14 years ago
  39. 301102c ipv6: Use flowi4->{daddr,saddr} in ipip6_tunnel_xmit(). by David S. Miller · 14 years ago
  40. cbb1e85 ipv4: Kill rt->rt_{src, dst} usage in IP GRE tunnels. by David S. Miller · 14 years ago
  41. 9a1b949 ipv4: Pass explicit saddr/daddr args to ipmr_get_route(). by David S. Miller · 14 years ago
  42. 6716344 ixgbe: Cleanup PCIe bus speed info by Don Skidmore · 14 years ago
  43. 68c7005 ixgbe: improve EEPROM read/write operations by Emil Tantilov · 14 years ago
  44. 95a4601 ixgbe: fix sparse warning by Emil Tantilov · 14 years ago
  45. 2698b20 ixgbe: fix typo error with software defined pins on 82599 by Don Skidmore · 14 years ago
  46. 6d980c3 ixgbe: Use function pointer for ixgbe_acquire/release_swfw_sync() by Emil Tantilov · 14 years ago
  47. 97322b3 igbvf: remove bogus phys_id by stephen hemminger · 14 years ago
  48. f6b1bfd igb: Add check for invalid size to igb_get_invariants_82575() by Carolyn Wyborny · 14 years ago
  49. ec7e97e ixgb: convert to set_phys_id by Jeff Kirsher · 14 years ago
  50. dd927a2 ipv4: In ip_build_and_send_pkt() use 'saddr' and 'daddr' args passed in. by David S. Miller · 14 years ago
  51. dca97ad e100: fix build warning by Emil Tantilov · 14 years ago
  52. 69458cb ipv4: Use flowi4->{daddr,saddr} in ipip_tunnel_xmit(). by David S. Miller · 14 years ago
  53. 9cddf15 x86/net: only select BPF_JIT when NET is enabled by Randy Dunlap · 14 years ago
  54. 18a353f4 sctp: Use flowi4's {saddr,daddr} in sctp_v4_dst_saddr() and sctp_v4_get_dst() by David S. Miller · 14 years ago
  55. 492f64c ipv4: Use flowi4's {saddr,daddr} in igmpv3_newpack() and igmp_send_report() by David S. Miller · 14 years ago
  56. f4bfd99 libcxgbi: Use flowi4's saddr in cxgbi_check_route(). by David S. Miller · 14 years ago
  57. 28c90da pptp: Use flowi4's daddr/saddr in pptp_xmit(). by David S. Miller · 14 years ago
  58. 31e4543 ipv4: Make caller provide on-stack flow key to ip_route_output_ports(). by David S. Miller · 14 years ago
  59. f139016 dccp: Use flowi4->saddr in dccp_v4_connect() by David S. Miller · 14 years ago
  60. 475949d ipv4: Renamt struct rtable's rt_tos to rt_key_tos. by David S. Miller · 14 years ago
  61. 417da66 ipv4: Rework ipmr_rt_fib_lookup() flow key initialization. by David S. Miller · 14 years ago
  62. 57a503c net/stmmac: Move "#include <linux/platform_device.h>" to linux/stmmac.h by Viresh KUMAR · 14 years ago
  63. ff53881 sysctl: net: call unregister_net_sysctl_table where needed by Lucian Adrian Grijincu · 14 years ago
  64. 6c8c444 Revert: veth: remove unneeded ifname code from veth_newlink() by Jiri Pirko · 14 years ago
  65. d946092 smsc95xx: fix reset check by Rabin Vincent · 14 years ago
  66. 6fdbab9 tg3: Fix failure to enable WoL by default when possible by Rafael J. Wysocki · 14 years ago
  67. 41c31f3 networking: inappropriate ioctl operation should return ENOTTY by Lifeng Sun · 14 years ago
  68. e67f88d net: dont hold rtnl mutex during netlink dump callbacks by Eric Dumazet · 14 years ago
  69. dcfd9cd Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-merge by David S. Miller · 14 years ago
  70. 983960b amd8111e: trivial typo spelling: Negotitate -> Negotiate by Joe Perches · 14 years ago
  71. 5615787 ipv4: Make sure flowi4->{saddr,daddr} are always set. by David S. Miller · 14 years ago
  72. badb029 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 14 years ago
  73. 1a5b306 mwifiex: fix missing tsf_val TLV by Bing Zhao · 14 years ago
  74. 982d96b rtlwifi: Fix typo in pci.c by Larry Finger · 14 years ago
  75. 1c0bcf8 rt2x00: Add autowake support for USB hardware by Ivo van Doorn · 14 years ago
  76. fdbc7b0 rt2x00: Introduce capability flag for Bluetooth co-existence. by Gertjan van Wingerde · 14 years ago
  77. 9328fda rt2x00: Streamline rt2800 eeprom initialisations. by Gertjan van Wingerde · 14 years ago
  78. d4c838e rt2x00: Fix optimize register access for rt2800pci by Ivo van Doorn · 14 years ago
  79. a073fde rt2x00: Optimize TX_STA_FIFO register reading by Ivo van Doorn · 14 years ago
  80. 1676347 rt2x00: Reduce tx status reading timeout by Ivo van Doorn · 14 years ago
  81. 816c04f mac80211: consolidate MIC failure report handling by Christian Lamparter · 14 years ago
  82. 0ca6995 ssb: cc: prepare clockmode support for cores rev 10+ by Rafał Miłecki · 14 years ago
  83. 7cfd260 ipv4: don't spam dmesg with "Using LC-trie" messages by Alexey Dobriyan · 14 years ago
  84. a05d2ad af_unix: Only allow recv on connected seqpacket sockets. by Eric W. Biederman · 14 years ago
  85. 32ae9b2 batman-adv: Make bat_priv->primary_if an rcu protected pointer by Marek Lindner · 14 years ago
  86. 71e4aa9 batman-adv: fix gw_node_update() and gw_election() by Antonio Quartulli · 14 years ago
  87. 5f657ec batman-adv: Move definition of atomic_dec_not_zero() into main.h by Antonio Quartulli · 14 years ago
  88. b5a6f69 batman-adv: orig_hash_find() manages rcu_lock/unlock internally by Antonio Quartulli · 14 years ago
  89. d6d023a iwlagn: remove un-necessary debugfs callback by Wey-Yi Guy · 14 years ago
  90. ebf8dc8 iwlagn: prefer BSS context by Johannes Berg · 14 years ago
  91. c914ac2 iwlagn: improve RXON checking by Johannes Berg · 14 years ago
  92. bbf18ff iwlagn: remove spectrum measurement header by Johannes Berg · 14 years ago
  93. 16b80b7 iwlagn: semaphore and calib cleanup by Don Fry · 14 years ago
  94. 9d143e9 iwlagn: mod param cleanup by Don Fry · 14 years ago
  95. b4ed221 iwlagn: new 105 series device by Wey-Yi Guy · 14 years ago
  96. d2690c0 iwlagn: use proper good CRC threshold behaviour by Johannes Berg · 14 years ago
  97. c1821c9 iwlagn: connect and disconnect sequence for RXON by Wey-Yi Guy · 14 years ago
  98. 89e746b iwlagn: remove 5000 from rxon_assoc structure by Wey-Yi Guy · 14 years ago
  99. c3f6e9c iwlagn: make rxon_assoc static function by Wey-Yi Guy · 14 years ago
  100. e43e85c iwlagn: refactor restart by Johannes Berg · 14 years ago