aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: mt7530: add missing of_node_put() in mt7530_setup()Yang Yingliang2022-04-291-0/+1
* net: dsa: ksz9477: port mirror sniffing limited to one portArun Ramadoss2022-04-291-4/+34
* hinic: fix bug of wq out of bound accessQiao Ma2022-04-291-2/+5
* net: mdio: Fix ENOMEM return value in BCM6368 mux bus controllerNiels Dossche2022-04-291-1/+1
* net: ethernet: mediatek: add missing of_node_put() in mtk_sgmii_init()Yang Yingliang2022-04-291-0/+1
* Merge branch 'selftests-net-add-missing-tests-to-makefile'Jakub Kicinski2022-04-292-1/+35
|\
| * selftests/net/forwarding: add missing tests to MakefileHangbin Liu2022-04-291-0/+33
| * selftests/net: add missing tests to MakefileHangbin Liu2022-04-291-1/+2
|/
* Merge tag 'linux-can-fixes-for-5.18-20220429' of git://git.kernel.org/pub/scm...Jakub Kicinski2022-04-292-42/+29
|\
| * can: grcan: only use the NAPI poll budget for RXAndreas Larsson2022-04-291-15/+7
| * can: grcan: grcan_probe(): fix broken system id check for errata workaround n...Andreas Larsson2022-04-291-5/+11
| * can: grcan: use ofdev->dev when allocating DMA memoryDaniel Hellstrom2022-04-291-2/+4
| * can: grcan: grcan_close(): fix deadlockDuoming Zhou2022-04-291-0/+2
| * can: isotp: remove re-binding of bound socketOliver Hartkopp2022-04-291-20/+5
* | Merge tag 'net-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-04-2870-414/+598
|\|
| * tcp: fix F-RTO may not work correctly when receiving DSACKPengcheng Yang2022-04-281-1/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-04-283-30/+45
| |\
| | * netfilter: nft_socket: only do sk lookups when indev is availableFlorian Westphal2022-04-281-14/+38
| | * netfilter: conntrack: fix udp offload timeout sysctlVolodymyr Mytnyk2022-04-271-1/+1
| | * netfilter: nf_conntrack_tcp: re-init for syn packets onlyFlorian Westphal2022-04-271-15/+6
| * | Revert "ibmvnic: Add ethtool private flag for driver-defined queue limits"Dany Madden2022-04-282-100/+35
| * | net: enetc: allow tc-etf offload even with NETIF_F_CSUM_MASKVladimir Oltean2022-04-281-4/+0
| * | ixgbe: ensure IPsec VF<->PF compatibilityLeon Romanovsky2022-04-281-1/+2
| * | MAINTAINERS: Update BNXT entry with firmware filesFlorian Fainelli2022-04-281-0/+2
| * | Merge tag 'for-net-2022-04-27' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Abeni2022-04-285-43/+83
| |\ \
| | * | Bluetooth: hci_sync: Cleanup hci_conn if it cannot be abortedLuiz Augusto von Dentz2022-04-264-19/+39
| | * | Bluetooth: hci_event: Fix creating hci_conn object on error statusLuiz Augusto von Dentz2022-04-261-0/+12
| | * | Bluetooth: hci_event: Fix checking for invalid handle on error statusLuiz Augusto von Dentz2022-04-262-29/+37
| * | | net: fec: add missing of_node_put() in fec_enet_init_stop_mode()Yang Yingliang2022-04-271-1/+1
| * | | bnx2x: fix napi API usage sequenceManish Chopra2022-04-271-4/+5
| * | | tls: Skip tls_append_frag on zero copy sizeMaxim Mikityanskiy2022-04-271-5/+7
| * | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-04-276-12/+34
| |\ \ \
| | * | | xsk: Fix possible crash when multiple sockets are createdMaciej Fijalkowski2022-04-263-4/+26
| | * | | kprobes: Fix KRETPROBES when CONFIG_KRETPROBE_ON_RETHOOK is setAdam Zabrocki2022-04-261-1/+1
| | * | | bpf, lwt: Fix crash when using bpf_skb_set_tunnel_key() from bpf_xmit lwt hookEyal Birger2022-04-221-4/+3
| | * | | bpf: Fix release of page_pool in BPF_PROG_RUN in test runnerToke Høiland-Jørgensen2022-04-111-2/+3
| | * | | xsk: Fix l2fwd for copy mode + busy poll comboMaciej Fijalkowski2022-04-071-1/+1
| * | | | Add Eric Dumazet to networking maintainersJakub Kicinski2022-04-271-0/+2
| | |_|/ | |/| |
| * | | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/netDavid S. Miller2022-04-273-19/+13
| |\ \ \
| | * | | ice: fix use-after-free when deinitializing mailbox snapshotJacob Keller2022-04-261-1/+1
| | * | | ice: wait 5 s for EMP reset after firmware flashPetr Oros2022-04-261-0/+3
| | * | | ice: Protect vf_state check by cfg_lock in ice_vc_process_vf_msg()Ivan Vecera2022-04-261-7/+5
| | * | | ice: Fix incorrect locking in ice_vc_process_vf_msg()Ivan Vecera2022-04-261-14/+7
| | | |/ | | |/|
| * | | net: dsa: lantiq_gswip: Don't set GSWIP_MII_CFG_RMII_CLKMartin Blumenstingl2022-04-261-3/+0
| * | | net: Use this_cpu_inc() to increment net->core_statsSebastian Andrzej Siewior2022-04-262-21/+14
| |/ /
| * | virtio_net: fix wrong buf address calculation when using xdpNikolay Aleksandrov2022-04-261-1/+19
| * | net: dsa: mv88e6xxx: Fix port_hidden_wait to account for port_base_addrNathan Rossi2022-04-261-2/+3
| * | net: phy: marvell10g: fix return value on errorBaruch Siach2022-04-261-1/+1
| * | net: bcmgenet: hide status block before TX timestampingJonathan Lemon2022-04-261-0/+7
| * | mctp: defer the kfree of object mdev->addrsLin Ma2022-04-261-1/+1