summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-10-13net: remove single-byte netdev->dev_addr writesJakub Kicinski13-15/+28
2021-10-13hamradio: use dev_addr_set() for setting device addressJakub Kicinski8-16/+14
2021-10-13ravb: Fix typo AVB->DMACBiju Das1-1/+1
2021-10-13ravb: Update ravb_emac_init_gbeth()Biju Das2-2/+9
2021-10-13ravb: Document PFRI register bitBiju Das1-1/+1
2021-10-13ravb: Rename "nc_queue" feature bitBiju Das2-19/+19
2021-10-13ravb: Optimize ravb_emac_init_gbeth functionBiju Das1-2/+1
2021-10-13ravb: Rename "tsrq" variableBiju Das2-5/+5
2021-10-13ravb: Add support to retrieve stats for GbEthernetBiju Das1-0/+21
2021-10-13ravb: Add carrier_counters to struct ravb_hw_infoBiju Das2-0/+11
2021-10-13ravb: Fillup ravb_rx_gbeth() stubBiju Das2-5/+142
2021-10-13ravb: Fillup ravb_rx_ring_format_gbeth() stubBiju Das2-4/+31
2021-10-13ravb: Fillup ravb_rx_ring_free_gbeth() stubBiju Das1-4/+24
2021-10-13ravb: Fillup ravb_alloc_rx_desc_gbeth() stubBiju Das2-7/+24
2021-10-13ravb: Add rx_max_buf_size to struct ravb_hw_infoBiju Das2-1/+5
2021-10-13ravb: Use ALIGN macro for max_rx_lenBiju Das1-1/+1
2021-10-13net: qed_debug: fix check of false (grc_param < 0) expressionJean Sacren1-1/+1
2021-10-13net: enetc: include ip6_checksum.h for csum_ipv6_magicIoana Ciornei1-0/+1
2021-10-13ionic: no devlink_unregister if not registeredShannon Nelson1-1/+0
2021-10-13devlink: Delete reload enable/disable interfaceLeon Romanovsky7-23/+3
2021-10-13net/mlx5: Set devlink reload feature bit for supported devices onlyLeon Romanovsky1-1/+4
2021-10-13devlink: Allow control devlink ops behavior through feature maskLeon Romanovsky6-0/+6
2021-10-13devlink: Reduce struct devlink exposureLeon Romanovsky1-1/+1
2021-10-12ethernet: tulip: avoid duplicate variable name on sparcJakub Kicinski1-4/+4
2021-10-12net: hns3: debugfs add support dumping page pool infoHao Chen2-0/+75
2021-10-12tulip: fix setting device address from romJakub Kicinski2-2/+2
2021-10-12net: hns: Prefer struct_size over open coded arithmeticLen Baker3-5/+4
2021-10-12mlxsw: spectrum_qdisc: Offload RED qevent markPetr Machata3-0/+14
2021-10-12mlxsw: spectrum_qdisc: Track permissible actions per bindingPetr Machata1-11/+33
2021-10-12mlxsw: spectrum_qdisc: Distinguish between ingress and egress triggersPetr Machata3-8/+32
2021-10-12mlxsw: spectrum_qdisc: Pass extack to mlxsw_sp_qevent_entry_configure()Petr Machata1-10/+19
2021-10-12nfc: microread: drop unneeded debug printsKrzysztof Kozlowski2-6/+0
2021-10-12nfc: trf7970a: drop unneeded debug printsKrzysztof Kozlowski1-8/+0
2021-10-12nfc: st21nfca: drop unneeded debug printsKrzysztof Kozlowski2-8/+0
2021-10-12nfc: st-nci: drop unneeded debug printsKrzysztof Kozlowski4-18/+0
2021-10-12nfc: s3fwrn5: simplify dereferencing pointer to struct deviceKrzysztof Kozlowski2-29/+18
2021-10-12Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/nexDavid S. Miller17-29/+4266
2021-10-12gve: Track RX buffer allocation failuresCatherine Sullivan1-1/+6
2021-10-12gve: Allow pageflips on larger pagesJordan Kim1-1/+1
2021-10-12gve: Add netif_set_xps_queue callCatherine Sullivan1-0/+4
2021-10-12gve: Recover from queue stall due to missed IRQJohn Fraker3-2/+51
2021-10-12gve: Do lazy cleanup in TX pathTao Liu4-50/+62
2021-10-12gve: Add rx buffer pagecnt biasCatherine Sullivan1-15/+37
2021-10-12gve: Switch to use napi_complete_doneYangchun Fu3-37/+43
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