summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * ixgbe: move headroom initialization to ixgbe_configure_rx_ringMaciej Fijalkowski2021-03-121-1/+2
| | * ice: move headroom initialization to ice_setup_rx_ctxMaciej Fijalkowski2021-03-122-17/+18
| | * i40e: move headroom initialization to i40e_configure_rx_ringMaciej Fijalkowski2021-03-122-12/+13
| | * ice: fix napi work done reporting in xsk pathMagnus Karlsson2021-03-122-7/+9
| * | net: dsa: mt7530: setup core clock even in TRGMII modeIlya Lipnitskiy2021-03-131-27/+25
| * | net: phy: broadcom: Fix RGMII delays for BCM50160 and BCM50610MFlorian Fainelli2021-03-131-0/+4
| * | ftgmac100: Restart MAC HW onceDylan Hung2021-03-131-0/+1
| * | net: axienet: Fix probe error cleanupRobert Hancock2021-03-131-12/+25
| * | Revert "net: bonding: fix error return code of bond_neigh_init()"David S. Miller2021-03-121-6/+2
| |/
| * net: phy: broadcom: Add power down exit reset state delayFlorian Fainelli2021-03-121-0/+5
| * net/qlcnic: Fix a use after free in qlcnic_83xx_get_minidump_templateLv Yunlong2021-03-121-0/+3
| * e1000e: Fix error handling in e1000_set_d0_lplu_state_82571Dinghao Liu2021-03-111-0/+2
| * e1000e: add rtnl_lock() to e1000_reset_taskVitaly Lifshits2021-03-111-1/+5
| * igc: Fix igc_ptp_rx_pktstamp()Andre Guedes2021-03-112-33/+41
| * igc: Fix Supported Pause Frame Link SettingMuhammad Husaini Zulkifli2021-03-111-0/+3
| * igc: Fix Pause Frame AdvertisingMuhammad Husaini Zulkifli2021-03-111-3/+1
| * igc: reinit_locked() should be called with rtnl_lockSasha Neftin2021-03-111-0/+9
| * net: dsa: bcm_sf2: Qualify phydev->dev_flags based on portFlorian Fainelli2021-03-111-2/+4
| * net: dsa: b53: VLAN filtering is global to all usersFlorian Fainelli2021-03-111-7/+7
| * Merge tag 'mlx5-fixes-2021-03-10' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2021-03-1118-45/+85
| |\
| | * net/mlx5: DR, Fix potential shift wrapping of 32-bit value in STEv1 getterYevgeny Kliteynik2021-03-101-2/+2
| | * net/mlx5: SF: Fix error flow of SFs allocation flowShay Drory2021-03-101-1/+1
| | * net/mlx5: SF: Fix memory leak of work itemShay Drory2021-03-101-0/+1
| | * net/mlx5: SF, Correct vhca context sizeParav Pandit2021-03-101-1/+1
| | * net/mlx5e: E-switch, Fix rate calculation divisionParav Pandit2021-03-101-1/+2
| | * net/mlx5: Set QP timestamp mode to defaultMaor Gottlieb2021-03-103-0/+3
| | * net/mlx5e: Fix error flow in change profileRoi Dayan2021-03-102-18/+26
| | * net/mlx5: Disable VF tunnel TX offload if ignore_flow_level isn't supportedMaor Dickman2021-03-101-1/+2
| | * net/mlx5e: Check correct ip_version in decapsulation route resolutionRoi Dayan2021-03-103-5/+7
| | * net/mlx5: Fix turn-off PPS commandAya Levin2021-03-101-4/+4
| | * net/mlx5e: Don't match on Geneve options in case option masks are all zeroMaor Dickman2021-03-101-0/+4
| | * net/mlx5e: Revert parameters on errors when changing PTP state without resetMaxim Mikityanskiy2021-03-101-0/+5
| | * net/mlx5e: When changing XDP program without reset, take refs for XSK RQsMaxim Mikityanskiy2021-03-101-1/+3
| | * net/mlx5e: Set PTP channel pointer explicitly to NULLAya Levin2021-03-101-1/+3
| | * net/mlx5e: Accumulate port PTP TX stats with other channels statsAya Levin2021-03-101-0/+9
| | * net/mlx5e: RX, Mind the MPWQE gaps when calculating offsetsTariq Toukan2021-03-103-8/+9
| | * net/mlx5e: Enforce minimum value check for ICOSQ sizeTariq Toukan2021-03-101-2/+3
| * | net: dsa: bcm_sf2: use 2 Gbps IMP port link on BCM4908Rafał Miłecki2021-03-111-1/+4
| * | net: pxa168_eth: Fix a potential data race in pxa168_eth_removePavel Andrianov2021-03-111-1/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-03-111-2/+1
| |\ \ | | |/ | |/|
| | * veth: Store queue_mapping independently of XDP prog presenceMaciej Fijalkowski2021-03-061-2/+1
* | | module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky2021-03-1735-52/+0
|/ /
* | Merge git://git.kernel.org:/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2021-03-1083-330/+711
|\ \
| * | net: dsa: xrs700x: check if partner is same as port in hsr joinGeorge McCollister2021-03-101-2/+8
| * | net: lapbether: Remove netif_start_queue / netif_stop_queueXie He2021-03-091-3/+0
| * | net: bonding: fix error return code of bond_neigh_init()Jia-Ju Bai2021-03-081-2/+6
| * | net: enetc: allow hardware timestamping on TX queues with tc-etf enabledVladimir Oltean2021-03-081-0/+6
| * | net: enetc: set MAC RX FIFO to recommended valueAlex Marginean2021-03-082-0/+8
| * | net: davicom: Use platform_get_irq_optional()Paul Cercueil2021-03-081-1/+1
| * | net: davicom: Fix regulator not turned off on driver removalPaul Cercueil2021-03-081-1/+8