aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-23cxgb4: use new fw interface to get the VIN and smt indexSantosh Rastapur9-55/+114
2018-11-23net: bcmgenet: remove HFB_CTRL accessDoug Berger1-4/+0
2018-11-22{net, IB}/mlx4: Initialize CQ buffers in the driver when possibleDaniel Jurgens4-6/+79
2018-11-21mlxsw: spectrum_nve: Allow VxLAN learningIdo Schimmel1-6/+2
2018-11-21mlxsw: spectrum_switchdev: Allow deletion of learned FDB entriesIdo Schimmel1-1/+2
2018-11-21mlxsw: spectrum_switchdev: Process learned VxLAN FDB entriesIdo Schimmel1-14/+189
2018-11-21mlxsw: spectrum_nve: Add API to resolve learned IP addressesIdo Schimmel2-0/+17
2018-11-21mlxsw: spectrum_fid: Allow FID lookup by its indexIdo Schimmel2-2/+42
2018-11-21mlxsw: spectrum_fid: Store ifindex of NVE device in FIDIdo Schimmel3-3/+16
2018-11-21mlxsw: reg: Add definition of unicast tunnel record for SFN registerIdo Schimmel1-0/+64
2018-11-21vxlan: Allow changing ageing timeIdo Schimmel1-4/+6
2018-11-21vxlan: Add hardware FDB learningPetr Machata1-1/+72
2018-11-21vxlan: Don't override user-added entries with ext-learned onesPetr Machata1-9/+17
2018-11-21vxlan: Mark user-added FDB entriesPetr Machata1-6/+11
2018-11-21vxlan: vxlan_fdb_notify(): Make switchdev notification configurablePetr Machata1-30/+41
2018-11-21vxlan: __vxlan_fdb_delete(): Drop unused argument vidPetr Machata1-4/+3
2018-11-21net: lpc_eth: fix trivial comment typoAndrea Claudi1-2/+2
2018-11-21mlx5: use skb_vlan_tag_get_prio()Michał Mirosław1-1/+1
2018-11-21benet: use skb_vlan_tag_get_prio()Michał Mirosław1-1/+1
2018-11-21net/hyperv: use skb_vlan_tag_*() helpersMichał Mirosław1-4/+5
2018-11-20Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller14-313/+251
2018-11-20net: dsa: microchip: rename ksz_9477_reg.h to ksz9477_reg.hTristram Ha3-2/+2
2018-11-20net: dsa: microchip: break KSZ9477 DSA driver into two filesTristram Ha8-1242/+1903
2018-11-20net: dsa: microchip: rename ksz_spi.c to ksz9477_spi.cTristram Ha3-8/+8
2018-11-20net: dsa: microchip: rename some functions with ksz9477 prefixTristram Ha1-57/+59
2018-11-20net: dsa: microchip: clean up codeTristram Ha1-4/+4
2018-11-20net: dsa: microchip: replace license with GPLTristram Ha4-54/+10
2018-11-20ice: Fix possible NULL pointer de-referenceBruce Allan1-0/+3
2018-11-20ice: Use Tx|Rx in commentsAnirudh Venkataramanan9-42/+42
2018-11-20ice: Cosmetic formatting changesAnirudh Venkataramanan11-84/+83
2018-11-20ice: Cleanup short function signaturesBruce Allan3-8/+4
2018-11-20ice: Cleanup ice_tx_timeout()Bruce Allan1-13/+9
2018-11-20ice: Fix return value from NAPI pollDave Ertman1-1/+2
2018-11-20ice: Constify global structures that can/should beBruce Allan1-2/+2
2018-11-20ice: Do not set LAN_EN for MAC-VLAN filtersYashaswini Raghuram Prathivadi Bhayankaram1-13/+24
2018-11-20ice: Pass the return value of ice_init_def_sw_recp()Jaroslaw Ilgiewicz1-3/+1
2018-11-20ice: Cleanup duplicate control queue codeBruce Allan1-142/+76
2018-11-20ice: Do autoneg based on VSI stateAkeem G Abodunrin1-5/+5
2018-11-20net-next/hinic: fix a bug in rx data flowXue Chaojing1-1/+1
2018-11-20net-next/hinic:fix a bug in set mac addressXue Chaojing1-3/+4
2018-11-20net-next/hinic:add rx checksum offload for HiNICXue Chaojing7-1/+78
2018-11-20net-next/hinic:replace multiply and division operatorsXue Chaojing2-20/+38
2018-11-20mlxsw: core: Extend cooling device with cooling levelsVadim Pasternak1-1/+55
2018-11-20cxgb4/cxgb4vf: Fix mac_hlist initialization and freeArjun Vynipadath2-12/+13
2018-11-19nfp: abm: add support for more threshold actionsJakub Kicinski4-6/+109
2018-11-19nfp: abm: add cls_u32 offload for simple band classificationJakub Kicinski6-1/+324
2018-11-19nfp: abm: add functions to update DSCP -> virtual queue mapJakub Kicinski5-1/+28
2018-11-19nfp: abm: calculate PRIO map len and check mailbox sizeJakub Kicinski3-3/+50
2018-11-19nfp: abm: add GRED offloadJakub Kicinski3-10/+158
2018-11-19nfp: abm: wrap RED parameters in bandsJakub Kicinski2-40/+74