summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | mlxsw: spectrum_router: Fix IPv4 nexthop gateway indicationIdo Schimmel2022-07-201-1/+1
| * | | | | | | | | tcp: Fix data-races around sysctl knobs related to SYN option.Kuniyuki Iwashima2022-07-201-3/+3
| * | | | | | | | | ipv4: Fix data-races around sysctl_fib_multipath_hash_fields.Kuniyuki Iwashima2022-07-201-1/+1
| * | | | | | | | | ipv4: Fix data-races around sysctl_fib_multipath_hash_policy.Kuniyuki Iwashima2022-07-201-1/+1
| |/ / / / / / / /
| * | | | | | | | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2022-07-205-26/+81
| |\ \ \ \ \ \ \ \
| | * | | | | | | | iavf: Fix missing state logsPrzemyslaw Patynowski2022-07-181-0/+4
| | * | | | | | | | iavf: Fix handling of dummy receive descriptorsPrzemyslaw Patynowski2022-07-181-3/+2
| | * | | | | | | | iavf: Disallow changing rx/tx-frames and rx/tx-frames-irqPrzemyslaw Patynowski2022-07-184-13/+1
| | * | | | | | | | iavf: Fix VLAN_V2 addition/rejectionPrzemyslaw Patynowski2022-07-183-10/+74
| * | | | | | | | | net: ethernet: mtk_ppe: fix possible NULL pointer dereference in mtk_flow_get...Lorenzo Bianconi2022-07-201-0/+3
| * | | | | | | | | r8152: fix a WOL issueHayes Wang2022-07-201-2/+14
| * | | | | | | | | amt: do not use amt->nr_tunnels outside of lockTaehee Yoo2022-07-191-3/+6
| * | | | | | | | | amt: drop unexpected multicast dataTaehee Yoo2022-07-191-0/+3
| * | | | | | | | | amt: drop unexpected query messageTaehee Yoo2022-07-191-1/+13
| * | | | | | | | | amt: drop unexpected advertisement messageTaehee Yoo2022-07-191-0/+5
| * | | | | | | | | amt: add missing regeneration nonce logic in request logicTaehee Yoo2022-07-191-0/+4
| * | | | | | | | | amt: use READ_ONCE() in amt moduleTaehee Yoo2022-07-191-7/+8
| * | | | | | | | | amt: remove unnecessary locksTaehee Yoo2022-07-191-27/+5
| * | | | | | | | | amt: use workqueue for gateway side message handlingTaehee Yoo2022-07-191-15/+144
| * | | | | | | | | net: dsa: vitesse-vsc73xx: silent spi_device_id warningsOleksij Rempel2022-07-191-0/+10
| * | | | | | | | | net: dsa: sja1105: silent spi_device_id warningsOleksij Rempel2022-07-191-0/+16
| * | | | | | | | | be2net: Fix buffer overflow in be_get_module_eepromHristo Venev2022-07-193-18/+25
| * | | | | | | | | net: stmmac: remove redunctant disable xPCS EEE callWong Vee Khee2022-07-191-8/+0
| * | | | | | | | | ixgbe: Add locking to prevent panic when setting sriov_numvfs to zeroPiotr Skajewski2022-07-193-0/+10
| * | | | | | | | | i40e: Fix erroneous adapter reinitialization during recovery processDawid Lukwinski2022-07-191-8/+5
| * | | | | | | | | net: ethernet: mtk_eth_soc: fix off by one check of ARRAY_SIZETom Rix2022-07-191-1/+1
| * | | | | | | | | net: lan966x: Fix usage of lan966x->mac_lock when used by FDBHoratiu Vultur2022-07-191-11/+23
| * | | | | | | | | net: lan966x: Fix usage of lan966x->mac_lock inside lan966x_mac_irq_handlerHoratiu Vultur2022-07-191-7/+12
| * | | | | | | | | net: lan966x: Fix usage of lan966x->mac_lock when entry is removedHoratiu Vultur2022-07-191-4/+20
| * | | | | | | | | net: lan966x: Fix usage of lan966x->mac_lock when entry is addedHoratiu Vultur2022-07-191-1/+7
| * | | | | | | | | net: lan966x: Fix taking rtnl_lock while holding spin_lockHoratiu Vultur2022-07-191-9/+18
| |/ / / / / / / /
| * | | | | | | | igmp: Fix data-races around sysctl_igmp_qrv.Kuniyuki Iwashima2022-07-181-2/+2
| * | | | | | | | net: prestera: acl: use proper mask for port selectorMaksym Glubokiy2022-07-181-3/+3
| * | | | | | | | net: stmmac: fix dma queue left shift overflow issueJunxiao Chang2022-07-181-0/+3
| * | | | | | | | net: stmmac: switch to use interrupt for hw crosstimestampingWong Vee Khee2022-07-186-21/+29
| * | | | | | | | Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski2022-07-166-33/+11
| |\ \ \ \ \ \ \ \
| | * | | | | | | | igc: Reinstate IGC_REMOVED logic and implement it properlyLennert Buytenhek2022-07-142-1/+7
| | * | | | | | | | Revert "e1000e: Fix possible HW unit hang after an s0ix exit"Sasha Neftin2022-07-144-32/+0
| | * | | | | | | | e1000e: Enable GPT clock before sending message to CSMESasha Neftin2022-07-141-0/+4
| * | | | | | | | | net: dsa: microchip: ksz_common: Fix refcount leak bugLiang He2022-07-161-1/+4
| * | | | | | | | | net: stmmac: fix unbalanced ptp clock issue in suspend/resume flowBiao Huang2022-07-152-10/+15
| * | | | | | | | | net: stmmac: fix pm runtime issue in stmmac_dvr_remove()Biao Huang2022-07-151-2/+3
| * | | | | | | | | stmmac: dwmac-mediatek: fix clock issueBiao Huang2022-07-151-28/+21
| * | | | | | | | | ip: Fix data-races around sysctl_ip_fwd_update_priority.Kuniyuki Iwashima2022-07-151-1/+2
| * | | | | | | | | ip: Fix data-races around sysctl_ip_default_ttl.Kuniyuki Iwashima2022-07-151-1/+1
* | | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2022-07-195-52/+5
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | RDMA/irdma: Fix sleep from invalid context BUGMustafa Ismail2022-07-111-50/+0
| * | | | | | | | | | RDMA/irdma: Do not advertise 1GB page size for x722Mustafa Ismail2022-07-114-2/+5
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'hte/for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/teg...Linus Torvalds2022-07-181-0/+4
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | |
| * | | | | | | | | gpiolib: cdev: Fix kernel doc for struct lineAndy Shevchenko2022-06-171-0/+4