summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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
2024-05-03Merge tag 'ipsec-2024-05-02' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2024-05-03net: no longer acquire RTNL in threaded_show()Eric Dumazet
2024-05-03rtnetlink: use for_each_netdev_dump() in rtnl_stats_dump()Eric Dumazet
2024-05-03rtnetlink: change rtnl_stats_dump() return valueEric Dumazet
2024-05-03Bluetooth: l2cap: fix null-ptr-deref in l2cap_chan_timeoutDuoming Zhou
2024-05-03Bluetooth: HCI: Fix potential null-ptr-derefSungwoo Kim
2024-05-03Bluetooth: msft: fix slab-use-after-free in msft_do_close()Sungwoo Kim
2024-05-03Bluetooth: L2CAP: Fix slab-use-after-free in l2cap_connect()Sungwoo Kim
2024-05-03Bluetooth: Fix use-after-free bugs caused by sco_sock_timeoutDuoming Zhou
2024-05-03ax.25: x.25: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados
2024-05-03appletalk: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados
2024-05-03netfilter: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados
2024-05-03net: Remove ctl_table sentinel elements from several networking subsystemsJoel Granados
2024-05-03net: sunrpc: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados
2024-05-03net: rds: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados
2024-05-03net: ipv{6,4}: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados
2024-05-03net: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados
2024-05-03Merge tag 'ath-next-20240502' of git://git.kernel.org/pub/scm/linux/kernel/gi...Kalle Valo
2024-05-03wifi: mac80211: handle color change per linkAditya Kumar Singh
2024-05-03wifi: cfg80211: handle color change per linkAditya Kumar Singh
2024-05-03wifi: cfg80211: Clear mlo_links info when STA disconnectsXin Deng
2024-05-03wifi: nl80211: Avoid address calculations via out of bounds array indexingKees Cook
2024-05-02tcp: Use refcount_inc_not_zero() in tcp_twsk_unique().Kuniyuki Iwashima