1. d9094bd bpf: make xdp sample variable names more meaningful by Brenden Blanco · 8 years ago
  2. 262d862 rtnl: protect do_setlink from IFLA_XDP_ATTACHED by Brenden Blanco · 8 years ago
  3. cb7386d net/mlx4_en: use READ_ONCE when freeing xdp_prog by Brenden Blanco · 8 years ago
  4. f67fe5c Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 8 years ago
  5. 4c37fb1 Merge branch 'mv88r6xxx-eeprom-rework' by David S. Miller · 8 years ago
  6. 8f6345b net: dsa: mv88e6xxx: kill last locked reg_read by Vivien Didelot · 8 years ago
  7. 855b193 net: dsa: mv88e6xxx: rework EEPROM access by Vivien Didelot · 8 years ago
  8. d467333 net: dsa: mv88e6xxx: remove unused phy_mutex by Vivien Didelot · 8 years ago
  9. e6c044f net/faraday: Disallow using reversed MAC address from hardware by Gavin Shan · 8 years ago
  10. 5264cc6 fm10k: bump version number by Jacob Keller · 8 years ago
  11. 30e23b7 fm10k: return proper error code when pci_enable_msix_range fails by Jacob Keller · 8 years ago
  12. 0356b23 fm10k: force link to remain down for at least a second on resume events by Jacob Keller · 8 years ago
  13. 0afd20e fm10k: implement request_lport_map pointer by Jacob Keller · 8 years ago
  14. 9d7dbf0 fm10k: check if PCIe link is restored by Jacob Keller · 8 years ago
  15. 0d63a8f fm10k: enable bus master after every reset by Jacob Keller · 8 years ago
  16. 7756c08 fm10k: use common flow for suspend and resume by Jacob Keller · 8 years ago
  17. 0593186 fm10k: implement reset_notify handler for PCIe FLR events by Jacob Keller · 8 years ago
  18. 820c91a fm10k: use common reset flow when handling io errors from PCI stack by Jacob Keller · 8 years ago
  19. dc4b76c fm10k: implement prepare_suspend and handle_resume by Jacob Keller · 8 years ago
  20. 40de1fa fm10k: split fm10k_reinit into two functions by Jacob Keller · 8 years ago
  21. 9487776 fm10k: wait for queues to drain if stop_hw() fails once by Jacob Keller · 8 years ago
  22. 106ca42 fm10k: only warn when stop_hw fails with FM10K_ERR_REQUESTS_PENDING by Jacob Keller · 8 years ago
  23. 34bad71 fm10k: use actual hardware registers when checking for pending Tx by Jacob Keller · 8 years ago
  24. 892c9e0 fm10k: perform data path reset even when switch is not ready by Jacob Keller · 8 years ago
  25. ce33624 fm10k: don't stop reset due to FM10K_ERR_REQUESTS_PENDING by Jacob Keller · 8 years ago
  26. 5e93cba fm10k: Reset mailbox global interrupts by Ngai-Mint Kwan · 8 years ago
  27. 9d73ede fm10k: prevent multiple threads updating statistics by Jacob Keller · 8 years ago
  28. b624714 fm10k: avoid possible null pointer dereference in fm10k_update_stats by Jacob Keller · 8 years ago
  29. 1b00c6c fm10k: no need to continue in fm10k_down if __FM10K_DOWN already set by Jacob Keller · 8 years ago
  30. c0d661c Merge branch 'mlxsw-per-prio-tc-counters' by David S. Miller · 8 years ago
  31. df4750e8 mlxsw: spectrum: Expose per-tc counters via ethtool by Ido Schimmel · 8 years ago
  32. 7ed674b mlxsw: spectrum: Expose per-priority counters via ethtool by Ido Schimmel · 8 years ago
  33. 0971427 net: cpmac: fix error handling of cpmac_probe() by Wei Yongjun · 8 years ago
  34. 44fafda net/mlx5: Use PTR_ERR_OR_ZERO() to simplify the code by Wei Yongjun · 8 years ago
  35. 9a7bae8 net: ethernet: nb8800: fix error handling of nb8800_probe() by Wei Yongjun · 8 years ago
  36. 459421c wan/fsl_ucc_hdlc: use module_platform_driver to simplify the code by Wei Yongjun · 8 years ago
  37. 9d5658e wan/fsl_ucc_hdlc: remove .owner field for driver by Wei Yongjun · 8 years ago
  38. 3ad7b14 net: axienet: Fix return value check in axienet_probe() by Wei Yongjun · 8 years ago
  39. 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
  40. b02b94b bpf, elf: add official ELF machine define for eBPF by Daniel Borkmann · 8 years ago
  41. cc2e0b3 bpf: fix implicit declaration of bpf_prog_add by Brenden Blanco · 8 years ago
  42. 22b3548 Merge branch 'xdp' by David S. Miller · 8 years ago
  43. 764cbcce bpf: add sample for xdp forwarding and rewrite by Brenden Blanco · 8 years ago
  44. 4acf6c0 bpf: enable direct packet data write for xdp progs by Brenden Blanco · 8 years ago
  45. 9ecc2d8 net/mlx4_en: add xdp forwarding and data write support by Brenden Blanco · 8 years ago
  46. 224e92e net/mlx4_en: break out tx_desc write into separate function by Brenden Blanco · 8 years ago
  47. 6ce96ca bpf: add XDP_TX xdp_action for direct forwarding by Brenden Blanco · 8 years ago
  48. d576acf net/mlx4_en: add page recycle to prepare rx ring for tx support by Brenden Blanco · 8 years ago
  49. 86af8b4 Add sample for adding simple drop program to link by Brenden Blanco · 8 years ago
  50. 47a38e1 net/mlx4_en: add support for fast rx drop bpf program by Brenden Blanco · 8 years ago
  51. d1fdd91 rtnl: add option for setting link xdp prog by Brenden Blanco · 8 years ago
  52. a7862b4 net: add ndo to setup/query xdp prog in adapter rx by Brenden Blanco · 8 years ago
  53. 6a773a1 bpf: add XDP prog type for early driver filter by Brenden Blanco · 8 years ago
  54. 59d3656 bpf: add bpf_prog_add api for bulk prog refcnt by Brenden Blanco · 8 years ago
  55. ddbcb79 Merge branch 'ncsi' by David S. Miller · 8 years ago
  56. fc6061c net/faraday: Mask PHY interrupt with NCSI mode by Gavin Shan · 8 years ago
  57. bb168e2 net/faraday: Match driver according to compatible property by Gavin Shan · 8 years ago
  58. bd466c3 net/faraday: Support NCSI mode by Gavin Shan · 8 years ago
  59. 113ce10 net/faraday: Read MAC address from chip by Gavin Shan · 8 years ago
  60. eb41818 net/faraday: Helper functions to create or destroy MDIO interface by Gavin Shan · 8 years ago
  61. 7a82ecf net/ncsi: NCSI AEN packet handler by Gavin Shan · 8 years ago
  62. e6f44ed net/ncsi: Package and channel management by Gavin Shan · 8 years ago
  63. 138635c net/ncsi: NCSI response packet handler by Gavin Shan · 8 years ago
  64. 6389eaa net/ncsi: NCSI command packet handler by Gavin Shan · 8 years ago
  65. 2d283bd net/ncsi: Resource management by Gavin Shan · 8 years ago
  66. 5e31c70 Merge branch 'dsa-mv88e6xxx-g2-cleanup-stp' by David S. Miller · 8 years ago
  67. 2cfcd96 net: dsa: mv88e6xxx: add support for DSA ageing time by Vivien Didelot · 8 years ago
  68. acddbd2 net: dsa: mv88e6xxx: add G1 helper for ageing time by Vivien Didelot · 8 years ago
  69. 34a79f6 net: dsa: support switchdev ageing time attr by Vivien Didelot · 8 years ago
  70. 8ec61c7 net: dsa: mv88e6xxx: add cap for IRL by Vivien Didelot · 8 years ago
  71. 9bda889 net: dsa: mv88e6xxx: add cap for Priority Override by Vivien Didelot · 8 years ago
  72. 63ed880 net: dsa: mv88e6xxx: add cap for PVT by Vivien Didelot · 8 years ago
  73. 3b4caa1 net: dsa: mv88e6xxx: rework Switch MAC setter by Vivien Didelot · 8 years ago
  74. 47395ed net: dsa: mv88e6xxx: add cap for MGMT Enables bits by Vivien Didelot · 8 years ago
  75. 5154041 net: dsa: mv88e6xxx: extract trunk mapping by Vivien Didelot · 8 years ago
  76. f22ab64 net: dsa: mv88e6xxx: extract device mapping by Vivien Didelot · 8 years ago
  77. 9729934 net: dsa: mv88e6xxx: split setup of Global 1 and 2 by Vivien Didelot · 8 years ago
  78. d51c542 net: dsa: mv88e6xxx: remove basic function flags by Vivien Didelot · 8 years ago
  79. 183fc15 kernel/trace/bpf_trace.c: work around gcc-4.4.4 anon union initialization bug by Andrew Morton · 8 years ago
  80. a725ee3 virtio-net: Remove more stack DMA by Andy Lutomirski · 8 years ago
  81. cbce91c bnxt_en: Remove locking around txr->dev_state by Florian Fainelli · 8 years ago
  82. 7e0433b Merge branch 'frag-udp-tunneled-skbs' by David S. Miller · 8 years ago
  83. 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
  84. 359ebda net/ipv4: Introduce IPSKB_FRAG_SEGS bit to inet_skb_parm.flags by Shmulik Ladkani · 8 years ago
  85. dfa1537 Merge branch 'bnxt_en-NS2-Nitro' by David S. Miller · 8 years ago
  86. fa853dd bnxt_en: Add BCM58700 PCI device ID for NS2 Nitro. by Prashant Sreedharan · 8 years ago
  87. dc52c6c bnxt_en: Workaround Nitro A0 RX hardware bug (part 4). by Prashant Sreedharan · 8 years ago
  88. 10bbdaf bnxt_en: Workaround Nitro A0 hardware RX bug (part 3). by Prashant Sreedharan · 8 years ago
  89. 7659519 bnxt_en: Workaround Nitro A0 hardware RX bug (part 2). by Prashant Sreedharan · 8 years ago
  90. 94ce9ca bnxt_en: Workaround Nitro A0 hardware RX bug (part 1). by Prashant Sreedharan · 8 years ago
  91. 3e8060f bnxt_en: Add basic support for Nitro in North Star 2. by Prashant Sreedharan · 8 years ago
  92. cb92405 Merge branch 'marvell-phy' by David S. Miller · 8 years ago
  93. 3758be3 Marvell phy: add functions to suspend and resume both interfaces: fiber and copper links. by Charles-Antoine Couret · 8 years ago
  94. 78301eb Marvell phy: add configuration of autonegociation for fiber link. by Charles-Antoine Couret · 8 years ago
  95. 2170fef Marvell phy: add field to get errors from fiber link. by Charles-Antoine Couret · 8 years ago
  96. 6cfb3bc Marvell phy: check link status in case of fiber link. by Charles-Antoine Couret · 8 years ago
  97. bcf77d5 Merge branch 'renesas-dma-channel' by David S. Miller · 8 years ago
  98. 3c78658 sh_eth: fix DMA channel misreporting by Sergei Shtylyov · 8 years ago
  99. 9345b24 ravb: fix DMA channel misreporting by Sergei Shtylyov · 8 years ago
  100. eab8146 drivers: atm: nicstar: Use the correct function to free some resources by Christophe Jaillet · 8 years ago