summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* ethernet: constify references to netdev->dev_addr in driversJakub Kicinski2021-10-14124-176/+187
* 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
* mlxsw: spectrum_qdisc: Introduce per-TC ECN countersPetr Machata2021-10-133-5/+15
* mlxsw: reg: Add ecn_marked_tc to Per-TC Congestion CountersPetr Machata2021-10-131-0/+6
* mlxsw: reg: Rename MLXSW_REG_PPCNT_TC_CONG_TC to _CNTPetr Machata2021-10-132-2/+2
* mlxsw: reg: Fix a typo in a group headingPetr Machata2021-10-131-1/+1
* net: enetc: fix check for allocation failureDan Carpenter2021-10-131-1/+3
* ravb: Fix typo AVB->DMACBiju Das2021-10-131-1/+1
* ravb: Update ravb_emac_init_gbeth()Biju Das2021-10-132-2/+9
* ravb: Document PFRI register bitBiju Das2021-10-131-1/+1
* ravb: Rename "nc_queue" feature bitBiju Das2021-10-132-19/+19
* ravb: Optimize ravb_emac_init_gbeth functionBiju Das2021-10-131-2/+1
* ravb: Rename "tsrq" variableBiju Das2021-10-132-5/+5
* ravb: Add support to retrieve stats for GbEthernetBiju Das2021-10-131-0/+21
* ravb: Add carrier_counters to struct ravb_hw_infoBiju Das2021-10-132-0/+11
* ravb: Fillup ravb_rx_gbeth() stubBiju Das2021-10-132-5/+142
* ravb: Fillup ravb_rx_ring_format_gbeth() stubBiju Das2021-10-132-4/+31
* ravb: Fillup ravb_rx_ring_free_gbeth() stubBiju Das2021-10-131-4/+24
* ravb: Fillup ravb_alloc_rx_desc_gbeth() stubBiju Das2021-10-132-7/+24
* ravb: Add rx_max_buf_size to struct ravb_hw_infoBiju Das2021-10-132-1/+5
* ravb: Use ALIGN macro for max_rx_lenBiju Das2021-10-131-1/+1
* net: qed_debug: fix check of false (grc_param < 0) expressionJean Sacren2021-10-131-1/+1
* net: enetc: include ip6_checksum.h for csum_ipv6_magicIoana Ciornei2021-10-131-0/+1
* ionic: no devlink_unregister if not registeredShannon Nelson2021-10-121-1/+0
* devlink: Delete reload enable/disable interfaceLeon Romanovsky2021-10-126-20/+3
* net/mlx5: Set devlink reload feature bit for supported devices onlyLeon Romanovsky2021-10-121-1/+4
* devlink: Allow control devlink ops behavior through feature maskLeon Romanovsky2021-10-125-0/+5
* devlink: Reduce struct devlink exposureLeon Romanovsky2021-10-121-1/+1
* ethernet: tulip: avoid duplicate variable name on sparcJakub Kicinski2021-10-121-4/+4
* net: hns3: debugfs add support dumping page pool infoHao Chen2021-10-122-0/+75
* tulip: fix setting device address from romJakub Kicinski2021-10-122-2/+2
* net: hns: Prefer struct_size over open coded arithmeticLen Baker2021-10-123-5/+4
* mlxsw: spectrum_qdisc: Offload RED qevent markPetr Machata2021-10-123-0/+14
* mlxsw: spectrum_qdisc: Track permissible actions per bindingPetr Machata2021-10-121-11/+33
* mlxsw: spectrum_qdisc: Distinguish between ingress and egress triggersPetr Machata2021-10-123-8/+32
* mlxsw: spectrum_qdisc: Pass extack to mlxsw_sp_qevent_entry_configure()Petr Machata2021-10-121-10/+19
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/nexDavid S. Miller2021-10-1117-29/+4266
|\
| * 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
* | gve: Track RX buffer allocation failuresCatherine Sullivan2021-10-111-1/+6