summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
* ethernet: constify references to netdev->dev_addr in driversJakub Kicinski2021-10-143-3/+3
* ice: Implement support for SMA and U.FL on E810-TMaciej Machnikowski2021-10-145-10/+397
* ice: Add support for SMA control multiplexerMaciej Machnikowski2021-10-147-0/+199
* ice: Implement functions for reading and setting GPIO pinsMaciej Machnikowski2021-10-143-0/+77
* ice: Refactor ice_aqc_link_topo_addrMaciej Machnikowski2021-10-142-4/+10
* ice: ndo_setup_tc implementation for PRMichal Swiatkowski2021-10-114-0/+74
* ice: ndo_setup_tc implementation for PFKiran Patil2021-10-115-1/+1044
* ice: Allow changing lan_en and lb_en on all kinds of filtersMichal Swiatkowski2021-10-111-0/+127
* ice: cleanup rules infoVictor Raj2021-10-112-10/+59
* ice: allow deleting advanced rulesShivanshu Shukla2021-10-112-0/+229
* ice: allow adding advanced rulesGrishma Kotecha2021-10-114-1/+847
* ice: create advanced switch recipeDan Nowlin2021-10-115-22/+1412
* ice: manage profiles and field vectorsDan Nowlin2021-10-115-1/+268
* ice: implement low level recipes functionsGrishma Kotecha2021-10-112-0/+212
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2021-10-0825-94/+1899
|\
| * ice: add port representor ethtool ops and statsWojciech Drewek2021-10-076-7/+118
| * ice: switchdev slow pathGrzegorz Nitka2021-10-076-1/+156
| * ice: rebuild switchdev when resetting all VFsGrzegorz Nitka2021-10-076-1/+130
| * ice: enable/disable switchdev when managing VFsGrzegorz Nitka2021-10-074-2/+63
| * ice: introduce new type of VSI for switchdevGrzegorz Nitka2021-10-076-3/+92
| * ice: set and release switchdev environmentGrzegorz Nitka2021-10-076-13/+453
| * ice: allow changing lan_en and lb_en on dflt rulesMichal Swiatkowski2021-10-074-1/+94
| * ice: manage VSI antispoof and destination overrideMichal Swiatkowski2021-10-072-0/+73
| * ice: allow process VF opcodes in different waysMichal Swiatkowski2021-10-073-37/+225
| * ice: introduce VF port representorMichal Swiatkowski2021-10-076-2/+286
| * ice: Move devlink port to PF/VF structWojciech Drewek2021-10-077-37/+103
| * ice: support basic E-Switch mode controlMichal Swiatkowski2021-10-076-0/+116
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-072-3/+3
|\ \ | |/ |/|
| * iavf: fix double unlock of crit_lockStefan Assmann2021-10-061-1/+0
| * i40e: Fix freeing of uninitialized misc IRQ vectorSylwester Dziedziuch2021-10-061-1/+2
| * i40e: fix endless loop under rtnlJiri Benc2021-10-061-1/+1
* | ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski2021-10-059-18/+16
* | ethernet: use eth_hw_addr_set() - castsJakub Kicinski2021-10-021-1/+1
* | ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2021-10-027-13/+13
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-10-013-87/+73
|\ \
| * | i40e: Use the xsk batched rx allocation interfaceMagnus Karlsson2021-09-281-27/+25
| * | ice: Use the xsk batched rx allocation interfaceMagnus Karlsson2021-09-281-25/+19
| * | ice: Use xdp_buf instead of rx_buf for xsk zero-copyMagnus Karlsson2021-09-282-39/+33
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-09-303-10/+22
|\ \ \ | | |/ | |/|
| * | ixgbe: Fix NULL pointer dereference in ixgbe_xdp_setupFeng Zhou2021-09-292-3/+7
| * | e100: fix buffer overrun in e100_get_regsJacob Keller2021-09-271-6/+10
| * | e100: fix length calculation in e100_get_regs_lenJacob Keller2021-09-271-1/+5
* | | ixgbe: let the xdpdrv work with more than 64 cpusJason Xing2021-09-305-24/+77
* | | ice: Prefer kcalloc over open coded arithmeticLen Baker2021-09-281-1/+1
* | | ice: Fix macro name for IPv4 fragment flagJeff Guo2021-09-282-2/+2
* | | ice: refactor devlink getter/fallback functions to voidJacob Keller2021-09-281-83/+50
* | | ice: Fix link mode handlingAnirudh Venkataramanan2021-09-281-2/+6
* | | ice: Add feature bitmap, helpers and a check for DSCPAnirudh Venkataramanan2021-09-285-2/+63
* | | ice: Add DSCP supportDave Ertman2021-09-2811-56/+464
* | | ice: Open devlink when device is readyLeon Romanovsky2021-09-271-4/+2