summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2021-10-14ice: Implement support for SMA and U.FL on E810-TMaciej Machnikowski5-10/+397
2021-10-14ice: Add support for SMA control multiplexerMaciej Machnikowski7-0/+199
2021-10-14ice: Implement functions for reading and setting GPIO pinsMaciej Machnikowski3-0/+77
2021-10-14ice: Refactor ice_aqc_link_topo_addrMaciej Machnikowski2-4/+10
2021-10-11ice: ndo_setup_tc implementation for PRMichal Swiatkowski4-0/+74
2021-10-11ice: ndo_setup_tc implementation for PFKiran Patil5-1/+1044
2021-10-11ice: Allow changing lan_en and lb_en on all kinds of filtersMichal Swiatkowski1-0/+127
2021-10-11ice: cleanup rules infoVictor Raj2-10/+59
2021-10-11ice: allow deleting advanced rulesShivanshu Shukla2-0/+229
2021-10-11ice: allow adding advanced rulesGrishma Kotecha4-1/+847
2021-10-11ice: create advanced switch recipeDan Nowlin5-22/+1412
2021-10-11ice: manage profiles and field vectorsDan Nowlin5-1/+268
2021-10-11ice: implement low level recipes functionsGrishma Kotecha2-0/+212
2021-10-08Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller25-94/+1899
2021-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-3/+3
2021-10-07ice: add port representor ethtool ops and statsWojciech Drewek6-7/+118
2021-10-07ice: switchdev slow pathGrzegorz Nitka6-1/+156
2021-10-07ice: rebuild switchdev when resetting all VFsGrzegorz Nitka6-1/+130
2021-10-07ice: enable/disable switchdev when managing VFsGrzegorz Nitka4-2/+63
2021-10-07ice: introduce new type of VSI for switchdevGrzegorz Nitka6-3/+92
2021-10-07ice: set and release switchdev environmentGrzegorz Nitka6-13/+453
2021-10-07ice: allow changing lan_en and lb_en on dflt rulesMichal Swiatkowski4-1/+94
2021-10-07ice: manage VSI antispoof and destination overrideMichal Swiatkowski2-0/+73
2021-10-07ice: allow process VF opcodes in different waysMichal Swiatkowski3-37/+225
2021-10-07ice: introduce VF port representorMichal Swiatkowski6-2/+286
2021-10-07ice: Move devlink port to PF/VF structWojciech Drewek7-37/+103
2021-10-07ice: support basic E-Switch mode controlMichal Swiatkowski6-0/+116
2021-10-06iavf: fix double unlock of crit_lockStefan Assmann1-1/+0
2021-10-06i40e: Fix freeing of uninitialized misc IRQ vectorSylwester Dziedziuch1-1/+2
2021-10-06i40e: fix endless loop under rtnlJiri Benc1-1/+1
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski9-18/+16
2021-10-02ethernet: use eth_hw_addr_set() - castsJakub Kicinski1-1/+1
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski7-13/+13
2021-10-01Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski3-87/+73
2021-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-10/+22
2021-09-30ixgbe: let the xdpdrv work with more than 64 cpusJason Xing5-24/+77
2021-09-29ixgbe: Fix NULL pointer dereference in ixgbe_xdp_setupFeng Zhou2-3/+7
2021-09-28ice: Prefer kcalloc over open coded arithmeticLen Baker1-1/+1
2021-09-28ice: Fix macro name for IPv4 fragment flagJeff Guo2-2/+2
2021-09-28ice: refactor devlink getter/fallback functions to voidJacob Keller1-83/+50
2021-09-28ice: Fix link mode handlingAnirudh Venkataramanan1-2/+6
2021-09-28ice: Add feature bitmap, helpers and a check for DSCPAnirudh Venkataramanan5-2/+63
2021-09-28ice: Add DSCP supportDave Ertman11-56/+464
2021-09-28i40e: Use the xsk batched rx allocation interfaceMagnus Karlsson1-27/+25
2021-09-28ice: Use the xsk batched rx allocation interfaceMagnus Karlsson1-25/+19
2021-09-28ice: Use xdp_buf instead of rx_buf for xsk zero-copyMagnus Karlsson2-39/+33
2021-09-27e100: fix buffer overrun in e100_get_regsJacob Keller1-6/+10
2021-09-27e100: fix length calculation in e100_get_regs_lenJacob Keller1-1/+5
2021-09-27ice: Open devlink when device is readyLeon Romanovsky1-4/+2
2021-09-24ice: Delete always true check of PF pointerLeon Romanovsky1-3/+0