1. 9f647a6 net: fec: fix spelling mistakes and add missing newline by Colin Ian King · 9 years ago
  2. 8852ddb bnxt_en: Simplify VLAN receive logic. by Michael Chan · 9 years ago
  3. 5a9f6b2 bnxt_en: Enable and disable RX CTAG and RX STAG VLAN acceleration together. by Michael Chan · 9 years ago
  4. b9a8460 bnxt_en: Fix tx push race condition. by Michael Chan · 9 years ago
  5. a02cc9d bnx2x: allow adding VLANs while interface is down by Michal Schmidt · 9 years ago
  6. 4ef36e1 Merge tag 'wireless-drivers-for-davem-2016-06-04' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers by David S. Miller · 9 years ago
  7. 37920fc net-next: mediatek: properly handle RGMII modes by John Crispin · 9 years ago
  8. 0c72c50 net-next: mediatek: add fixed-phy support by John Crispin · 9 years ago
  9. 08ef55c net-next: mediatek: fix gigabit and flow control advertisement by John Crispin · 9 years ago
  10. 207bdf1 net-next: mediatek: use mdiobus_free() in favour of kfree() by John Crispin · 9 years ago
  11. 8478b6c net: ethernet: ti: cpsw: fix rx-usecs interrupt pacing consistency by Ivan Khoronzhuk · 9 years ago
  12. 9c8b077 gianfar: fix the last transmit buffer descriptor by Yangbo Lu · 9 years ago
  13. 31143e2 brcmfmac: add eth_type_trans back for PCIe full dongle by Franky Lin · 9 years ago
  14. f55d84b stmmac: do not sleep in atomic context for mdio_reset by Vincent Palatin · 9 years ago
  15. 14b84e8 qed: fix qed_fill_link() error handling by Arnd Bergmann · 9 years ago
  16. bfa49cf net/ethoc: fix null dereference on error exit path by Colin Ian King · 9 years ago
  17. 31843af Merge tag 'mac80211-for-davem-2016-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by David S. Miller · 9 years ago
  18. 6b15d66 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  19. faf8dcc sfc: Track RPS flow IDs per channel instead of per function by Jon Cooper · 9 years ago
  20. d69d169 usbnet: smsc95xx: fix link detection for disabled autonegotiation by Christoph Fritz · 9 years ago
  21. f00e35e virtio_net: fix virtnet_open and virtnet_probe competing for try_fill_recv by wangyunjian · 9 years ago
  22. bae5499 bnx2x: avoid leaking memory on bnx2x_init_one() failures by Vitaly Kuznetsov · 9 years ago
  23. 7fafe80 net: fec: update dirty_tx even if no skb by Troy Kisky · 9 years ago
  24. ce57766 vxlan: Accept user specified MTU value when create new vxlan link by Chen Haiquan · 9 years ago
  25. 62397da mac80211_hwsim: Add missing check for HWSIM_ATTR_SIGNAL by Martin Willi · 9 years ago
  26. 68bb399e sfc: use flow dissector helpers for aRFS by Edward Cree · 9 years ago
  27. 8665165 net: nps_enet: Disable interrupts before napi reschedule by Elad Kanfi · 9 years ago
  28. 287980e remove lots of IS_ERR_VALUE abuses by Arnd Bergmann · 9 years ago
  29. de26859 rtlwifi: Fix scheduling while atomic error from commit 49f86ec21c01 by Larry Finger · 9 years ago
  30. 94abd77 brcmfmac: add fallback for devices that do not report per-chain values by Jaap Jan Meijer · 9 years ago
  31. 3e7cfce qed: Don't config min BW on 100g on link flap by Yuval Mintz · 9 years ago
  32. bb13ace qed: Prevent 100g from working in MSI by Sudarsana Reddy Kalluru · 9 years ago
  33. 1af9dcf qed: Add missing 100g init mode by Yuval Mintz · 9 years ago
  34. cc3d5eb qed: Save min/max accross dcbx-change by Yuval Mintz · 9 years ago
  35. 7952929 qed: Fix allocation in interrupt context by Sudarsana Reddy Kalluru · 9 years ago
  36. 6ecb0a0 qede: Don't expose self-test for VFs by Yuval Mintz · 9 years ago
  37. ce2b885 qede: Reload on GRO changes by Yuval Mintz · 9 years ago
  38. be7b6d6 qede: Fix VF minimum BW setting by Yuval Mintz · 9 years ago
  39. f73a6f4 net/mlx4_en: get rid of private net_device_stats by Eric Dumazet · 9 years ago
  40. 9ed17db17 net/mlx4_en: get rid of ret_stats by Eric Dumazet · 9 years ago
  41. 45acbac net/mlx4_en: clear some TX ring stats in mlx4_en_clear_stats() by Eric Dumazet · 9 years ago
  42. 63a664b net/mlx4_en: fix tx_dropped bug by Eric Dumazet · 9 years ago
  43. 3424d9b net: arc: trivial: Replace comma with a semicolon by Marek Vasut · 9 years ago
  44. 643d60b net: stmmac: Fix incorrect memcpy source memory by Marek Vasut · 9 years ago
  45. 26c5f03 net: alx: use custom skb allocator by Feng Tang · 9 years ago
  46. f6988cb team: don't call netdev_change_features under team->lock by Ivan Vecera · 9 years ago
  47. c0795bf sfc: on MC reset, clear PIO buffer linkage in TXQs by Edward Cree · 9 years ago
  48. 91c45e3 net: mvneta: Fix lacking spinlock initialization by Gregory CLEMENT · 9 years ago
  49. ec7c7f5 qed: Reset the enable flag for eth protocol. by Sudarsana Reddy Kalluru · 9 years ago
  50. 3275c0c net/qlge: Avoids recursive EEH error by Gavin Shan · 9 years ago
  51. 54b9430 qed: signedness bug in qed_dcbx_process_tlv() by Dan Carpenter · 9 years ago
  52. 8da07a3 net: hns: avoid null pointer dereference by xypron.glpk@gmx.de · 9 years ago
  53. bbf178e net: pegasus: simplify logical constraint by xypron.glpk@gmx.de · 9 years ago
  54. 21f9deb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 9 years ago
  55. 3aa2fc1 Merge tag 'driver-core-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 9 years ago
  56. e10abc6 Merge tag 'tty-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 9 years ago
  57. 087afe8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  58. b1ac6b7 aeroflex/greth: fix warning about unused variable by Sam Ravnborg · 9 years ago
  59. e5aed00 udp: prevent skbs lingering in tunnel socket queues by Hannes Frederic Sowa · 9 years ago
  60. 238a958 net: usb: ch9200: use kmemdup by Muhammad Falak R Wani · 9 years ago
  61. 5877deb ps3_gelic: use kmemdup by Muhammad Falak R Wani · 9 years ago
  62. 7c54277 net:liquidio: use kmemdup by Muhammad Falak R Wani · 9 years ago
  63. 56025ca Merge tag 'wireless-drivers-next-for-davem-2016-05-13' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next by David S. Miller · 9 years ago
  64. 05a5648 net: cdc_ncm: update datagram size after changing mtu by Rafal Redzimski · 9 years ago
  65. addf8fc tuntap: correctly wake up process during uninit by Jason Wang · 9 years ago
  66. bf2d1df intel: Add support for IPv6 IP-in-IP offload by Alexander Duyck · 9 years ago
  67. 7e13318 net: define gso types for IPx over IPv4 and IPv6 by Tom Herbert · 9 years ago
  68. 94835014 Revert "phy: add support for a reset-gpio specification" by Fabio Estevam · 9 years ago
  69. c0fcded xen-netback: only deinitialized hash if it was initialized by Paul Durrant · 9 years ago
  70. 76b584d Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 9 years ago
  71. 09ec8e7 qede: Fix DMA address APIs usage by Manish Chopra · 9 years ago
  72. 1968a0b macsec: fix netlink attribute for key id by Sabrina Dubroca · 9 years ago
  73. f86911e xen-netback: correct length checks on hash copy_ops by Paul Durrant · 9 years ago
  74. 185be5a phy: fix crash in fixed_phy_add() by Rabin Vincent · 9 years ago
  75. 52103b7 Revert "net: pegasus: remove dead coding" by David S. Miller · 9 years ago
  76. 0139aa7 mm: rename _count, field of the struct page, to _refcount by Joonsoo Kim · 9 years ago
  77. 6d061f9 mm/page_ref: use page_ref helper instead of direct modification of _count by Joonsoo Kim · 9 years ago
  78. 6104503 net: Fix coding style warnings and errors. by Amit Ghadge · 9 years ago
  79. e00be9e net: pegasus: remove dead coding by xypron.glpk@gmx.de · 9 years ago
  80. 074ba1e net: au1000 eth: simplify logical expression by xypron.glpk@gmx.de · 9 years ago
  81. 3011905 net: irda: avoid null pointer dereference by xypron.glpk@gmx.de · 9 years ago
  82. d113412 net: ieee802154/adf7242: syntax error ifdef DEBUG by xypron.glpk@gmx.de · 9 years ago
  83. 1740c29 net: ehea: avoid null pointer dereference by xypron.glpk@gmx.de · 9 years ago
  84. 099a728 net: thunderx: avoid null pointer dereference by xypron.glpk@gmx.de · 9 years ago
  85. 0e034f5 iwlwifi: fix mis-merge that breaks the driver by Linus Torvalds · 9 years ago
  86. 94c6825 net/mlx5_core: Use tasklet for user-space CQ completion events by Matan Barak · 9 years ago
  87. 16bf834 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 9 years ago
  88. a7fd20d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  89. 917fa53 Revert "phy dp83867: Fix compilation with CONFIG_OF_MDIO=m" by David S. Miller · 9 years ago
  90. c606b49 Revert "phy dp83867: Make rgmii parameters optional" by David S. Miller · 9 years ago
  91. 27896c8 r8169: default to 64-bit DMA on recent PCIe chips by Ard Biesheuvel · 9 years ago
  92. 81003bc phy dp83867: Make rgmii parameters optional by Alexander Graf · 9 years ago
  93. 7f32541 phy dp83867: Fix compilation with CONFIG_OF_MDIO=m by Alexander Graf · 9 years ago
  94. cd9e2e5 asix: Fix offset calculation in asix_rx_fixup() causing slow transmissions by John Stultz · 9 years ago
  95. da4ed55 switchdev: pass pointer to fib_info instead of copy by Jiri Pirko · 9 years ago
  96. 3274940 drivers: net: Don't print unpopulated net_device name by Harvey Hunt · 9 years ago
  97. 39651ab qed: add support for dcbx. by Sudarsana Reddy Kalluru · 9 years ago
  98. ccf9282 ravb: Add missing free_irq() calls to ravb_close() by Geert Uytterhoeven · 9 years ago
  99. f82731b qed: Remove a stray tab by Dan Carpenter · 9 years ago
  100. 2cc632d Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 9 years ago