summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-03-29ipv6: Remove in6addr_any alternatives.Kuniyuki Iwashima3-13/+6
2023-03-29vsock: support sockmapBobby Eshleman2-0/+18
2023-03-29Merge tag 'mlx5-updates-2023-03-20' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2-2/+8
2023-03-29net: dst: Switch to rcuref_t reference countingThomas Gleixner2-10/+11
2023-03-29net: dst: Prevent false sharing vs. dst_entry:: __refcntWangyang Guo4-8/+15
2023-03-29Merge branch 'locking/rcuref' of git://git.kernel.org/pub/scm/linux/kernel/gi...Jakub Kicinski5-11/+464
2023-03-28atomics: Provide rcuref - scalable reference countingThomas Gleixner2-0/+161
2023-03-28atomics: Provide atomic_add_negative() variantsThomas Gleixner3-11/+303
2023-03-28ethtool: Add support for configuring tx_push_buf_lenShay Agroskin2-4/+12
2023-03-28netlink: Add a macro to set policy message with format stringShay Agroskin1-0/+22
2023-03-28net: introduce a config option to tweak MAX_SKB_FRAGSEric Dumazet1-11/+5
2023-03-25net/mlx5: Provide external API for allocating vectorsEli Cohen1-0/+6
2023-03-25lib: cpu_rmap: Add irq_cpu_rmap_remove to complement irq_cpu_rmap_addEli Cohen1-0/+1
2023-03-25lib: cpu_rmap: Use allocator for rmap entriesEli Cohen1-2/+1
2023-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-5/+42
2023-03-24Merge tag 'net-6.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds4-5/+29
2023-03-24Merge branch 'main' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/net...Jakub Kicinski1-2/+1
2023-03-24docs: networking: document NAPIJakub Kicinski1-5/+8
2023-03-23net: phylink: remove an_enabledRussell King (Oracle)1-2/+0
2023-03-23netdev: Enforce index cap in netdev_get_tx_queueNick Child1-0/+1
2023-03-23Merge tag 'ipsec-libreswan-mlx5' of https://git.kernel.org/pub/scm/linux/kern...Jakub Kicinski1-0/+5
2023-03-23Bluetooth: btintel: Iterate only bluetooth device ACPI entriesKiran K1-0/+1
2023-03-22netfilter: nft_redir: use `struct nf_nat_range2` throughout and deduplicate e...Jeremy Sowden1-2/+1
2023-03-22net: remove rcu_dereference_bh_rtnl()Eric Dumazet1-10/+0
2023-03-22neighbour: switch to standard rcu, instead of rcu_bhEric Dumazet4-16/+16
2023-03-21net: pcs: add driver for MediaTek SGMII PCSDaniel Golle1-0/+13
2023-03-20Merge tag 'nfs-for-6.3-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-0/+1
2023-03-20net: phy: smsc: export functions for use by meson-gxl PHY driverHeiner Kallweit1-0/+6
2023-03-20xfrm: add new device offload acquire flagRaed Salem1-0/+5
2023-03-20net: mscc: ocelot: expose serdes configuration functionColin Foster1-0/+4
2023-03-20net: mscc: ocelot: expose generic phylink_mac_config routineColin Foster1-0/+3
2023-03-20net: mscc: ocelot: expose ocelot_pll5_init routineColin Foster1-0/+2
2023-03-19Merge tag 'char-misc-6.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+12
2023-03-19net: stmmac: Fix for mismatched host/device DMA address widthJochen Henneberg1-1/+1
2023-03-19net: mdio: fix owner field for mdio buses registered using ACPIFlorian Fainelli1-1/+8
2023-03-19net: mdio: fix owner field for mdio buses registered using device-treeMaxime Bizon1-3/+19
2023-03-18tcp: preserve const qualifier in tcp_sk()Eric Dumazet2-5/+7
2023-03-18x25: preserve const qualifier in [a]x25_sk()Eric Dumazet2-8/+2
2023-03-18af_unix: preserve const qualifier in unix_sk()Eric Dumazet1-4/+1
2023-03-18dccp: preserve const qualifier in dccp_sk()Eric Dumazet1-4/+2
2023-03-18ipv6: raw: preserve const qualifier in raw6_sk()Eric Dumazet1-4/+1
2023-03-18raw: preserve const qualifier in raw_sk()Eric Dumazet1-4/+1
2023-03-18udp: preserve const qualifier in udp_sk()Eric Dumazet1-4/+1
2023-03-18net/mlx5e: TC, Add support for VxLAN GBP encap/decap flows offloadGavin Li2-2/+17
2023-03-18ip_tunnel: Preserve pointer const in ip_tunnel_info_optsGavin Li1-5/+6
2023-03-18vxlan: Expose helper vxlan_build_gbp_hdrGavin Li1-0/+19
2023-03-18wwan: core: Support slicing in port TX flow of WWAN subsystemhaozhe chang1-0/+11
2023-03-18ptp: kvm: Use decrypted memory in confidential guest on x86Jeremi Piotrowski1-0/+1
2023-03-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski24-32/+118
2023-03-17Merge tag 'net-6.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds5-4/+20