summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-07-18bpf: offload: keep the offload state per-ASICJakub Kicinski4-5/+33
2018-07-18bpf: offload: aggregate offloads per-deviceJakub Kicinski2-0/+20
2018-07-18nfp: add .ndo_init() and .ndo_uninit() callbacksJakub Kicinski4-0/+29
2018-07-18netdevsim: associate bound programs with shared devJakub Kicinski2-17/+24
2018-07-18netdevsim: add shared netdevsim devicesJakub Kicinski2-7/+90
2018-07-18netdevsim: add switch_id attributeJakub Kicinski2-0/+25
2018-07-16cxgb4: collect ASIC LA dumps from ULP TXSurendra Mobiya4-3/+48
2018-07-16mlxsw: spectrum: Expose counters for various packet sizesJiri Pirko2-1/+124
2018-07-16liquidio: fix hang when re-binding VF host drv after running DPDK VF driverRick Farrington2-0/+6
2018-07-16net: cavium: Drop dependency of NET_VENDOR_CAVIUM on PCIAlexander Sverdlin1-1/+0
2018-07-16net: mscc: simplify retrieving the tag type from the frame headerAntoine Tenart1-1/+1
2018-07-16cxgb4: do not return DUPLEX_UNKNOWN when link is downGanesh Goudar1-7/+4
2018-07-16bnxt_en: remove redundant debug register dma mem allocationYueHaibing2-16/+0
2018-07-16liquidio: Use %pad printk format for dma_addr_t valuesHelge Deller1-2/+2
2018-07-16net: phy: realtek: add missing entry for RTL8211C to mdio_device_id tableHeiner Kallweit1-0/+1
2018-07-16net: usb: hso: use swap macro in hso_kick_transmitGustavo A. R. Silva1-6/+3
2018-07-16net: phy: add phy_speed_down and phy_speed_upHeiner Kallweit1-0/+78
2018-07-16net: phy: add helper phy_config_anegHeiner Kallweit1-4/+9
2018-07-16net: hns3: Fix comments for hclge_get_ring_chain_from_mbxFuyun Liang1-2/+4
2018-07-16net: hns3: Fix for using wrong mask and shift in hclge_get_ring_chain_from_mbxFuyun Liang1-4/+4
2018-07-16net: hns3: Fix for reset_level default assignment probelmYunsheng Lin1-1/+5
2018-07-16net: hns3: remove unnecessary ring configuration operation while resettingHuazhong Tan1-8/+0
2018-07-16net: hns3: Fix return value error in hns3_reset_notify_down_enetHuazhong Tan1-1/+1
2018-07-16net: hns3: Correct reset event status registerHuazhong Tan2-1/+2
2018-07-16net: hns3: Prevent to request reset frequentlyHuazhong Tan1-3/+10
2018-07-16net: hns3: Reset net device with rtnl_lockHuazhong Tan1-3/+2
2018-07-16net: hns3: Modify the order of initializing command queue registerHuazhong Tan1-2/+2
2018-07-16net/mlx5e: IPsec, fix byte count in CQEBoris Pismenny3-2/+3
2018-07-16net/mlx5: Accel, add common metadata functionsBoris Pismenny3-29/+45
2018-07-16net/mlx5e: TLS, build TLS netdev from capabilitiesBoris Pismenny1-2/+16
2018-07-16net/mlx5e: TLS, add software statisticsBoris Pismenny3-1/+17
2018-07-16net/mlx5e: TLS, add Innova TLS rx data pathBoris Pismenny3-3/+118
2018-07-16net/mlx5e: TLS, add innova rx supportBoris Pismenny2-15/+46
2018-07-16net/mlx5: Accel, add TLS rx offload routinesBoris Pismenny4-46/+134
2018-07-16net/mlx5e: TLS, refactor variable namesBoris Pismenny3-8/+8
2018-07-16tls: Refactor tls_offload variable namesBoris Pismenny1-3/+3
2018-07-16net: mvpp2: debugfs: add classifier hit countersMaxime Chevallier4-0/+84
2018-07-16net: mvpp2: debugfs: add entries for classifier flowsMaxime Chevallier4-5/+329
2018-07-16net: mvpp2: debugfs: add hit counter stats for Header Parser entriesMaxime Chevallier4-0/+40
2018-07-16net: mvpp2: add a debugfs interface for the Header ParserMaxime Chevallier6-7/+371
2018-07-16net: mvpp2: switch to SPDX identifiersAntoine Tenart6-24/+6
2018-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller21-130/+420
2018-07-14mlxsw: spectrum_router: Optimize processing of VRRP MACsIdo Schimmel2-0/+66
2018-07-14mlxsw: spectrum: Add VRRP trapsIdo Schimmel2-0/+4
2018-07-14mlxsw: spectrum_router: Direct macvlans' MACs to routerIdo Schimmel3-0/+146
2018-07-14mlxsw: spectrum: Enable macvlan upper devicesIdo Schimmel2-4/+76
2018-07-13net: mvpp2: mvpp2_cls_flow_get() can be statickbuild test robot1-1/+1
2018-07-13of: mdio: Support fixed links in of_phy_get_and_connect()Linus Walleij1-4/+13
2018-07-13nfp: add support for simultaneous driver and hw XDPJakub Kicinski3-40/+26
2018-07-13netdevsim: add support for simultaneous driver and hw XDPJakub Kicinski3-25/+12