summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | netfilter: nft_masq: correct length for loading protocol registersJeremy Sowden2023-03-081-1/+1
| | | * | netfilter: nft_nat: correct length for loading protocol registersJeremy Sowden2023-03-081-1/+1
| | * | | mptcp: fix lockdep false positive in mptcp_pm_nl_create_listen_socket()Paolo Abeni2023-03-101-0/+16
| | * | | mptcp: avoid setting TCP_CLOSE state twiceMatthieu Baerts2023-03-101-1/+0
| | * | | mptcp: add ro_after_init for tcp{,v6}_prot_overrideGeliang Tang2023-03-101-2/+2
| | * | | mptcp: fix UaF in listener shutdownPaolo Abeni2023-03-103-78/+2
| | * | | mptcp: use the workqueue to destroy unaccepted socketsPaolo Abeni2023-03-103-16/+46
| | * | | mptcp: refactor passive socket initializationPaolo Abeni2023-03-102-23/+21
| | * | | mptcp: fix possible deadlock in subflow_error_reportPaolo Abeni2023-03-101-0/+7
| | * | | xdp: add xdp_set_features_flag utility routineLorenzo Bianconi2023-03-101-7/+19
| | * | | Merge tag 'wireless-2023-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2023-03-102-21/+26
| | |\ \ \
| | | * | | wifi: cfg80211: fix MLO connection ownershipJohannes Berg2023-03-101-9/+7
| | | * | | wifi: mac80211: check basic rates validityJohannes Berg2023-03-101-10/+11
| | | * | | wifi: nl80211: fix puncturing bitmap policyJohannes Berg2023-03-101-1/+7
| | | * | | wifi: nl80211: fix NULL-ptr deref in offchan checkJohannes Berg2023-03-101-1/+1
| | * | | | tcp: tcp_make_synack() can be called from process contextBreno Leitao2023-03-091-1/+1
| | |/ / /
| * | | | wifi: cfg80211: Partial revert "wifi: cfg80211: Fix use after free for wext"Hector Martin2023-03-121-2/+0
| * | | | Merge tag 'nfsd-6.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2023-03-101-1/+5
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | SUNRPC: Fix a server shutdown leakBenjamin Coddington2023-03-081-1/+5
* | | | | net/smc: Use percpu ref for wr tx referenceKai Shen2023-03-173-12/+38
* | | | | inet_diag: constify raw_lookup() socket argumentEric Dumazet2023-03-171-1/+1
* | | | | ipv4: raw: constify raw_v4_match() socket argumentEric Dumazet2023-03-171-2/+2
* | | | | ipv6: raw: constify raw_v6_match() socket argumentEric Dumazet2023-03-171-1/+1
* | | | | udp6: constify __udp_v6_is_mcast_sock() socket argumentEric Dumazet2023-03-171-2/+2
* | | | | ipv6: constify inet6_mc_check()Eric Dumazet2023-03-171-4/+4
* | | | | udp: constify __udp_is_mcast_sock() socket argumentEric Dumazet2023-03-171-2/+2
* | | | | ipv4: constify ip_mc_sf_allow() socket argumentEric Dumazet2023-03-171-2/+2
* | | | | inet: preserve const qualifier in inet_sk()Eric Dumazet2023-03-174-5/+6
* | | | | net/packet: convert po->pressure to an atomic flagEric Dumazet2023-03-172-7/+9
* | | | | net/packet: convert po->running to an atomic flagEric Dumazet2023-03-173-12/+12
* | | | | net/packet: convert po->has_vnet_hdr to an atomic flagEric Dumazet2023-03-173-11/+12
* | | | | net/packet: convert po->tp_loss to an atomic flagEric Dumazet2023-03-173-6/+6
* | | | | net/packet: convert po->tp_tx_has_off to an atomic flagEric Dumazet2023-03-172-5/+5
* | | | | net/packet: annotate accesses to po->tp_tstampEric Dumazet2023-03-172-5/+6
* | | | | net/packet: convert po->auxdata to an atomic flagEric Dumazet2023-03-173-8/+6
* | | | | net/packet: convert po->origdev to an atomic flagEric Dumazet2023-03-173-8/+26
* | | | | net/packet: annotate accesses to po->xmitEric Dumazet2023-03-171-4/+8
* | | | | af_unix: annotate lockless accesses to sk->sk_errEric Dumazet2023-03-171-4/+5
* | | | | mptcp: annotate lockless accesses to sk->sk_errEric Dumazet2023-03-173-7/+7
* | | | | tcp: annotate lockless access to sk->sk_errEric Dumazet2023-03-176-14/+15
* | | | | net: annotate lockless accesses to sk->sk_err_softEric Dumazet2023-03-176-6/+6
* | | | | dccp: annotate lockless accesses to sk->sk_err_softEric Dumazet2023-03-173-11/+14
* | | | | tcp: annotate lockless accesses to sk->sk_err_softEric Dumazet2023-03-174-12/+13
* | | | | vlan: partially enable SIOCSHWTSTAMP in containerVadim Fedorenko2023-03-171-1/+1
* | | | | rtnetlink: bridge: mcast: Relax group address validation in common codeIdo Schimmel2023-03-172-2/+9
* | | | | rtnetlink: bridge: mcast: Move MDB handlers out of bridge driverIdo Schimmel2023-03-175-318/+244
* | | | | bridge: mcast: Implement MDB net device operationsIdo Schimmel2023-03-173-0/+152
* | | | | net/smc: Introduce explicit check for v2 supportStefan Raspl2023-03-151-1/+1
* | | | | ipv6: remove one read_lock()/read_unlock() pair in rt6_check_neigh()Eric Dumazet2023-03-151-4/+4
* | | | | neighbour: annotate lockless accesses to n->nud_stateEric Dumazet2023-03-1511-32/+33