1. 8a83d93 Merge branch 'dev_kfree_skb_any' by David S. Miller · 10 years ago
  2. c9974ad gianfar: Carefully free skbs in functions called by netpoll. by Eric W. Biederman · 10 years ago
  3. d8ec2c0 benet: Call dev_kfree_skby_any instead of kfree_skb. by Eric W. Biederman · 10 years ago
  4. e81f44b mlx4: Call dev_kfree_skby_any instead of dev_kfree_skb. by Eric W. Biederman · 10 years ago
  5. f7e7991 ixgb: Call dev_kfree_skby_any instead of dev_kfree_skb. by Eric W. Biederman · 10 years ago
  6. 497a27b tg3: Call dev_kfree_skby_any instead of dev_kfree_skb. by Eric W. Biederman · 10 years ago
  7. f458b2e bnx2: Call dev_kfree_skby_any instead of dev_kfree_skb. by Eric W. Biederman · 10 years ago
  8. 2bb77ab bonding: Call dev_kfree_skby_any instead of kfree_skb. by Eric W. Biederman · 10 years ago
  9. 989c9ba r8169: Call dev_kfree_skby_any instead of dev_kfree_skb. by Eric W. Biederman · 10 years ago
  10. a2ccd2e 8139too: Call dev_kfree_skby_any instead of dev_kfree_skb. by Eric W. Biederman · 10 years ago
  11. 508f81d 8139cp: Call dev_kfree_skby_any instead of kfree_skb. by Eric W. Biederman · 10 years ago
  12. d52afde be2net: update driver version to 10.2 by Sathya Perla · 10 years ago
  13. 48291c2 be2net: Fix vlans_added counter by Vasundhara Volam · 10 years ago
  14. a5243da be2net: Create multiple TXQs on RSS capable multi-channel BE3-R interfaces by Vasundhara Volam · 10 years ago
  15. 46ee9c1 be2net: fix pmac_id[] allocation size by Ravikumar Nelavelli · 10 years ago
  16. bdac85b be2net: log LPVID used in multi-channel configs by Ravikumar Nelavelli · 10 years ago
  17. bdce2ad be2net: Add link state control for VFs by Suresh Reddy · 10 years ago
  18. ecf1f6e be2net: Use GET_PROFILE_CONFIG cmd for BE3-R to query max-vfs by Suresh Reddy · 10 years ago
  19. 39e7d09 Merge branch 'mlx4-next' by David S. Miller · 10 years ago
  20. aa9a2d5 mlx4: Activate RoCE/SRIOV by Jack Morgenstein · 10 years ago
  21. ceb5433 mlx4_ib: Fix SIDR support of for UD QPs under SRIOV/RoCE by Shani Michaelli · 10 years ago
  22. 5ea8bbf mlx4: Implement IP based gids support for RoCE/SRIOV by Jack Morgenstein · 10 years ago
  23. 2f5bb47 mlx4: Add ref counting to port MAC table for RoCE by Jack Morgenstein · 10 years ago
  24. b6ffaef mlx4: In RoCE allow guests to have multiple GIDS by Jack Morgenstein · 10 years ago
  25. 9cd5935 mlx4_core: For RoCE, allow slaves to set the GID entry at that slave's index by Jack Morgenstein · 10 years ago
  26. 6ee51a4 mlx4: Adjust QP1 multiplexing for RoCE/SRIOV by Jack Morgenstein · 10 years ago
  27. 36f6fdb Merge branch 'tipc' by David S. Miller · 10 years ago
  28. 5c31142 tipc: eliminate redundant lookups in registry by Jon Paul Maloy · 10 years ago
  29. 58ed944 tipc: align usage of variable names and macros in socket by Jon Paul Maloy · 10 years ago
  30. 3b4f302 tipc: eliminate redundant locking by Jon Paul Maloy · 10 years ago
  31. 24be34b tipc: eliminate upcall function pointers between port and socket by Jon Paul Maloy · 10 years ago
  32. 8826cde tipc: aggregate port structure into socket structure by Jon Paul Maloy · 10 years ago
  33. f9fef18 tipc: remove redundant 'peer_name' field in struct tipc_sock by Jon Paul Maloy · 10 years ago
  34. 978813e tipc: replace reference table rwlock with spinlock by Jon Paul Maloy · 10 years ago
  35. 4a93f50 flowcache: Fix resource leaks on namespace exit. by Steffen Klassert · 10 years ago
  36. 1f36fc7 lg-vl600: Convert uses of __constant_<foo> to <foo> by Joe Perches · 10 years ago
  37. ceffc4a xilinx: Convert uses of __constant_<foo> to <foo> by Joe Perches · 10 years ago
  38. b779d0a brocade: Convert uses of __constant_<foo> to <foo> by Joe Perches · 10 years ago
  39. 184593c tipc: Convert uses of __constant_<foo> to <foo> by Joe Perches · 10 years ago
  40. ec633eb ieee802154: Convert uses of __constant_<foo> to <foo> by Joe Perches · 10 years ago
  41. 2b8837a net: Convert uses of __constant_<foo> to <foo> by Joe Perches · 10 years ago
  42. f0e7882 8021q: Convert uses of __constant_<foo> to <foo> by Joe Perches · 10 years ago
  43. b338ce2 gianfar: Fix multi-queue support checks @probe() by Claudiu Manoil · 10 years ago
  44. 4f1d4d5 r8152: support dumping the hw counters by hayeswang · 10 years ago
  45. 48d5dba ieee802154: at86rf230: add support for rf233 chip by Thomas Stilwell · 10 years ago
  46. 62cf4be Merge branch 'pkt_sched_cond_resched' by David S. Miller · 10 years ago
  47. fba373d pkt_sched: add cond_resched() to class and qdisc dump by Eric Dumazet · 10 years ago
  48. 15dc36e pkt_sched: do not use rcu in tc_dump_qdisc() by Eric Dumazet · 10 years ago
  49. a19a7ec bonding: force cast of IP address in options by stephen hemminger · 10 years ago
  50. 693350c netdev: set __percpu attribute on netdev_alloc_pcpu_stats by stephen hemminger · 10 years ago
  51. 090f116 ipv6: ip6_forward: perform skb->pkt_type check at the beginning by Li RongQing · 10 years ago
  52. fcb308d r8152: add skb_cow_head by hayeswang · 10 years ago
  53. 8dc43dd net: eth: cpsw: Use net_device_stats from struct net_device by Tobias Klauser · 10 years ago
  54. d32d9bb flowcache: restore a single flow_cache kmem_cache by Eric Dumazet · 10 years ago
  55. 5812521b net: add a pre-check of net_ns in sk_change_net() by Gu Zheng · 10 years ago
  56. 431a912 tcp: timestamp SYN+DATA messages by Eric Dumazet · 10 years ago
  57. 99d3016 hyperv: Change the receive buffer size for legacy hosts by Haiyang Zhang · 10 years ago
  58. 3772ab1d 6lowpan: reassembly: fix access of ctl table entry by Alexander Aring · 10 years ago
  59. e3ca649 Merge branch 'hyperv-next' by David S. Miller · 10 years ago
  60. 77bf548 Drivers: net: hyperv: Enable large send offload by KY Srinivasan · 10 years ago
  61. 08cd04b Drivers: net: hyperv: Enable send side checksum offload by KY Srinivasan · 10 years ago
  62. e3d605e Drivers: net: hyperv: Enable receive side IP checksum offload by KY Srinivasan · 10 years ago
  63. 4a0e70a Drivers: net: hyperv: Enable offloads on the host by KY Srinivasan · 10 years ago
  64. 8a00251 Drivers: net: hyperv: Cleanup the send path by KY Srinivasan · 10 years ago
  65. 54a7357 Drivers: net: hyperv: Enable scatter gather I/O by KY Srinivasan · 10 years ago
  66. 3ee2f8c sky2: allow mac to come from dt by Tim Harvey · 10 years ago
  67. 746e349 l2tp: fix unused variable warning by Eric Dumazet · 10 years ago
  68. c120e9e IB/mlx5_core: remove unreachable function call in module init by Kleber Sacilotto de Souza · 10 years ago
  69. 9063e21 netlink: autosize skb lengthes by Eric Dumazet · 10 years ago
  70. cd84ff4 sfc: Use ether_addr_copy and eth_broadcast_addr by Edward Cree · 10 years ago
  71. 1943364 Merge branch 'gianfar-next' by David S. Miller · 10 years ago
  72. 71ff9e3 gianfar: Use Single-Queue polling for "fsl,etsec2" by Claudiu Manoil · 10 years ago
  73. aeb12c5 gianfar: Separate out the Tx interrupt handling (Tx NAPI) by Claudiu Manoil · 10 years ago
  74. be14cc9 vlan: use use ether_addr_equal_64bits to instead of ether_addr_equal by dingtianhong · 10 years ago
  75. 375f67d vlan: slight optimization for vlan_do_receive() by dingtianhong · 10 years ago
  76. 2d8d40a pkt_sched: fq: do not hold qdisc lock while allocating memory by Eric Dumazet · 10 years ago
  77. d85ea93 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 10 years ago
  78. 9b143d1 igb: fix warning if !CONFIG_IGB_HWMON by Jeff Kirsher · 10 years ago
  79. 72b3672 igb: fix array size calculation by Todd Fujinaka · 10 years ago
  80. bd9d559 ixgbevf: fix skb->pkt_type checks by Florian Fainelli · 10 years ago
  81. 96dee02 e1000e: Fix SHRA register access for 82579 by David Ertman · 10 years ago
  82. ad40064 e1000e: Fix ethtool offline tests for 82579 parts by David Ertman · 10 years ago
  83. 5bb7317 e1000e: Fix not generating an error on invalid load parameter by David Ertman · 10 years ago
  84. 74f350e e1000e: Feature Enable PHY Ultra Low Power Mode (ULP) by David Ertman · 10 years ago
  85. 63eb48f e1000e Refactor of Runtime Power Management by David Ertman · 10 years ago
  86. 2800209 e1000e: Refactor PM flows by David Ertman · 10 years ago
  87. 3b70d4f e1000e: Add missing branding strings in ich8lan.c by David Ertman · 11 years ago
  88. e78b80b e1000e: Cleanup - Update GPL header and Copyright by David Ertman · 11 years ago
  89. a03206e e1000e: Fix 82579 sets LPI too early. by David Ertman · 11 years ago
  90. f7235ef e1000e: Resolve issues with Management Engine (ME) briefly blocking PHY resets by David Ertman · 11 years ago
  91. b485dba e1000e: Cleanup unecessary references by David Ertman · 11 years ago
  92. 6c2ed39 e1000e: PTP lock in e1000e_phc_adjustfreq by Todd Fujinaka · 11 years ago
  93. 3714765 6lowpan: reassembly: fix return of init function by Alexander Aring · 10 years ago
  94. d03e9d0 Merge tag 'linux-can-next-for-3.15-20140307' of git://gitorious.org/linux-can/linux-can-next by David S. Miller · 10 years ago
  95. a5d5ff5 Merge branch 'r8152' by David S. Miller · 10 years ago
  96. 6128d1b r8152: support IPv6 by hayeswang · 10 years ago
  97. 60c8907 r8152: support TSO by hayeswang · 10 years ago
  98. 565cab0 r8152: support rx checksum by hayeswang · 10 years ago
  99. 5e2f748 r8152: calculate the dropped packets for rx by hayeswang · 10 years ago
  100. 0c3121f r8152: up the priority of the transmission by hayeswang · 10 years ago