summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-05-08net/ipv4: add tracepoint for icmp_sendPeilin He
2024-05-08net: bridge: fix corrupted ethernet header on multicast-to-unicastFelix Fietkau
2024-05-08net: dsa: add support switches global DSCP priority mappingOleksij Rempel
2024-05-08net: add IEEE 802.1q specific helpersOleksij Rempel
2024-05-08net: dsa: add support for DCB get/set apptrust configurationOleksij Rempel
2024-05-08xsk: use generic DMA sync shortcut instead of a custom oneAlexander Lobakin
2024-05-08page_pool: check for DMA sync shortcut earlierAlexander Lobakin
2024-05-07mptcp: only allow set existing scheduler for net.mptcp.schedulerGregory Detal
2024-05-07nfc: nci: Fix kcov check in nci_rx_work()Tetsuo Handa
2024-05-07mptcp: fix possible NULL dereferencesEric Dumazet
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet
2024-05-07net: dccp: Fix ccid2_rtt_estimator() kernel-docJeff Johnson
2024-05-07page_pool: don't use driver-set flags field directlyAlexander Lobakin
2024-05-07page_pool: make sure frag API fields don't span between cachelinesAlexander Lobakin
2024-05-07rtnetlink: allow rtnl_fill_link_netnsid() to run under RCU protectionEric Dumazet
2024-05-07rtnetlink: do not depend on RTNL in rtnl_xdp_prog_skb()Eric Dumazet
2024-05-07rtnetlink: do not depend on RTNL in rtnl_fill_proto_down()Eric Dumazet
2024-05-07rtnetlink: do not depend on RTNL for many attributesEric Dumazet
2024-05-07net: write once on dev->allmulti and dev->promiscuityEric Dumazet
2024-05-07rtnetlink: do not depend on RTNL for IFLA_TXQLEN outputEric Dumazet
2024-05-07rtnetlink: do not depend on RTNL for IFLA_IFNAME outputEric Dumazet
2024-05-07rtnetlink: do not depend on RTNL for IFLA_QDISC outputEric Dumazet
2024-05-06Merge tag 'ipsec-next-2024-05-03' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2024-05-06mptcp: fix typos in commentsShi-Sheng Yang
2024-05-06phonet: fix rtm_phonet_notify() skb allocationEric Dumazet
2024-05-06Merge wireless into wireless-nextJohannes Berg
2024-05-06netfilter: nft_set_pipapo: merge deactivate helper into callerFlorian Westphal
2024-05-06netfilter: nft_set_pipapo: prepare walk function for on-demand cloneFlorian Westphal
2024-05-06netfilter: nft_set_pipapo: prepare destroy function for on-demand cloneFlorian Westphal
2024-05-06netfilter: nft_set_pipapo: make pipapo_clone helper return NULLFlorian Westphal
2024-05-06netfilter: nft_set_pipapo: move prove_locking helper aroundFlorian Westphal
2024-05-06netfilter: conntrack: remove flowtable early-drop testFlorian Westphal
2024-05-06netfilter: use NF_DROP instead of -NF_DROPJason Xing
2024-05-06SUNRPC: Remove comment for sp_lockGuoqing Jiang
2024-05-06SUNRPC: add a new svc_find_listener helperJeff Layton
2024-05-06SUNRPC: introduce svc_xprt_create_from_sa utility routineLorenzo Bianconi
2024-05-06sunrpc: removed redundant procp checkAleksandr Aprelkov
2024-05-06net: fix out-of-bounds access in ops_initThadeu Lima de Souza Cascardo
2024-05-06net: add heuristic for enabling TCP fraglist GROFelix Fietkau
2024-05-06net: create tcp_gro_header_pull helper functionFelix Fietkau
2024-05-06net: create tcp_gro_lookup helper functionFelix Fietkau
2024-05-06net: add code for TCP fraglist GROFelix Fietkau
2024-05-06net: add support for segmenting TCP fraglist GSO packetsFelix Fietkau
2024-05-06net: move skb_gro_receive_list from udp to coreFelix Fietkau
2024-05-06netfilter: conntrack: dccp: try not to drop skb in conntrackJason Xing
2024-05-06netfilter: conntrack: fix ct-state for ICMPv6 Multicast Router DiscoveryLinus Lüssing
2024-05-06netfilter: nf_tables: remove NETDEV_CHANGENAME from netdev chain event handlerPablo Neira Ayuso
2024-05-06netfilter: nf_tables: skip transaction if update object is not implementedPablo Neira Ayuso
2024-05-03Revert "net: mirror skb frag ref/unref helpers"Mina Almasry
2024-05-03rtnetlink: Correct nested IFLA_VF_VLAN_LIST attribute validationRoded Zats