summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | wifi: mac80211: update 6 GHz AP power type before associationMukesh Sisodiya2024-05-231-28/+27
| * | wifi: mac80211: remove extra link STA functionsJohannes Berg2024-05-231-36/+13
| * | wifi: mac80211: remove outdated commentsJohannes Berg2024-05-232-8/+0
| * | wifi: cfg80211: add tracing for wiphy workJohannes Berg2024-05-232-0/+86
| * | wifi: cfg80211: sort trace events againJohannes Berg2024-05-231-69/+69
| * | wifi: nl80211: disallow setting special AP channel widthsJohannes Berg2024-05-231-0/+27
* | | net: dsa: update the unicast MAC address when changing conduitMarek BehĂșn2024-06-103-8/+44
* | | net: dsa: deduplicate code adding / deleting the port address to fdbMarek BehĂșn2024-06-101-44/+47
* | | net: netlink: remove the cb_mutex "injection" from netlink coreJakub Kicinski2024-06-101-15/+3
* | | rtnetlink: move rtnl_lock handling out of af_netlinkJakub Kicinski2024-06-102-4/+7
* | | tcp: move inet_twsk_schedule helper out of headerFlorian Westphal2024-06-101-0/+5
* | | net: tcp: un-pin the tw_timerFlorian Westphal2024-06-103-14/+4
* | | net: tcp/dccp: prepare for tw_timer un-pinningValentin Schneider2024-06-104-12/+48
* | | page_pool: remove WARN_ON() with ORDavid Wei2024-06-091-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-06-0644-209/+321
|\ \ \
| * | | net: ethtool: fix the error condition in ethtool_get_phy_stats_ethtool()Su Hui2024-06-061-1/+1
| * | | ipv6: fix possible race in __fib6_drop_pcpu_from()Eric Dumazet2024-06-062-1/+6
| * | | af_unix: Annotate data-race of sk->sk_shutdown in sk_diag_fill().Kuniyuki Iwashima2024-06-061-1/+1
| * | | af_unix: Use skb_queue_len_lockless() in sk_diag_show_rqlen().Kuniyuki Iwashima2024-06-061-1/+1
| * | | af_unix: Use skb_queue_empty_lockless() in unix_release_sock().Kuniyuki Iwashima2024-06-061-1/+1
| * | | af_unix: Use unix_recvq_full_lockless() in unix_stream_connect().Kuniyuki Iwashima2024-06-061-8/+2
| * | | af_unix: Annotate data-race of net->unx.sysctl_max_dgram_qlen.Kuniyuki Iwashima2024-06-061-1/+1
| * | | af_unix: Annotate data-races around sk->sk_sndbuf.Kuniyuki Iwashima2024-06-061-3/+3
| * | | af_unix: Annotate data-races around sk->sk_state in UNIX_DIAG.Kuniyuki Iwashima2024-06-061-4/+4
| * | | af_unix: Annotate data-race of sk->sk_state in unix_stream_read_skb().Kuniyuki Iwashima2024-06-061-1/+1
| * | | af_unix: Annotate data-races around sk->sk_state in sendmsg() and recvmsg().Kuniyuki Iwashima2024-06-061-4/+4
| * | | af_unix: Annotate data-race of sk->sk_state in unix_accept().Kuniyuki Iwashima2024-06-061-1/+1
| * | | af_unix: Annotate data-race of sk->sk_state in unix_stream_connect().Kuniyuki Iwashima2024-06-061-5/+2
| * | | af_unix: Annotate data-races around sk->sk_state in unix_write_space() and po...Kuniyuki Iwashima2024-06-061-13/+12
| * | | af_unix: Annotate data-race of sk->sk_state in unix_inq_len().Kuniyuki Iwashima2024-06-061-1/+1
| * | | af_unix: Annodate data-races around sk->sk_state for writers.Kuniyuki Iwashima2024-06-061-6/+8
| * | | af_unix: Set sk->sk_state under unix_state_lock() for truly disconencted peer.Kuniyuki Iwashima2024-06-061-2/+8
| * | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-06-062-4/+7
| |\ \ \
| | * | | Revert "xsk: Support redirect to any socket bound to the same umem"Magnus Karlsson2024-06-051-4/+1
| | * | | bpf: Set run context for rawtp test_run callbackJiri Olsa2024-06-051-0/+6
| * | | | net/sched: taprio: always validate TCA_TAPRIO_ATTR_PRIOMAPEric Dumazet2024-06-061-9/+6
| * | | | rtnetlink: make the "split" NLM_DONE handling genericJakub Kicinski2024-06-053-9/+44
| * | | | mptcp: count CLOSE-WAIT sockets for MPTCP_MIB_CURRESTABJason Xing2024-06-051-2/+7
| * | | | tcp: count CLOSE-WAIT sockets for TCP_MIB_CURRESTABJason Xing2024-06-051-1/+5
| * | | | net: sched: sch_multiq: fix possible OOB write in multiq_tune()Hangyu Hua2024-06-051-1/+1
| * | | | net/smc: avoid overwriting when adjusting sock bufsizesWen Gu2024-06-051-20/+2
| * | | | net: tls: fix marking packets as decryptedJakub Kicinski2024-06-041-0/+3
| * | | | Merge tag 'wireless-2024-06-03' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2024-06-0416-41/+103
| |\ \ \ \
| | * | | | wifi: mac80211: fix UBSAN noise in ieee80211_prep_hw_scan()Dmitry Antipov2024-05-291-4/+10
| | * | | | wifi: mac80211: correctly parse Spatial Reuse Parameter Set elementLingbo Kong2024-05-291-2/+8
| | * | | | wifi: mac80211: fix Spatial Reuse element size checkLingbo Kong2024-05-291-1/+1
| | * | | | wifi: mac80211: pass proper link id for channel switch started notificationAditya Kumar Singh2024-05-291-2/+2
| | * | | | wifi: cfg80211: fix 6 GHz scan request buildingJohannes Berg2024-05-292-17/+36
| | * | | | wifi: mac80211: handle tasklet frames before stoppingJohannes Berg2024-05-293-2/+12
| | * | | | wifi: mac80211: apply mcast rate only if interface is upJohannes Berg2024-05-291-2/+3