aboutsummaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2024-06-25af_unix: Remove U_LOCK_DIAG.Kuniyuki Iwashima1-1/+0
2024-06-25af_unix: Define locking order for U_LOCK_SECOND in unix_stream_connect().Kuniyuki Iwashima1-1/+0
2024-06-25xfrm: Fix unregister netdevice hang on hardware offload.Steffen Klassert1-26/+10
2024-06-24seg6: Use nested-BH locking for seg6_bpf_srh_states.Sebastian Andrzej Siewior1-0/+1
2024-06-24net/ipv4: Use nested-BH locking for ipv4_tcp_sk.Sebastian Andrzej Siewior1-0/+5
2024-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2024-06-19netfilter: move the sysctl nf_hooks_lwtunnel into the netfilter coreJianguo Wu1-0/+3
2024-06-18net: mana: Add support for page sizes other than 4KB on ARM64Haiyang Zhang2-2/+11
2024-06-16Merge branch 'mana-shared' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Leon Romanovsky8-21/+32
2024-06-13Merge branch 'mana-shared' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Jakub Kicinski2-5/+8
2024-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-6/+35
2024-06-12flow_offload: add encapsulation control flag helpersAsbjørn Sloth Tønnesen1-0/+35
2024-06-12net: ipv4: Add a sysctl to set multipath hash seedPetr Machata3-1/+32
2024-06-12net: ipv4,ipv6: Pass multipath hash computation through a helperPetr Machata1-0/+7
2024-06-12net: mana: Allow variable size indirection tableShradha Gupta2-5/+8
2024-06-12wifi: cfg80211: add regulatory flag to allow VLP AP operationJohannes Berg1-0/+6
2024-06-12wifi: cfg80211: refactor regulatory beaconing checkingJohannes Berg1-6/+48
2024-06-12wifi: cfg80211: move enum ieee80211_ap_reg_power to cfg80211Johannes Berg1-0/+15
2024-06-12wifi: cfg80211: use BIT() for flag enumsJohannes Berg1-51/+51
2024-06-12net/tcp: Remove tcp_hash_fail()Dmitry Safonov1-37/+0
2024-06-12net/tcp: Move tcp_inbound_hash() from headersDmitry Safonov1-74/+4
2024-06-12net/tcp: Add a helper tcp_ao_hdr_maclen()Dmitry Safonov1-0/+5
2024-06-12net/tcp: Use static_branch_tcp_{md5,ao} to drop ifdefsDmitry Safonov1-10/+4
2024-06-10Merge tag 'wireless-next-2024-06-07' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski4-11/+49
2024-06-10Bluetooth: L2CAP: Fix rejecting L2CAP_CONN_PARAM_UPDATE_REQLuiz Augusto von Dentz1-4/+32
2024-06-10geneve: Fix incorrect inner network header offset when innerprotoinherit is setGal Pressman1-2/+3
2024-06-10tcp: move inet_twsk_schedule helper out of headerFlorian Westphal1-5/+0
2024-06-10net: tcp/dccp: prepare for tw_timer un-pinningValentin Schneider1-2/+4
2024-06-09RDMA/mana_ib: Process QP error events in mana_ibKonstantin Taranov1-0/+1
2024-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-3/+5
2024-06-06tcp: move reqsk_alloc() to inet_connection_sock.cEric Dumazet1-33/+0
2024-06-06tcp: small changes in reqsk_put() and reqsk_free()Eric Dumazet1-2/+2
2024-06-06net: use unrcu_pointer() helperEric Dumazet1-1/+1
2024-06-05tcp: add sysctl_tcp_rto_min_usKevin Yang1-0/+1
2024-06-05rtnetlink: make the "split" NLM_DONE handling genericJakub Kicinski1-0/+1
2024-06-05devlink: Constify the 'table_ops' parameter of devl_dpipe_table_register()Christophe JAILLET1-2/+2
2024-06-05net: caif: remove unused structsDr. David Alan Gilbert1-2/+0
2024-06-05net: remove NULL-pointer net parameter in ip_metrics_convertJason Xing2-3/+2
2024-06-04tcp: add a helper for setting EOR on tail skbJakub Kicinski1-0/+9
2024-06-04tcp: wrap mptcp and decrypted checks into tcp_skb_can_collapse_rx()Jakub Kicinski1-0/+7
2024-06-04flow_dissector: add support for tunnel control flagsDavide Caratti2-0/+21
2024-06-01net/tcp: Don't consider TCP_CLOSE in TCP_AO_ESTABLISHEDDmitry Safonov1-3/+4
2024-06-01net: qstat: extend kdoc about get_base_statsJakub Kicinski1-0/+2
2024-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-13/+19
2024-05-30ipv6: sr: restruct ifdefinesHangbin Liu2-0/+14
2024-05-29net: dsa: remove mac_prepare()/mac_finish() shimsRussell King (Oracle)1-6/+0
2024-05-29net: fix __dst_negative_advice() raceEric Dumazet2-11/+4
2024-05-29tcp: add tcp_done_with_error() helperEric Dumazet1-0/+1
2024-05-29wifi: nl80211: clean up coalescing rule handlingJohannes Berg1-1/+1
2024-05-28Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-2/+2