summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* ptp: ocp: change sysfs attr group handlingJonathan Lemon2022-05-191-15/+42
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-05-191-0/+1
|\
| * net: fix dev_fill_forward_path with pppoe + bridgeFelix Fietkau2022-05-161-0/+1
* | net: ftgmac100: Disable hardware checksum on AST2600Joel Stanley2022-05-181-0/+5
* | igb: skip phy status check where unavailableKevin Mitchell2022-05-181-1/+2
* | nfc: pn533: Fix buggy cleanup orderLin Ma2022-05-181-2/+3
* | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2022-05-184-18/+35
|\ \
| * | ice: Fix interrupt moderation settings getting clearedMichal Wilczynski2022-05-172-11/+16
| * | ice: fix possible under reporting of ethtool Tx and Rx statisticsPaul Greenwalt2022-05-171-3/+4
| * | ice: fix crash when writing timestamp on RX ringsArkadiusz Kubalewski2022-05-171-4/+15
* | | net/mlx5: Drain fw_reset when removing deviceShay Drory2022-05-183-3/+27
* | | net/mlx5e: CT: Fix setting flow_source for smfs ct tuplesPaul Blakey2022-05-181-1/+1
* | | net/mlx5e: CT: Fix support for GRE tuplesPaul Blakey2022-05-181-24/+32
* | | net/mlx5e: Remove HW-GRO from reported featuresGal Pressman2022-05-181-4/+0
* | | net/mlx5e: Properly block HW GRO when XDP is enabledMaxim Mikityanskiy2022-05-181-0/+12
* | | net/mlx5e: Properly block LRO when XDP is enabledMaxim Mikityanskiy2022-05-181-0/+7
* | | net/mlx5e: Block rx-gro-hw feature in switchdev modeAya Levin2022-05-181-0/+4
* | | net/mlx5e: Wrap mlx5e_trap_napi_poll into rcu_read_lockMaxim Mikityanskiy2022-05-181-3/+10
* | | net/mlx5: DR, Ignore modify TTL on RX if device doesn't support itYevgeny Kliteynik2022-05-182-21/+48
* | | net/mlx5: Initialize flow steering during driver probeShay Drory2022-05-183-61/+91
* | | net/mlx5: DR, Fix missing flow_source when creating multi-destination FW tableMaor Dickman2022-05-185-6/+14
* | | net/qla3xxx: Fix a test in ql_reset_work()Christophe JAILLET2022-05-181-1/+2
|/ /
* | net: vmxnet3: fix possible NULL pointer dereference in vmxnet3_rq_cleanup()Zixuan Fu2022-05-171-0/+4
* | net: vmxnet3: fix possible use-after-free bugs in vmxnet3_rq_alloc_rx_buf()Zixuan Fu2022-05-171-0/+2
* | net: systemport: Fix an error handling path in bcm_sysport_probe()Christophe JAILLET2022-05-171-2/+4
* | net: lan966x: Fix assignment of the MAC addressHoratiu Vultur2022-05-171-0/+28
* | ptp: ocp: have adjtime handle negative delta_ns correctlyJonathan Lemon2022-05-161-2/+3
* | Merge tag 'linux-can-fixes-for-5.18-20220514' of git://git.kernel.org/pub/scm...David S. Miller2022-05-163-65/+10
|\ \
| * | can: m_can: remove support for custom bit timing, take #2Jarkko Nikula2022-05-142-21/+6
| * | Revert "can: m_can: pci: use custom bit timings for Elkhart Lake"Jarkko Nikula2022-05-141-44/+4
| |/
* | net: macb: Increment rx bd head after allocating skb and bufferHarini Katakam2022-05-141-1/+1
* | net: ipa: get rid of a duplicate initializationAlex Elder2022-05-131-1/+1
* | net: ipa: record proper RX transaction countAlex Elder2022-05-131-2/+4
* | net: ipa: certain dropped packets aren't accounted forAlex Elder2022-05-131-7/+6
|/
* Merge tag 'net-5.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-05-1240-172/+294
|\
| * net: sfc: ef10: fix memory leak in efx_ef10_mtd_probe()Taehee Yoo2022-05-121-0/+5
| * net: dsa: bcm_sf2: Fix Wake-on-LAN with mac_link_down()Florian Fainelli2022-05-121-0/+3
| * mlxsw: Avoid warning during ip6gre device removalAmit Cohen2022-05-121-8/+3
| * net: bcmgenet: Check for Wake-on-LAN interrupt probe deferralFlorian Fainelli2022-05-121-0/+4
| * net: ethernet: mediatek: ppe: fix wrong size passed to memset()Yang Yingliang2022-05-121-1/+1
| * Merge tag 'wireless-2022-05-11' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2022-05-129-67/+93
| |\
| | * mac80211_hwsim: call ieee80211_tx_prepare_skb under RCU protectionJohannes Berg2022-05-091-0/+3
| | * mac80211_hwsim: fix RCU protected chanctx accessJohannes Berg2022-05-091-2/+5
| | * ath11k: reduce the wait time of 11d scan and hw scan while add interfaceWen Gong2022-04-297-64/+84
| | * iwlwifi: iwl-dbg: Use del_timer_sync() before freeingGuenter Roeck2022-04-231-1/+1
| * | i40e: i40e_main: fix a missing check on list iteratorXiaomeng Tong2022-05-121-13/+14
| * | s390/lcs: fix variable dereferenced before checkAlexandra Winter2022-05-111-3/+4
| * | s390/ctcm: fix potential memory leakAlexandra Winter2022-05-111-5/+1
| * | s390/ctcm: fix variable dereferenced before checkAlexandra Winter2022-05-111-2/+3
| * | net: atlantic: verify hw_head_ lies within TX buffer ringGrant Grundler2022-05-111-0/+7