summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorLines
2024-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+6
2024-06-27Merge tag 'nf-24-06-27' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni-0/+5
2024-06-27netfilter: nf_tables: fully validate NFT_DATA_VALUE on store to data registersPablo Neira Ayuso-0/+5
2024-06-26xfrm: support sending NAT keepalives in ESP in UDP statesEyal Birger-0/+14
2024-06-26wifi: mac80211: inform the low level if drv_stop() is a suspendEmmanuel Grumbach-1/+1
2024-06-25netfilter: nf_tables: do not store nft_ctx in transaction objectsFlorian Westphal-4/+39
2024-06-25netfilter: nf_tables: store chain pointer in rule transactionFlorian Westphal-0/+3
2024-06-25netfilter: nf_tables: pass nft_chain to destroy function, not nft_ctxFlorian Westphal-1/+1
2024-06-25netfilter: nf_tables: compact chain+ft transaction objectsFlorian Westphal-2/+2
2024-06-25netfilter: nf_tables: move bind list_head into relevant subtypesFlorian Westphal-8/+18
2024-06-25netfilter: nf_tables: make struct nft_trans first member of derived subtypesFlorian Westphal-70/+92
2024-06-25Fix race for duplicate reqsk on identical SYNluoxuanqiang-1/+1
2024-06-25af_unix: Remove U_LOCK_GC_LISTENER.Kuniyuki Iwashima-12/+0
2024-06-25af_unix: Remove U_LOCK_DIAG.Kuniyuki Iwashima-1/+0
2024-06-25af_unix: Define locking order for U_LOCK_SECOND in unix_stream_connect().Kuniyuki Iwashima-1/+0
2024-06-25xfrm: Fix unregister netdevice hang on hardware offload.Steffen Klassert-26/+10
2024-06-24seg6: Use nested-BH locking for seg6_bpf_srh_states.Sebastian Andrzej Siewior-0/+1
2024-06-24net/ipv4: Use nested-BH locking for ipv4_tcp_sk.Sebastian Andrzej Siewior-0/+5
2024-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+3
2024-06-19netfilter: move the sysctl nf_hooks_lwtunnel into the netfilter coreJianguo Wu-0/+3
2024-06-18net: mana: Add support for page sizes other than 4KB on ARM64Haiyang Zhang-2/+11
2024-06-16Merge branch 'mana-shared' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Leon Romanovsky-21/+32
2024-06-13Merge branch 'mana-shared' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Jakub Kicinski-5/+8
2024-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-6/+35
2024-06-12flow_offload: add encapsulation control flag helpersAsbjørn Sloth Tønnesen-0/+35
2024-06-12net: ipv4: Add a sysctl to set multipath hash seedPetr Machata-1/+32
2024-06-12net: ipv4,ipv6: Pass multipath hash computation through a helperPetr Machata-0/+7
2024-06-12net: mana: Allow variable size indirection tableShradha Gupta-5/+8
2024-06-12wifi: cfg80211: add regulatory flag to allow VLP AP operationJohannes Berg-0/+6
2024-06-12wifi: cfg80211: refactor regulatory beaconing checkingJohannes Berg-6/+48
2024-06-12wifi: cfg80211: move enum ieee80211_ap_reg_power to cfg80211Johannes Berg-0/+15
2024-06-12wifi: cfg80211: use BIT() for flag enumsJohannes Berg-51/+51
2024-06-12net/tcp: Remove tcp_hash_fail()Dmitry Safonov-37/+0
2024-06-12net/tcp: Move tcp_inbound_hash() from headersDmitry Safonov-74/+4
2024-06-12net/tcp: Add a helper tcp_ao_hdr_maclen()Dmitry Safonov-0/+5
2024-06-12net/tcp: Use static_branch_tcp_{md5,ao} to drop ifdefsDmitry Safonov-10/+4
2024-06-10Merge tag 'wireless-next-2024-06-07' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski-11/+49
2024-06-10Bluetooth: L2CAP: Fix rejecting L2CAP_CONN_PARAM_UPDATE_REQLuiz Augusto von Dentz-4/+32
2024-06-10geneve: Fix incorrect inner network header offset when innerprotoinherit is setGal Pressman-2/+3
2024-06-10tcp: move inet_twsk_schedule helper out of headerFlorian Westphal-5/+0
2024-06-10net: tcp/dccp: prepare for tw_timer un-pinningValentin Schneider-2/+4
2024-06-09RDMA/mana_ib: Process QP error events in mana_ibKonstantin Taranov-0/+1
2024-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-3/+5
2024-06-06tcp: move reqsk_alloc() to inet_connection_sock.cEric Dumazet-33/+0
2024-06-06tcp: small changes in reqsk_put() and reqsk_free()Eric Dumazet-2/+2
2024-06-06net: use unrcu_pointer() helperEric Dumazet-1/+1
2024-06-05tcp: add sysctl_tcp_rto_min_usKevin Yang-0/+1
2024-06-05rtnetlink: make the "split" NLM_DONE handling genericJakub Kicinski-0/+1
2024-06-05devlink: Constify the 'table_ops' parameter of devl_dpipe_table_register()Christophe JAILLET-2/+2
2024-06-05net: caif: remove unused structsDr. David Alan Gilbert-2/+0