summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: hsr: Don't log netdev_err message on unknown prp dst nodeKristian Overskeid2023-03-141-1/+1
* net: socket: suppress unused warningVincenzo Palazzo2023-03-131-1/+1
* Merge tag 'wireless-next-2023-03-10' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2023-03-1117-187/+506
|\
| * wifi: nl80211: convert cfg80211_scan_request allocation to *_size macrosJacob Keller2023-03-071-12/+14
| * wifi: nl80211: Add support for randomizing TA of auth and deauth framesVeerendranath Jakkam2023-03-071-19/+36
| * wifi: mac80211: add LDPC related flags in ieee80211_bss_confRyder Lee2023-03-071-0/+11
| * wifi: mac80211: add EHT MU-MIMO related flags in ieee80211_bss_confRyder Lee2023-03-071-0/+16
| * wifi: mac80211: introduce ieee80211_refresh_tx_agg_session_timer()Ryder Lee2023-03-071-0/+17
| * wifi: mac80211: add support for driver adding radiotap TLVsMordechay Goodstein2023-03-071-55/+27
| * wifi: mac80211: fix ieee80211_link_set_associated() typeJohannes Berg2023-03-071-1/+1
| * wifi: mac80211: simplify reasoning about EHT capa handlingJohannes Berg2023-03-071-1/+1
| * wifi: mac80211: mlme: remove pointless sta checkJohannes Berg2023-03-071-1/+1
| * wifi: mac80211: add netdev per-link debugfs data and driver hookBenjamin Berg2023-03-076-55/+232
| * wifi: mac80211: remove SMPS from AP debugfsBenjamin Berg2023-03-071-1/+0
| * wifi: mac80211: add pointer from bss_conf to vifBenjamin Berg2023-03-071-0/+1
| * wifi: mac80211: warn only once on AP probeJohannes Berg2023-03-071-1/+1
| * wifi: cfg80211/mac80211: report link ID on control port RXJohannes Berg2023-03-073-10/+18
| * wifi: mac80211: add support for set_hw_timestamp commandAvraham Stern2023-03-071-0/+17
| * wifi: nl80211: add a command to enable/disable HW timestampingAvraham Stern2023-03-073-0/+79
| * wifi: wireless: cleanup unused function parametersMordechay Goodstein2023-03-071-16/+5
| * wifi: wireless: correct primary channel validation on 6 GHzMordechay Goodstein2023-03-071-7/+6
| * wifi: wireless: return primary channel regardless of DUPMordechay Goodstein2023-03-071-3/+1
| * wifi: mac80211: allow beacon protection HW offloadJohannes Berg2023-03-071-0/+4
| * wifi: mac80211: check key taint for beacon protectionJohannes Berg2023-03-071-0/+6
| * wifi: mac80211: clear all bits that relate rtap fields on skbMordechay Goodstein2023-03-071-2/+9
| * wifi: mac80211: adjust scan cancel comment/checkJohannes Berg2023-03-071-4/+4
* | skbuff: Add likely to skb pointer in build_skb()Gal Pressman2023-03-111-1/+1