1. 69458cb ipv4: Use flowi4->{daddr,saddr} in ipip_tunnel_xmit(). by David S. Miller · 13 years ago
  2. 9cddf15 x86/net: only select BPF_JIT when NET is enabled by Randy Dunlap · 13 years ago
  3. 18a353f sctp: Use flowi4's {saddr,daddr} in sctp_v4_dst_saddr() and sctp_v4_get_dst() by David S. Miller · 13 years ago
  4. 492f64c ipv4: Use flowi4's {saddr,daddr} in igmpv3_newpack() and igmp_send_report() by David S. Miller · 13 years ago
  5. f4bfd99 libcxgbi: Use flowi4's saddr in cxgbi_check_route(). by David S. Miller · 13 years ago
  6. 28c90da pptp: Use flowi4's daddr/saddr in pptp_xmit(). by David S. Miller · 13 years ago
  7. 31e4543 ipv4: Make caller provide on-stack flow key to ip_route_output_ports(). by David S. Miller · 13 years ago
  8. f139016 dccp: Use flowi4->saddr in dccp_v4_connect() by David S. Miller · 13 years ago
  9. 475949d ipv4: Renamt struct rtable's rt_tos to rt_key_tos. by David S. Miller · 13 years ago
  10. 417da66 ipv4: Rework ipmr_rt_fib_lookup() flow key initialization. by David S. Miller · 13 years ago
  11. 57a503c net/stmmac: Move "#include <linux/platform_device.h>" to linux/stmmac.h by Viresh KUMAR · 13 years ago
  12. e67f88d net: dont hold rtnl mutex during netlink dump callbacks by Eric Dumazet · 13 years ago
  13. dcfd9cd Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-merge by David S. Miller · 13 years ago
  14. 5615787 ipv4: Make sure flowi4->{saddr,daddr} are always set. by David S. Miller · 13 years ago
  15. 32ae9b2 batman-adv: Make bat_priv->primary_if an rcu protected pointer by Marek Lindner · 13 years ago
  16. 71e4aa9 batman-adv: fix gw_node_update() and gw_election() by Antonio Quartulli · 13 years ago
  17. 5f657ec batman-adv: Move definition of atomic_dec_not_zero() into main.h by Antonio Quartulli · 13 years ago
  18. b5a6f69 batman-adv: orig_hash_find() manages rcu_lock/unlock internally by Antonio Quartulli · 13 years ago
  19. 14ad251 net/igb/e1000/e1000e: more robust ethtool duplex/speed configuration by David Decotigny · 13 years ago
  20. fbef713 tulip/de2104x: don't report different speeds depending on port type by David Decotigny · 13 years ago
  21. 1258c07 acenic: Fix using the specified speed when configuring NIC by David Decotigny · 13 years ago
  22. 7073949 ethtool: cosmetic: Use ethtool ethtool_cmd_speed API by David Decotigny · 13 years ago
  23. 25db033 ethtool: Use full 32 bit speed range in ethtool's set_settings by David Decotigny · 13 years ago
  24. 8ae6dac ethtool: Call ethtool's get/set_settings callbacks with cleaned data by David Decotigny · 13 years ago
  25. 3650460 ethtool: cosmetics: enforce const-ness in ethtool_cmd_speed by David Decotigny · 13 years ago
  26. 7e610ca qlcnic: Support for GBE port settings by Sony Chacko · 13 years ago
  27. f94bc1e qlcnic: support rcv ring configuration through ethtool by Sucheta Chakraborty · 13 years ago
  28. ad246c9 ipv4, ipv6, bonding: Restore control over number of peer notifications by Ben Hutchings · 13 years ago
  29. 7d36a99 pktgen: create num frags requested by amit salecha · 13 years ago
  30. b6202f9 bpf: depends on MODULES by Eric Dumazet · 13 years ago
  31. ad22742 ipv4: Get route daddr from flow key in l2tp_ip_connect(). by David S. Miller · 13 years ago
  32. d4fb3d7 ipv4: Get route daddr from flow key in tcp_v4_connect(). by David S. Miller · 13 years ago
  33. 072d8c9 ipv4: Get route daddr from flow key in inet_csk_route_req(). by David S. Miller · 13 years ago
  34. 87321c8 ipv4: Get route daddr from flow key in ip4_datagram_connect(). by David S. Miller · 13 years ago
  35. 91ab0b6 ipv4: Get route daddr from flow key in dccp_v4_connect(). by David S. Miller · 13 years ago
  36. 4490166 ipv4: Fetch route saddr from flow key in l2tp_ip_connect(). by David S. Miller · 13 years ago
  37. 4071cff ipv4: Fetch route saddr from flow key in tcp_v4_connect(). by David S. Miller · 13 years ago
  38. a406b61 ipv4: Fetch route saddr from flow key in ip4_datagram_connect(). by David S. Miller · 13 years ago
  39. b883187 ipv4: Fetch route saddr from flow key in inet_sk_reselect_saddr(). by David S. Miller · 13 years ago
  40. 6706b6e ipv4: Remove now superfluous code in ip_route_connect(). by David S. Miller · 13 years ago
  41. 813b3b5 ipv4: Use caller's on-stack flowi as-is in output route lookups. by David S. Miller · 13 years ago
  42. cf91166 net: Use non-zero allocations in dst_alloc(). by David S. Miller · 13 years ago
  43. 5c1e6aa net: Make dst_alloc() take more explicit initializations. by David S. Miller · 13 years ago
  44. 778865a l2tp: Fix inet_opt conversion. by David S. Miller · 13 years ago
  45. b801a4e net: ibmveth: force reconfiguring checksum settings on startup by Michał Mirosław · 13 years ago
  46. 89b4208 qlcnic: fix memory leak in qlcnic_blink_led. by Sucheta Chakraborty · 13 years ago
  47. 63c3a66 tg3: Convert u32 flag,flg2,flg3 uses to bitmap by Joe Perches · 13 years ago
  48. fa2bd7f net: allow user to change NETIF_F_HIGHDMA by Michał Mirosław · 13 years ago
  49. c4d27ef bridge: convert br_features_recompute() to ndo_fix_features by Michał Mirosław · 13 years ago
  50. 1742f18 net: fix netdev_increment_features() by Michał Mirosław · 13 years ago
  51. 96339d6 net:use help function of skb_checksum_start_offset to calculate offset by Shan Wei · 13 years ago
  52. f6d8bd0 inet: add RCU protection to inet->opt by Eric Dumazet · 13 years ago
  53. 0a14842 net: filter: Just In Time compiler for x86-64 by Eric Dumazet · 13 years ago
  54. b678027 ipv4: Kill RTO_CONN. by David S. Miller · 13 years ago
  55. 2e97e98 ipv4: Remove erroneous check in igmpv3_newpack() and igmp_send_report(). by David S. Miller · 13 years ago
  56. 2d7192d ipv4: Sanitize and simplify ip_route_{connect,newports}() by David S. Miller · 13 years ago
  57. 15ecd03 r8169: fix merge conflict fix. by Francois Romieu · 13 years ago
  58. da0420b sctp: clean up route lookup calls by Vlad Yasevich · 13 years ago
  59. af13847 sctp: remove useless arguments from get_saddr() call by Vlad Yasevich · 13 years ago
  60. 9c6a02f sctp: make sctp over IPv6 work with IPsec by Vlad Yasevich · 13 years ago
  61. 9914ae3 sctp: cache the ipv6 source after route lookup by Vlad Yasevich · 13 years ago
  62. 6250341 sctp: fix sctp to work with ipv6 source address routing by Weixing Shi · 13 years ago
  63. 66e6961 ixgbe: convert to ethtool set_phys_id by Emil Tantilov · 13 years ago
  64. e7fd925 ixgbe: fix X540 ethtool loopback test. by Don Skidmore · 13 years ago
  65. c89c711 ixgbe: Bump version by Don Skidmore · 13 years ago
  66. 58be766 ixgbe: enable SCTP checksum offload for X540 by Don Skidmore · 13 years ago
  67. 7aba7b0 ixgbe: do not clear FCoE DDP error status for received ABTS by Yi Zou · 13 years ago
  68. b32c8dc ixgbe: fix static functions by John Fastabend · 13 years ago
  69. 11b1d38 ixgbe: remove ntuple display support by Alexander Duyck · 13 years ago
  70. 98508c9 ixgbe: add LED blink code for x540 by Emil Tantilov · 13 years ago
  71. 0665b09 ixgbe: add support for 64k EEPROM for 82599 by Emil Tantilov · 13 years ago
  72. 83dfde4 ixgbe: register defines cleanup by Emil Tantilov · 13 years ago
  73. 50c022e ixgbe: explicitly disable 100H for x540 by Emil Tantilov · 13 years ago
  74. dbf80dc e1000e: implement ethtool set_phys_id by Bruce Allan · 13 years ago
  75. 2bd93d7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  76. 64cad2a tg3: Update version to 3.118 by Matt Carlson · 13 years ago
  77. bea8a63 tg3: Whitespace cleanups by Matt Carlson · 13 years ago
  78. b45aa2f tg3: Add EEH support by Matt Carlson · 13 years ago
  79. bb158d6 tg3: Add TSO loopback test by Matt Carlson · 13 years ago
  80. 00c266b tg3: Organize loopback test failure flags by Matt Carlson · 13 years ago
  81. 0aebff4 tg3: Fix int generation hw bug for 5719 / 5720 by Matt Carlson · 13 years ago
  82. bf73484 bluetooth: Fix use-before-initiailized var. by David S. Miller · 13 years ago
  83. 345578d Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 13 years ago
  84. fe2a70e be2net: Fixed a bug in be_cmd_get_regs(). by Somnath Kotur · 13 years ago
  85. 3aba891 bonding: move processing of recv handlers into handle_frame() by Jiri Pirko · 13 years ago
  86. 22d5969 net: make WARN_ON in dev_disable_lro() useful by Michał Mirosław · 13 years ago
  87. 0972ddb net: provide cow_metrics() methods to blackhole dst_ops by Held Bernhard · 13 years ago
  88. cfef604 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 · 13 years ago
  89. 8c61d9d cdc_ncm: fix short packet issue on some devices by Hans Petter Selasky · 13 years ago
  90. 9ac067a Merge branch 'davem.r8169' of git://git.kernel.org/pub/scm/linux/kernel/git/romieu/netdev-2.6 by David S. Miller · 13 years ago
  91. 2a9e950 net: Remove __KERNEL__ cpp checks from include/net by David S. Miller · 13 years ago
  92. 953a12c r8169: don't request firmware when there's no userspace. by François Romieu · 13 years ago
  93. e39aece bnx2x: fix UDP csum offload by Vladislav Zolotarov · 13 years ago
  94. 13f172f netconsole: fix deadlock when removing net driver that netconsole is using (v2) by Neil Horman · 13 years ago
  95. 1ed3aad Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 13 years ago
  96. b71d1d4 inet: constify ip headers and in6_addr by Eric Dumazet · 13 years ago
  97. f01cb5f Revert "bridge: Forward reserved group addresses if !STP" by David S. Miller · 13 years ago
  98. cb77183 atl1c: Fix work event interrupt/task races by Tim Gardner · 13 years ago
  99. e74fbd03 be2net: increment work_counter in be_worker by Ivan Vecera · 13 years ago
  100. e965c05 ipv6: Remove hoplimit initialization to -1 by Thomas Egerer · 13 years ago