summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-131-1/+0
* devlink: Delete reload enable/disable interfaceLeon Romanovsky2021-10-137-23/+3
* net/mlx5: Set devlink reload feature bit for supported devices onlyLeon Romanovsky2021-10-131-1/+4
* devlink: Allow control devlink ops behavior through feature maskLeon Romanovsky2021-10-136-0/+6
* devlink: Reduce struct devlink exposureLeon Romanovsky2021-10-131-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
* nfc: microread: drop unneeded debug printsKrzysztof Kozlowski2021-10-122-6/+0
* nfc: trf7970a: drop unneeded debug printsKrzysztof Kozlowski2021-10-121-8/+0
* nfc: st21nfca: drop unneeded debug printsKrzysztof Kozlowski2021-10-122-8/+0
* nfc: st-nci: drop unneeded debug printsKrzysztof Kozlowski2021-10-124-18/+0
* nfc: s3fwrn5: simplify dereferencing pointer to struct deviceKrzysztof Kozlowski2021-10-122-29/+18
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/nexDavid S. Miller2021-10-1217-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-121-1/+6
* | gve: Allow pageflips on larger pagesJordan Kim2021-10-121-1/+1
* | gve: Add netif_set_xps_queue callCatherine Sullivan2021-10-121-0/+4
* | gve: Recover from queue stall due to missed IRQJohn Fraker2021-10-123-2/+51
* | gve: Do lazy cleanup in TX pathTao Liu2021-10-124-50/+62
* | gve: Add rx buffer pagecnt biasCatherine Sullivan2021-10-121-15/+37