summaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig (unfollow)
Commit 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-14net: delete redundant function declarationChen Wandun1-2/+0
2021-10-14selftests: mlxsw: RED: Test per-TC ECN countersPetr Machata3-10/+60
2021-10-14mlxsw: spectrum_qdisc: Introduce per-TC ECN countersPetr Machata3-5/+15
2021-10-14mlxsw: reg: Add ecn_marked_tc to Per-TC Congestion CountersPetr Machata1-0/+6
2021-10-14mlxsw: reg: Rename MLXSW_REG_PPCNT_TC_CONG_TC to _CNTPetr Machata2-2/+2
2021-10-14mlxsw: reg: Fix a typo in a group headingPetr Machata1-1/+1
2021-10-14net: enetc: fix check for allocation failureDan Carpenter1-1/+3
2021-10-13net: dsa: unregister cross-chip notifier after ds->ops->teardownVladimir Oltean1-2/+2
2021-10-13marvell: octeontx2: build error: unknown type name 'u64'Anders Roxell1-0/+1
2021-10-13net: remove single-byte netdev->dev_addr writesJakub Kicinski13-15/+28
2021-10-13ip: use dev_addr_set() in tunnelsJakub Kicinski8-10/+10
2021-10-13hamradio: use dev_addr_set() for setting device addressJakub Kicinski8-16/+14
2021-10-13netdevice: demote the type of some dev_addr_set() helpersJakub Kicinski1-2/+2
2021-10-13decnet: constify dev_addr passingJakub Kicinski1-1/+1
2021-10-13tipc: constify dev_addr passingJakub Kicinski4-5/+5
2021-10-13ipv6: constify dev_addr passingJakub Kicinski3-5/+5
2021-10-13llc/snap: constify dev_addr passingJakub Kicinski9-9/+10
2021-10-13rose: constify dev_addr passingJakub Kicinski4-13/+16
2021-10-13ax25: constify dev_addr passingJakub Kicinski10-25/+26
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 Romanovsky9-69/+6
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 Romanovsky8-2/+34
2021-10-13devlink: Annotate devlink API callsLeon Romanovsky1-0/+26
2021-10-13devlink: Move netdev_to_devlink helpers to devlink.cLeon Romanovsky2-17/+18
2021-10-13devlink: Reduce struct devlink exposureLeon Romanovsky4-87/+98
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, neigh: Add NTF_MANAGED flag for managed neighbor entriesDaniel Borkmann3-48/+120