summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-03-311-13/+376
|\
| * drivers/net/virtio_net: Added RSS hash report control.Andrew Melnychenko2022-03-281-1/+140
| * drivers/net/virtio_net: Added RSS hash report.Andrew Melnychenko2022-03-281-6/+49
| * drivers/net/virtio_net: Added basic RSS support.Andrew Melnychenko2022-03-281-6/+186
| * drivers/net/virtio_net: Fixed padded vheader to use v1 with hash.Andrew Melnychenko2022-03-281-5/+6
* | vxlan: do not feed vxlan_vnifilter_dump_dev with non vxlan devicesEric Dumazet2022-03-311-0/+6
* | Merge tag 'linux-can-fixes-for-5.18-20220331' of git://git.kernel.org/pub/scm...Jakub Kicinski2022-03-316-31/+36
|\ \
| * | can: gs_usb: gs_make_candev(): fix memory leak for devices with extended bit ...Marc Kleine-Budde2022-03-311-0/+2
| * | can: mcba_usb: properly check endpoint typePavel Skripkin2022-03-311-10/+16
| * | can: mcba_usb: mcba_usb_start_xmit(): fix double dev_kfree_skb in error pathHangyu Hua2022-03-311-1/+0
| * | can: usb_8dev: usb_8dev_start_xmit(): fix double dev_kfree_skb() in error pathHangyu Hua2022-03-311-16/+14
| * | can: ems_usb: ems_usb_start_xmit(): fix double dev_kfree_skb() in error pathHangyu Hua2022-03-311-1/+0
| * | can: m_can: m_can_tx_handler(): fix use after free of skbMarc Kleine-Budde2022-03-311-2/+3
| * | can: mcp251xfd: mcp251xfd_register_get_dev_id(): fix return of error valueTom Rix2022-03-311-1/+1
* | | net: hns3: fix software vlan talbe of vlan 0 inconsistent with hardwareGuangbin Huang2022-03-311-3/+3
* | | net: hns3: fix the concurrency between functions reading debugfsYufeng Mo2022-03-313-5/+12
|/ /
* | net: sparx5: uses, depends on BRIDGE or !BRIDGERandy Dunlap2022-03-301-0/+1
* | wireguard: socket: ignore v6 endpoints when ipv6 is disabledJason A. Donenfeld2022-03-301-2/+2
* | wireguard: socket: free skb in send6 when ipv6 is disabledWang Hai2022-03-301-0/+1
* | wireguard: queueing: use CFI-safe ptr_ring cleanup functionJason A. Donenfeld2022-03-301-1/+2
* | sfc: Avoid NULL pointer dereference on systems without numa awarenessMartin Habets2022-03-301-7/+4
* | net: dsa: felix: fix possible NULL pointer dereferenceZheng Yongjun2022-03-301-0/+4
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-03-292-2/+5
|\ \
| * | ice: xsk: Fix indexing in ice_tx_xsk_pool()Maciej Fijalkowski2022-03-281-1/+1
| * | ice: xsk: Stop Rx processing when ntc catches ntuMaciej Fijalkowski2022-03-281-0/+3
| * | ice: xsk: Eliminate unnecessary loop iterationMagnus Karlsson2022-03-281-1/+1
* | | net: lan966x: fix kernel oops on ioctl when I/F is downMichael Walle2022-03-291-0/+3
|/ /
* | Merge tag 'net-5.18-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-03-2824-114/+341
|\ \
| * | net: dsa: bcm_sf2_cfp: fix an incorrect NULL check on list iteratorXiaomeng Tong2022-03-281-3/+3
| * | net: bnxt_ptp: fix compilation errorDamien Le Moal2022-03-282-2/+6
| * | octeontx2-af: initialize action variableTom Rix2022-03-261-8/+7
| * | net: sparx5: switchdev: fix possible NULL pointer dereferenceZheng Yongjun2022-03-261-0/+2
| * | qlcnic: dcb: default to returning -EOPNOTSUPPTom Rix2022-03-261-5/+5
| * | net: sparx5: depends on PTP_1588_CLOCK_OPTIONALRandy Dunlap2022-03-261-0/+1
| * | net: hns3: fix phy can not link up when autoneg off and resetGuangbin Huang2022-03-261-2/+2
| * | net: hns3: add NULL pointer check for hns3_set/get_ringparam()Hao Chen2022-03-261-3/+9
| * | net: hns3: add netdev reset check for hns3_set_tunable()Hao Chen2022-03-261-3/+5
| * | net: hns3: clean residual vf config after disable sriovPeng Li2022-03-263-0/+71
| * | net: hns3: add max order judgement for tx spare bufferHao Chen2022-03-261-0/+6
| * | net: hns3: fix ethtool tx copybreak buf size indicating not aligned issueHao Chen2022-03-262-9/+14
| * | net: phy: broadcom: Fix brcm_fet_config_init()Florian Fainelli2022-03-251-0/+21
| * | net: hns3: refine the process when PF set VF VLANJian Shen2022-03-252-5/+18
| * | net: hns3: add vlan list lock to protect vlan listJian Shen2022-03-252-4/+35
| * | net: hns3: fix port base vlan add fail when concurrent with resetJian Shen2022-03-252-19/+46
| * | net: hns3: fix bug when PF set the duplicate MAC address for VFsJian Shen2022-03-251-3/+2
| * | net: sparx5: Refactor mdb handling according to feedbackCasper Andersson2022-03-255-26/+24
| * | net: sparx5: Remove unused GLAG handling in PGIDCasper Andersson2022-03-252-21/+0
| * | net: enetc: report software timestamping via SO_TIMESTAMPINGVladimir Oltean2022-03-251-1/+4
| * | net: usb: ax88179_178a: add Allied Telesis AT-UMCsGreg Jesionowski2022-03-241-0/+51
| * | net: dsa: realtek: make interface drivers depend on OFAlvin Šipraga2022-03-241-0/+2