aboutsummaryrefslogtreecommitdiffstats
path: root/include (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-20fm10k: perform data path reset even when switch is not readyJacob Keller1-5/+0
2016-07-20fm10k: don't stop reset due to FM10K_ERR_REQUESTS_PENDINGJacob Keller4-15/+24
2016-07-20fm10k: Reset mailbox global interruptsNgai-Mint Kwan2-0/+6
2016-07-20fm10k: prevent multiple threads updating statisticsJacob Keller2-0/+15
2016-07-20fm10k: avoid possible null pointer dereference in fm10k_update_statsJacob Keller1-2/+8
2016-07-20fm10k: no need to continue in fm10k_down if __FM10K_DOWN already setJacob Keller1-1/+2
2016-07-20mlxsw: spectrum: Expose per-tc counters via ethtoolIdo Schimmel2-1/+65
2016-07-20mlxsw: spectrum: Expose per-priority counters via ethtoolIdo Schimmel1-9/+107
2016-07-20net: cpmac: fix error handling of cpmac_probe()Wei Yongjun1-3/+2
2016-07-20net/mlx5: Use PTR_ERR_OR_ZERO() to simplify the codeWei Yongjun1-8/+2
2016-07-20net: ethernet: nb8800: fix error handling of nb8800_probe()Wei Yongjun1-1/+1
2016-07-20wan/fsl_ucc_hdlc: use module_platform_driver to simplify the codeWei Yongjun1-12/+1
2016-07-20wan/fsl_ucc_hdlc: remove .owner field for driverWei Yongjun1-1/+0
2016-07-20net: axienet: Fix return value check in axienet_probe()Wei Yongjun1-2/+2
2016-07-20bpf, elf: add official ELF machine define for eBPFDaniel Borkmann1-0/+1
2016-07-20bpf: fix implicit declaration of bpf_prog_addBrenden Blanco1-0/+4
2016-07-19bpf: add sample for xdp forwarding and rewriteBrenden Blanco2-0/+119
2016-07-19bpf: enable direct packet data write for xdp progsBrenden Blanco1-1/+16
2016-07-19net/mlx4_en: add xdp forwarding and data write supportBrenden Blanco5-8/+211
2016-07-19net/mlx4_en: break out tx_desc write into separate functionBrenden Blanco3-71/+92
2016-07-19bpf: add XDP_TX xdp_action for direct forwardingBrenden Blanco1-0/+1
2016-07-19net/mlx4_en: add page recycle to prepare rx ring for tx supportBrenden Blanco3-10/+109
2016-07-19Add sample for adding simple drop program to linkBrenden Blanco4-0/+286
2016-07-19net/mlx4_en: add support for fast rx drop bpf programBrenden Blanco3-4/+102
2016-07-19rtnl: add option for setting link xdp progBrenden Blanco2-0/+76
2016-07-19net: add ndo to setup/query xdp prog in adapter rxBrenden Blanco2-0/+67
2016-07-19bpf: add XDP prog type for early driver filterBrenden Blanco4-0/+118
2016-07-19bpf: add bpf_prog_add api for bulk prog refcntBrenden Blanco2-3/+10
2016-07-19net/faraday: Mask PHY interrupt with NCSI modeGavin Shan1-12/+15
2016-07-19net/faraday: Match driver according to compatible propertyGavin Shan1-5/+11
2016-07-19net/faraday: Support NCSI modeGavin Shan1-10/+75
2016-07-19net/faraday: Read MAC address from chipGavin Shan1-7/+62
2016-07-19net/faraday: Helper functions to create or destroy MDIO interfaceGavin Shan1-35/+60
2016-07-19net/ncsi: NCSI AEN packet handlerGavin Shan5-2/+236
2016-07-19net/ncsi: Package and channel managementGavin Shan4-0/+834
2016-07-19net/ncsi: NCSI response packet handlerGavin Shan4-1/+1227
2016-07-19net/ncsi: NCSI command packet handlerGavin Shan5-1/+559
2016-07-19net/ncsi: Resource managementGavin Shan7-0/+756
2016-07-19net: dsa: mv88e6xxx: add support for DSA ageing timeVivien Didelot1-0/+14
2016-07-19net: dsa: mv88e6xxx: add G1 helper for ageing timeVivien Didelot2-5/+54
2016-07-19net: dsa: support switchdev ageing time attrVivien Didelot2-0/+43
2016-07-19net: dsa: mv88e6xxx: add cap for IRLVivien Didelot2-20/+53
2016-07-19net: dsa: mv88e6xxx: add cap for Priority OverrideVivien Didelot2-10/+33
2016-07-19net: dsa: mv88e6xxx: add cap for PVTVivien Didelot2-13/+31
2016-07-19net: dsa: mv88e6xxx: rework Switch MAC setterVivien Didelot2-75/+64
2016-07-19net: dsa: mv88e6xxx: add cap for MGMT Enables bitsVivien Didelot2-18/+41
2016-07-19net: dsa: mv88e6xxx: extract trunk mappingVivien Didelot2-21/+48
2016-07-19net: dsa: mv88e6xxx: extract device mappingVivien Didelot1-15/+60
2016-07-19net: dsa: mv88e6xxx: split setup of Global 1 and 2Vivien Didelot2-32/+62
2016-07-19net: dsa: mv88e6xxx: remove basic function flagsVivien Didelot2-63/+6