1. 8d3d53b xen-netback: Add support for multiple queues by Andrew J. Bennieston · 11 years ago
  2. e9ce7cb xen-netback: Factor queue-specific data into queue struct by Wei Liu · 11 years ago
  3. a55d976 xen-netback: Move grant_copy_op array back into struct xenvif. by Andrew J. Bennieston · 11 years ago
  4. 9bcc14d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 11 years ago
  5. 1aa65f4 e1000: Use time_after() for time comparison by Manuel Schölling · 11 years ago
  6. c46d150 e1000: remove the check: skb->len<=0 by Yongjian Xu · 11 years ago
  7. 27dff8b igb: add defaults for i210 TX/RX PBSIZE by Todd Fujinaka · 11 years ago
  8. 3cfcf03 igb: use mac loopback for i354 backplane by Todd Fujinaka · 11 years ago
  9. 102be52 igb: rename igb_ptp_enable to igb_ptp_feature_enable by Jacob Keller · 11 years ago
  10. 4dace98 ixgbe: remove linux/export.h header from ixgbe_ptp.c by Jacob Keller · 11 years ago
  11. d9cd46c ixgbe: fix detection of SFP+ capable interfaces by Emil Tantilov · 11 years ago
  12. c99f7ab Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  13. d8b0426 sh_eth: fix SH7619/771x support by Sergei Shtylyov · 11 years ago
  14. 530aa2d sh_eth: use RNC mode for packet reception by Ben Dooks · 11 years ago
  15. 92ff71b net: remove some unless free on failure in alloc_netdev_mqs() by WANG Cong · 11 years ago
  16. e51fb15 rtnetlink: fix a memory leak when ->newlink fails by Cong Wang · 11 years ago
  17. 9aaae04 bnx2x: Fix kernel crash and data miscompare after EEH recovery by wenxiong@linux.vnet.ibm.com · 11 years ago
  18. 0c0e634 bnx2x: Adapter not recovery from EEH error injection by wenxiong@linux.vnet.ibm.com · 11 years ago
  19. 31f6f29 net: driver: smsc: set NOCARRIER flag in dev at driver initialization by Balakumaran Kannan · 11 years ago
  20. 1b9d48f hyper-v: make uuid_le const by stephen hemminger · 11 years ago
  21. 9323b23 lpc_eth: Use resource_size instead of computation by Benoit Taine · 11 years ago
  22. 21ee543 xfrm: fix race between netns cleanup and state expire notification by Michal Kubecek · 11 years ago
  23. 75348fc Merge branch 'hsilicon' by David S. Miller · 11 years ago
  24. 57c5bc9 net: hisilicon: add hix5hd2 mac driver by Zhangfei Gao · 11 years ago
  25. f70e9d8 Documentation: add Device tree bindings for Hisilicon hix5hd2 ethernet by Zhangfei Gao · 11 years ago
  26. 1299b3c Merge branch 'cnic' by David S. Miller · 11 years ago
  27. 5943691 cnic: Fix missing ISCSI_KEVENT_IF_DOWN message by Michael Chan · 11 years ago
  28. 437b8a2 cnic: Don't take cnic_dev_lock in cnic_alloc_uio_rings() by Michael Chan · 11 years ago
  29. 20f30c2 cnic: Don't take rcu_read_lock in cnic_rcv_netevent() by Michael Chan · 11 years ago
  30. 74f4392 net: davinci_emac: Remove unwanted debug/error message by Christian Riesch · 11 years ago
  31. 014b201 Merge branch 'ethtool-rssh-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/net-next by David S. Miller · 11 years ago
  32. f062a38 ethtool: Check that reserved fields of struct ethtool_rxfh are 0 by Ben Hutchings · 11 years ago
  33. fe62d00 ethtool: Replace ethtool_ops::{get,set}_rxfh_indir() with {get,set}_rxfh() by Ben Hutchings · 11 years ago
  34. cae61ba Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  35. a68ab98 fec: Include pinctrl header file by Fabio Estevam · 11 years ago
  36. 41c389d bridge: Add bridge ifindex to bridge fdb notify msgs by Roopa Prabhu · 11 years ago
  37. 418c96a net: filter: fix possible memory leak in __sk_prepare_filter() by Leon Yu · 11 years ago
  38. 74e8ce3 atm: fore200e.c: Cleaning up uninitialized variables by Rickard Strandqvist · 11 years ago
  39. ca75517 Merge tag 'md/3.15-fixes' of git://neil.brown.name/md by Linus Torvalds · 11 years ago
  40. c65a965 via-ircc: Remove useless return variables by Peter Senna Tschudin · 11 years ago
  41. 3aab01d net: ec_bhf: Add runtime dependencies by Jean Delvare · 11 years ago
  42. 8db4ec6 wan: Use usleep_range() by Manuel Schölling · 11 years ago
  43. 3b8d267 libata: Blacklist queued trim for Crucial M500 by Martin K. Petersen · 11 years ago
  44. f6d9b51 vxge: Remove useless return variables by Peter Senna Tschudin · 11 years ago
  45. b2bda2f bnx2x: Remove useless return variables by Peter Senna Tschudin · 11 years ago
  46. 92b4e11 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  47. 8ee7a33 Merge tag 'usb-3.15-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 11 years ago
  48. da579dd Merge tag 'staging-3.15-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 11 years ago
  49. 0cfa5c0 tcp: fix cwnd undo on DSACK in F-RTO by Yuchung Cheng · 11 years ago
  50. 3afc557 drivers/net: fix broadcom/bcmsysport.c compile fail on SPARC by Paul Gortmaker · 11 years ago
  51. 30f38d2 fib_trie: use seq_file_net rather than seq->private by David Ahern · 11 years ago
  52. 2d7a85f netlink: Only check file credentials for implicit destinations by Eric W. Biederman · 11 years ago
  53. e9d9450 net: filter: fix length calculation in BPF testsuite by Chema Gonzalez · 11 years ago
  54. f7b4e71 Merge branch 'mvneta' by David S. Miller · 11 years ago
  55. b926260 net: mv643xx_eth: Avoid unmapping the TSO header buffers by Ezequiel Garcia · 11 years ago
  56. eee492e net: mv643xx_eth: Drop the NETDEV_TX_BUSY return path by Ezequiel Garcia · 11 years ago
  57. ee9e495 net: mv643xx_eth: Limit the TSO segments and adjust stop/wake thresholds by Ezequiel Garcia · 11 years ago
  58. dd11680 net: mv643xx_eth: Count dropped packets properly by Ezequiel Garcia · 11 years ago
  59. 2e3173a net: mvneta: Avoid unmapping the TSO header buffers by Ezequiel Garcia · 11 years ago
  60. ba7e46e net: mvneta: Fix missing DMA region unmap by Ezequiel Garcia · 11 years ago
  61. 8eef5f9 net: mvneta: Limit the TSO segments and adjust stop/wake thresholds by Ezequiel Garcia · 11 years ago
  62. 9fa9379 net: mvneta: Use default NAPI weight instead of a custom one by Ezequiel Garcia · 11 years ago
  63. 22fd2a5 ipheth: Add support for iPad 2 and iPad 3 by Kristian Evensen · 11 years ago
  64. 688cea8 macvlan: add netpoll support by dingtianhong · 11 years ago
  65. 7d507ac Merge branch 'cdc_ncm' by David S. Miller · 11 years ago
  66. e3cfeefc net: cdc_ncm: document the sysfs API by Bjørn Mork · 11 years ago
  67. 39eb7e0 net: cdc_ncm: allow tuning min_tx_pkt by Bjørn Mork · 11 years ago
  68. 871578c net: cdc_ncm: export NCM Transfer Block (NTB) parameters by Bjørn Mork · 11 years ago
  69. e368d27f net: cdc_ncm: drop ethtool coalesce support by Bjørn Mork · 11 years ago
  70. 289507d net: cdc_ncm: use sysfs for rx/tx aggregation tuning by Bjørn Mork · 11 years ago
  71. f42763d net: cdc_ncm: inform usbnet when rx buffers are reduced by Bjørn Mork · 11 years ago
  72. 1ba5d0f net: cdc_ncm: always reallocate tx_curr_skb when tx_max increases by Bjørn Mork · 11 years ago
  73. 1e2c611 net: cdc_ncm: reduce skb truesize in rx path by Bjørn Mork · 11 years ago
  74. e289fd2 macvlan: fix the problem when mac address changes for passthru mode by dingtianhong · 11 years ago
  75. 9d0d68f team: fix mtu setting by Jiri Pirko · 11 years ago
  76. 39c3609 net: fix inet_getid() and ipv6_select_ident() bugs by Eric Dumazet · 11 years ago
  77. d7ec858 net: stmmac: Handle different error codes from platform_get_irq_byname by Chen-Yu Tsai · 11 years ago
  78. fc0d6e9 net: qmi_wwan: interface #11 in Sierra Wireless MC73xx is not QMI by Aleksander Morgado · 11 years ago
  79. 9a793e7 net: qmi_wwan: add additional Sierra Wireless QMI devices by Aleksander Morgado · 11 years ago
  80. e0d7968 bridge: Prevent insertion of FDB entry with disallowed vlan by Toshiaki Makita · 11 years ago
  81. 31595de Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 11 years ago
  82. bfc5184 netlink: rate-limit leftover bytes warning and print process name by Michal Schmidt · 11 years ago
  83. 73f156a inetpeer: get rid of ip_id_count by Eric Dumazet · 11 years ago
  84. e067ee3 of: of_mdio: export symbol of_mdiobus_link_phydev by Daniel Mack · 11 years ago
  85. 4cd984b net: of_mdio: use int type for address variable by Daniel Mack · 11 years ago
  86. c7bfbe5 Merge branch 'netdevsync' by David S. Miller · 11 years ago
  87. f009618 enic: Update driver to use __dev_uc/mc_sync/unsync calls by Alexander Duyck · 11 years ago
  88. 670e5b8 net: Add support for device specific address syncing by Alexander Duyck · 11 years ago
  89. 3e82081 Merge branch '6lowpan-next' by David S. Miller · 11 years ago
  90. eb06481 6lowpan_rtnl: fix off by one while fragmentation by Alexander Aring · 11 years ago
  91. 51263ff 6lowpan_rtnl: fix fragmentation with two fragments by Alexander Aring · 11 years ago
  92. 86c92ee stmmac: Remove spin_lock call in stmmac_get_pauseparam() by Emil Goode · 11 years ago
  93. 2f91abd genetlink: remove superfluous assignment by Denis ChengRq · 11 years ago
  94. fcb2c0d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 11 years ago
  95. 96b2e73 Revert "net/mlx4_en: Use affinity hint" by David S. Miller · 11 years ago
  96. d64eed1 net: ks8851: Don't use regulator_get_optional() by Stephen Boyd · 11 years ago
  97. c532cea Merge branch 'filter-next' by David S. Miller · 11 years ago
  98. f8f6d67 net: filter: improve filter block macros by Daniel Borkmann · 11 years ago
  99. 3480593 net: filter: get rid of BPF_S_* enum by Daniel Borkmann · 11 years ago
  100. d50bc15 net: filter: add test for loading SKF_AD_OFF limits by Daniel Borkmann · 11 years ago