summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* selftests: mirror_gre_bridge_1q: Avoid changing PVID while interface is opera...Ido Schimmel2022-05-031-0/+3
* Merge branch 'emaclite-improve-error-handling-and-minor-cleanup'Paolo Abeni2022-05-031-18/+12
|\
| * net: emaclite: Add error handling for of_address_to_resource()Shravya Kumbham2022-05-031-3/+12
| * net: emaclite: Don't advertise 1000BASE-T and do auto negotiationShravya Kumbham2022-05-031-15/+0
|/
* net: dsa: b53: convert to phylink_pcsRussell King (Oracle)2022-05-015-72/+75
* pci_irq_vector() can't be used in atomic context any longer. This conflictsThomas Gleixner2022-05-011-8/+8
* Merge branch 'nfc-fixes'David S. Miller2022-05-012-16/+15
|\
| * nfc: nfcmrvl: main: reorder destructive operations in nfcmrvl_nci_unregister_...Duoming Zhou2022-05-011-1/+1
| * nfc: replace improper check device_is_registered() in netlink related functionsDuoming Zhou2022-05-011-15/+14
|/
* net: stmmac: disable Split Header (SPH) for Intel platformsTan Tee Min2022-05-013-1/+3
* mld: respect RCU rules in ip6_mc_source() and ip6_mc_msfilter()Eric Dumazet2022-04-301-4/+4
* net: igmp: respect RCU rules in ip_mc_source() and ip_mc_msfilter()Eric Dumazet2022-04-301-3/+6
* rxrpc: Enable IPv6 checksums on transport socketDavid Howells2022-04-301-0/+3
* net: cpsw: add missing of_node_put() in cpsw_probe_dt()Yang Yingliang2022-04-301-1/+4
* net: stmmac: dwmac-sun8i: add missing of_node_put() in sun8i_dwmac_register_m...Yang Yingliang2022-04-301-0/+1
* net: dsa: mt7530: add missing of_node_put() in mt7530_setup()Yang Yingliang2022-04-301-0/+1
* net: dsa: ksz9477: port mirror sniffing limited to one portArun Ramadoss2022-04-301-4/+34
* hinic: fix bug of wq out of bound accessQiao Ma2022-04-301-2/+5
* net: mdio: Fix ENOMEM return value in BCM6368 mux bus controllerNiels Dossche2022-04-301-1/+1
* net: ethernet: mediatek: add missing of_node_put() in mtk_sgmii_init()Yang Yingliang2022-04-301-0/+1
* Merge branch 'selftests-net-add-missing-tests-to-makefile'Jakub Kicinski2022-04-302-1/+35
|\
| * selftests/net/forwarding: add missing tests to MakefileHangbin Liu2022-04-301-0/+33
| * selftests/net: add missing tests to MakefileHangbin Liu2022-04-301-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-281-1/+1
| * | | bnx2x: fix napi API usage sequenceManish Chopra2022-04-281-4/+5
| * | | tls: Skip tls_append_frag on zero copy sizeMaxim Mikityanskiy2022-04-281-5/+7
| * | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-04-286-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