summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* m68k: remove legacy probingArnd Bergmann2021-08-037-93/+30
* cs89x0: rework driver configurationArnd Bergmann2021-08-033-26/+28
* 3c509: stop calling netdev_boot_setup_checkArnd Bergmann2021-08-031-3/+0
* appletalk: ltpc: remove static probingArnd Bergmann2021-08-032-8/+2
* natsemi: sonic: stop calling netdev_boot_setup_checkArnd Bergmann2021-08-032-3/+0
* bcmgenet: remove call to netdev_boot_setup_checkArnd Bergmann2021-08-031-2/+0
* virtio-net: realign page_to_skb() after mergesJakub Kicinski2021-08-031-19/+8
* bnxt_en: Increase maximum RX ring size if jumbo ring is not usedMichael Chan2021-08-033-8/+22
* bnxt_en: Don't use static arrays for completion ring pagesMichael Chan2021-08-032-3/+68
* bonding: add new option lacp_activeHangbin Liu2021-08-036-10/+72
* qed: Remove duplicated include of kernel.hzhouchuangao2021-08-031-1/+0
* drivers/net/usb: Remove all strcpy() usesLen Baker2021-08-032-5/+5
* qed: Remove redundant prints from the iWARP SYN handlingShai Malin2021-08-031-2/+0
* qed: Skip DORQ attention handling during recoveryShai Malin2021-08-031-1/+11
* qed: Avoid db_recovery during recoveryShai Malin2021-08-031-0/+5
* vrf: use skb_expand_head in vrf_finish_outputVasily Averin2021-08-031-14/+7
* Merge tag 'mlx5-updates-2021-08-02' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2021-08-0329-1535/+1850
|\
| * net/mlx5: Fix missing return value in mlx5_devlink_eswitch_inline_mode_set()Jiapeng Chong2021-08-021-1/+4
| * net/mlx5e: Return -EOPNOTSUPP if more relevant when parsing tc actionsRoi Dayan2021-08-021-3/+3
| * net/mlx5e: Remove redundant assignment of counter to nullRoi Dayan2021-08-021-2/+2
| * net/mlx5e: Remove redundant parse_attr argRoi Dayan2021-08-021-5/+7
| * net/mlx5e: Remove redundant cap check for flow counterRoi Dayan2021-08-021-4/+2
| * net/mlx5e: Remove redundant filter_dev arg from parse_tc_fdb_actions()Roi Dayan2021-08-021-4/+3
| * net/mlx5e: Remove redundant tc act includesRoi Dayan2021-08-021-6/+0
| * net/mlx5: Embed mlx5_ttc_tableMaor Gottlieb2021-08-0211-89/+137
| * net/mlx5: Move TTC logic to fs_ttcMaor Gottlieb2021-08-026-638/+663
| * net/mlx5e: Decouple TTC logic from mlx5eMaor Gottlieb2021-08-029-235/+250
| * net/mlx5e: Rename some related TTC args and functionsMaor Gottlieb2021-08-023-23/+26
| * net/mlx5e: Rename traffic type enumsMaor Gottlieb2021-08-0213-159/+162
| * net/mlx5e: Allocate the array of channels according to the real max_nchMaxim Mikityanskiy2021-08-023-3/+12
| * net/mlx5e: Hide all implementation details of mlx5e_rx_resMaxim Mikityanskiy2021-08-0216-720/+875
| * net/mlx5e: Introduce mlx5e_channels API to get RQNsMaxim Mikityanskiy2021-08-023-1/+63
| * net/mlx5e: Use a new initializer to build uniform indir tableMaxim Mikityanskiy2021-08-025-18/+17
* | net/mlx4: make the array states static const, makes object smallerColin Ian King2021-08-021-1/+1
* | net: 3c509: make the array if_names static const, makes object smallerColin Ian King2021-08-021-1/+3
* | dpaa2-eth: make the array faf_bits static const, makes object smallerColin Ian King2021-08-021-1/+1
* | qlcnic: make the array random_data static const, makes object smallerColin Ian King2021-08-021-1/+1
* | net: marvell: make the array name static, makes object smallerColin Ian King2021-08-021-1/+1
* | cxgb4: make the array match_all_mac static, makes object smallerColin Ian King2021-08-021-2/+2
|/
* net: phy: mscc: make some arrays static const, makes object smallerColin Ian King2021-08-021-4/+4
* netdevsim: make array res_ids static const, makes object smallerColin Ian King2021-08-021-1/+1
* cavium: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-08-024-18/+6
* net: dsa: mt7530: drop paranoid checks in .get_tag_protocol()Vladimir Oltean2021-08-021-9/+1
* octeontx2-pf: cn10k: Config DWRR weight based on MTUSunil Goutham2021-08-027-12/+52
* octeontx2-af: cn10k: DWRR MTU configurationSunil Goutham2021-08-025-3/+201
* bonding: 3ad: fix the concurrency between __bond_release_one() and bond_3ad_s...Yufeng Mo2021-08-021-1/+2
* niu: read property length only if we use itMartin Kaiser2021-08-021-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-07-31197-1565/+2058
|\
| * Merge tag 'net-5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-07-3052-271/+528
| |\
| | * can: esd_usb2: fix memory leakPavel Skripkin2021-07-301-1/+15