summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-06-10Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-06-10Merge tag 'wireless-next-2024-06-07' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2024-06-10net: dsa: update the unicast MAC address when changing conduitMarek BehĂșn
2024-06-10net: dsa: deduplicate code adding / deleting the port address to fdbMarek BehĂșn
2024-06-10net: netlink: remove the cb_mutex "injection" from netlink coreJakub Kicinski
2024-06-10rtnetlink: move rtnl_lock handling out of af_netlinkJakub Kicinski
2024-06-10tcp: move inet_twsk_schedule helper out of headerFlorian Westphal
2024-06-10net: tcp: un-pin the tw_timerFlorian Westphal
2024-06-10net: tcp/dccp: prepare for tw_timer un-pinningValentin Schneider
2024-06-09page_pool: remove WARN_ON() with ORDavid Wei
2024-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-06-06tcp: move reqsk_alloc() to inet_connection_sock.cEric Dumazet
2024-06-06tcp: move inet_reqsk_alloc() close to inet_reqsk_clone()Eric Dumazet
2024-06-06mptcp: refer to 'MPTCP' socket in commentsDavide Caratti
2024-06-06mptcp: add mptcp_space_from_win helperGeliang Tang
2024-06-06mptcp: use mptcp_win_from_space helperGeliang Tang
2024-06-06net: ethtool: fix the error condition in ethtool_get_phy_stats_ethtool()Su Hui
2024-06-06net: allow rps/rfs related configs to be switchedJason Xing
2024-06-06ipv6: fix possible race in __fib6_drop_pcpu_from()Eric Dumazet
2024-06-06af_unix: Annotate data-race of sk->sk_shutdown in sk_diag_fill().Kuniyuki Iwashima
2024-06-06af_unix: Use skb_queue_len_lockless() in sk_diag_show_rqlen().Kuniyuki Iwashima
2024-06-06af_unix: Use skb_queue_empty_lockless() in unix_release_sock().Kuniyuki Iwashima
2024-06-06af_unix: Use unix_recvq_full_lockless() in unix_stream_connect().Kuniyuki Iwashima
2024-06-06af_unix: Annotate data-race of net->unx.sysctl_max_dgram_qlen.Kuniyuki Iwashima
2024-06-06af_unix: Annotate data-races around sk->sk_sndbuf.Kuniyuki Iwashima
2024-06-06af_unix: Annotate data-races around sk->sk_state in UNIX_DIAG.Kuniyuki Iwashima
2024-06-06af_unix: Annotate data-race of sk->sk_state in unix_stream_read_skb().Kuniyuki Iwashima
2024-06-06af_unix: Annotate data-races around sk->sk_state in sendmsg() and recvmsg().Kuniyuki Iwashima
2024-06-06af_unix: Annotate data-race of sk->sk_state in unix_accept().Kuniyuki Iwashima
2024-06-06af_unix: Annotate data-race of sk->sk_state in unix_stream_connect().Kuniyuki Iwashima
2024-06-06af_unix: Annotate data-races around sk->sk_state in unix_write_space() and po...Kuniyuki Iwashima
2024-06-06af_unix: Annotate data-race of sk->sk_state in unix_inq_len().Kuniyuki Iwashima
2024-06-06af_unix: Annodate data-races around sk->sk_state for writers.Kuniyuki Iwashima
2024-06-06af_unix: Set sk->sk_state under unix_state_lock() for truly disconencted peer.Kuniyuki Iwashima
2024-06-06inet: remove (struct uncached_list)->quarantineEric Dumazet
2024-06-06net: use unrcu_pointer() helperEric Dumazet
2024-06-05Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-06-05net/sched: taprio: always validate TCA_TAPRIO_ATTR_PRIOMAPEric Dumazet
2024-06-05tcp: add sysctl_tcp_rto_min_usKevin Yang
2024-06-05tcp: derive delack_max with tcp_rto_min helperKevin Yang
2024-06-05rtnetlink: make the "split" NLM_DONE handling genericJakub Kicinski
2024-06-05mptcp: count CLOSE-WAIT sockets for MPTCP_MIB_CURRESTABJason Xing
2024-06-05tcp: count CLOSE-WAIT sockets for TCP_MIB_CURRESTABJason Xing
2024-06-05tcp: annotate data-races around tw->tw_ts_recent and tw->tw_ts_recent_stampEric Dumazet
2024-06-05net: sched: sch_multiq: fix possible OOB write in multiq_tune()Hangyu Hua
2024-06-05devlink: Constify the 'table_ops' parameter of devl_dpipe_table_register()Christophe JAILLET
2024-06-05net: ethtool: remove unused struct 'cable_test_tdr_req_info'Dr. David Alan Gilbert
2024-06-05net: caif: remove unused structsDr. David Alan Gilbert
2024-06-05net: remove NULL-pointer net parameter in ip_metrics_convertJason Xing
2024-06-05net: bridge: fix an inconsistent indentationChen Hanxiao