1. 106ca42 fm10k: only warn when stop_hw fails with FM10K_ERR_REQUESTS_PENDING by Jacob Keller · 8 years ago
  2. 34bad71 fm10k: use actual hardware registers when checking for pending Tx by Jacob Keller · 8 years ago
  3. 892c9e0 fm10k: perform data path reset even when switch is not ready by Jacob Keller · 8 years ago
  4. ce33624 fm10k: don't stop reset due to FM10K_ERR_REQUESTS_PENDING by Jacob Keller · 8 years ago
  5. 5e93cba fm10k: Reset mailbox global interrupts by Ngai-Mint Kwan · 8 years ago
  6. 9d73ede fm10k: prevent multiple threads updating statistics by Jacob Keller · 8 years ago
  7. b624714 fm10k: avoid possible null pointer dereference in fm10k_update_stats by Jacob Keller · 8 years ago
  8. 1b00c6c fm10k: no need to continue in fm10k_down if __FM10K_DOWN already set by Jacob Keller · 8 years ago
  9. c0d661c Merge branch 'mlxsw-per-prio-tc-counters' by David S. Miller · 8 years ago
  10. df4750e8 mlxsw: spectrum: Expose per-tc counters via ethtool by Ido Schimmel · 8 years ago
  11. 7ed674b mlxsw: spectrum: Expose per-priority counters via ethtool by Ido Schimmel · 8 years ago
  12. 0971427 net: cpmac: fix error handling of cpmac_probe() by Wei Yongjun · 8 years ago
  13. 44fafda net/mlx5: Use PTR_ERR_OR_ZERO() to simplify the code by Wei Yongjun · 8 years ago
  14. 9a7bae8 net: ethernet: nb8800: fix error handling of nb8800_probe() by Wei Yongjun · 8 years ago
  15. 459421c wan/fsl_ucc_hdlc: use module_platform_driver to simplify the code by Wei Yongjun · 8 years ago
  16. 9d5658e wan/fsl_ucc_hdlc: remove .owner field for driver by Wei Yongjun · 8 years ago
  17. 3ad7b14 net: axienet: Fix return value check in axienet_probe() by Wei Yongjun · 8 years ago
  18. 4599f77 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 8 years ago
  19. b02b94b bpf, elf: add official ELF machine define for eBPF by Daniel Borkmann · 8 years ago
  20. cc2e0b3 bpf: fix implicit declaration of bpf_prog_add by Brenden Blanco · 8 years ago
  21. 22b3548 Merge branch 'xdp' by David S. Miller · 8 years ago
  22. 764cbcce bpf: add sample for xdp forwarding and rewrite by Brenden Blanco · 8 years ago
  23. 4acf6c0 bpf: enable direct packet data write for xdp progs by Brenden Blanco · 8 years ago
  24. 9ecc2d8 net/mlx4_en: add xdp forwarding and data write support by Brenden Blanco · 8 years ago
  25. 224e92e net/mlx4_en: break out tx_desc write into separate function by Brenden Blanco · 8 years ago
  26. 6ce96ca bpf: add XDP_TX xdp_action for direct forwarding by Brenden Blanco · 8 years ago
  27. d576acf net/mlx4_en: add page recycle to prepare rx ring for tx support by Brenden Blanco · 8 years ago
  28. 86af8b4 Add sample for adding simple drop program to link by Brenden Blanco · 8 years ago
  29. 47a38e1 net/mlx4_en: add support for fast rx drop bpf program by Brenden Blanco · 8 years ago
  30. d1fdd91 rtnl: add option for setting link xdp prog by Brenden Blanco · 8 years ago
  31. a7862b4 net: add ndo to setup/query xdp prog in adapter rx by Brenden Blanco · 8 years ago
  32. 6a773a1 bpf: add XDP prog type for early driver filter by Brenden Blanco · 8 years ago
  33. 59d3656 bpf: add bpf_prog_add api for bulk prog refcnt by Brenden Blanco · 8 years ago
  34. ddbcb79 Merge branch 'ncsi' by David S. Miller · 8 years ago
  35. fc6061c net/faraday: Mask PHY interrupt with NCSI mode by Gavin Shan · 8 years ago
  36. bb168e2 net/faraday: Match driver according to compatible property by Gavin Shan · 8 years ago
  37. bd466c3 net/faraday: Support NCSI mode by Gavin Shan · 8 years ago
  38. 113ce10 net/faraday: Read MAC address from chip by Gavin Shan · 8 years ago
  39. eb41818 net/faraday: Helper functions to create or destroy MDIO interface by Gavin Shan · 8 years ago
  40. 7a82ecf net/ncsi: NCSI AEN packet handler by Gavin Shan · 8 years ago
  41. e6f44ed net/ncsi: Package and channel management by Gavin Shan · 8 years ago
  42. 138635c net/ncsi: NCSI response packet handler by Gavin Shan · 8 years ago
  43. 6389eaa net/ncsi: NCSI command packet handler by Gavin Shan · 8 years ago
  44. 2d283bd net/ncsi: Resource management by Gavin Shan · 8 years ago
  45. 5e31c70 Merge branch 'dsa-mv88e6xxx-g2-cleanup-stp' by David S. Miller · 8 years ago
  46. 2cfcd96 net: dsa: mv88e6xxx: add support for DSA ageing time by Vivien Didelot · 8 years ago
  47. acddbd2 net: dsa: mv88e6xxx: add G1 helper for ageing time by Vivien Didelot · 8 years ago
  48. 34a79f6 net: dsa: support switchdev ageing time attr by Vivien Didelot · 8 years ago
  49. 8ec61c7 net: dsa: mv88e6xxx: add cap for IRL by Vivien Didelot · 8 years ago
  50. 9bda889 net: dsa: mv88e6xxx: add cap for Priority Override by Vivien Didelot · 8 years ago
  51. 63ed880 net: dsa: mv88e6xxx: add cap for PVT by Vivien Didelot · 8 years ago
  52. 3b4caa1 net: dsa: mv88e6xxx: rework Switch MAC setter by Vivien Didelot · 8 years ago
  53. 47395ed net: dsa: mv88e6xxx: add cap for MGMT Enables bits by Vivien Didelot · 8 years ago
  54. 5154041 net: dsa: mv88e6xxx: extract trunk mapping by Vivien Didelot · 8 years ago
  55. f22ab64 net: dsa: mv88e6xxx: extract device mapping by Vivien Didelot · 8 years ago
  56. 9729934 net: dsa: mv88e6xxx: split setup of Global 1 and 2 by Vivien Didelot · 8 years ago
  57. d51c542 net: dsa: mv88e6xxx: remove basic function flags by Vivien Didelot · 8 years ago
  58. 183fc15 kernel/trace/bpf_trace.c: work around gcc-4.4.4 anon union initialization bug by Andrew Morton · 8 years ago
  59. a725ee3 virtio-net: Remove more stack DMA by Andy Lutomirski · 8 years ago
  60. cbce91c bnxt_en: Remove locking around txr->dev_state by Florian Fainelli · 8 years ago
  61. 7e0433b Merge branch 'frag-udp-tunneled-skbs' by David S. Miller · 8 years ago
  62. b8247f0 net: ip_finish_output_gso: If skb_gso_network_seglen exceeds MTU, allow segmentation for local udp tunneled skbs by Shmulik Ladkani · 8 years ago
  63. 359ebda net/ipv4: Introduce IPSKB_FRAG_SEGS bit to inet_skb_parm.flags by Shmulik Ladkani · 8 years ago
  64. dfa1537 Merge branch 'bnxt_en-NS2-Nitro' by David S. Miller · 8 years ago
  65. fa853dd bnxt_en: Add BCM58700 PCI device ID for NS2 Nitro. by Prashant Sreedharan · 8 years ago
  66. dc52c6c bnxt_en: Workaround Nitro A0 RX hardware bug (part 4). by Prashant Sreedharan · 8 years ago
  67. 10bbdaf bnxt_en: Workaround Nitro A0 hardware RX bug (part 3). by Prashant Sreedharan · 8 years ago
  68. 7659519 bnxt_en: Workaround Nitro A0 hardware RX bug (part 2). by Prashant Sreedharan · 8 years ago
  69. 94ce9ca bnxt_en: Workaround Nitro A0 hardware RX bug (part 1). by Prashant Sreedharan · 8 years ago
  70. 3e8060f bnxt_en: Add basic support for Nitro in North Star 2. by Prashant Sreedharan · 8 years ago
  71. cb92405 Merge branch 'marvell-phy' by David S. Miller · 8 years ago
  72. 3758be3 Marvell phy: add functions to suspend and resume both interfaces: fiber and copper links. by Charles-Antoine Couret · 8 years ago
  73. 78301eb Marvell phy: add configuration of autonegociation for fiber link. by Charles-Antoine Couret · 8 years ago
  74. 2170fef Marvell phy: add field to get errors from fiber link. by Charles-Antoine Couret · 8 years ago
  75. 6cfb3bc Marvell phy: check link status in case of fiber link. by Charles-Antoine Couret · 8 years ago
  76. bcf77d5 Merge branch 'renesas-dma-channel' by David S. Miller · 8 years ago
  77. 3c78658 sh_eth: fix DMA channel misreporting by Sergei Shtylyov · 8 years ago
  78. 9345b24 ravb: fix DMA channel misreporting by Sergei Shtylyov · 8 years ago
  79. eab8146 drivers: atm: nicstar: Use the correct function to free some resources by Christophe Jaillet · 8 years ago
  80. 731e6f0 net: ti: cpmac: Use the correct function to free some resources. by Christophe Jaillet · 8 years ago
  81. 0d7eacb macvtap: correctly free skb during socket destruction by Jason Wang · 8 years ago
  82. e7acf43 Bluetooth: btmrvl: reset is_suspending flag in failure path by Amitkumar Karwar · 8 years ago
  83. b2999c1 Bluetooth: bpa10x: Add support for hci_set_fw_info by Marcel Holtmann · 8 years ago
  84. 5177a83 Bluetooth: Add debugfs fields for hardware and firmware info by Marcel Holtmann · 8 years ago
  85. f962fe3 Bluetooth: Move hci_recv_frame and hci_recv_diag prototypes by Marcel Holtmann · 8 years ago
  86. 2186f6e net: ethernet: marvell: pxa168_eth: use phy_ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  87. 7d32184 net: ethernet: marvell: pxa168_eth: use phydev from struct net_device by Philippe Reynes · 8 years ago
  88. fe7c11b net: ethernet: adi: bfin_mac: use phy_ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  89. ec87485 net: ethernet: adi: bfin_mac: use phydev from struct net_device by Philippe Reynes · 8 years ago
  90. bd25997 dwc_eth_qos: Remove deprecated create_singlethread_workqueue by Bhaktipriya Shridhar · 8 years ago
  91. 23bc6ab Bluetooth: Fix l2cap_sock_setsockopt() with optname BT_RCVMTU by Amadeusz Sławiński · 8 years ago
  92. 4360fa2 drivers: misc: ti-st: Use int instead of fuzzy char for callback status by Geert Uytterhoeven · 8 years ago
  93. 858d68f bpf: bpf_event_entry_gen's alloc needs to be in atomic context by Daniel Borkmann · 8 years ago
  94. c5c4e45 sctp: fix GSO for IPv6 by Marcelo Ricardo Leitner · 8 years ago
  95. e5b13f3 sctp: recvmsg should be able to run even if sock is in closing state by Marcelo Ricardo Leitner · 8 years ago
  96. b3f2cf8 net: usb: ax88172x: use phy_ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  97. 009722a Merge branch 'hisilicon-mdio-femac' by David S. Miller · 8 years ago
  98. 542ae60 net: hisilicon: Add Fast Ethernet MAC driver by Dongpo Li · 8 years ago
  99. b786241 of_mdio: Abstract a general interface for phy connect by Dongpo Li · 8 years ago
  100. 4960e4b net: Add MDIO bus driver for the Hisilicon FEMAC by Dongpo Li · 8 years ago