summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge tag 'wireless-next-2023-10-26' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2023-10-2632-94/+327
|\ \
| * | wifi: mac80211: drop robust action frames before assocJohannes Berg2023-10-231-0/+9
| * | wifi: cfg80211: Allow AP/P2PGO to indicate port authorization to peer STA/P2P...Vinayak Yadawad2023-10-235-15/+23
| * | wifi: mac80211: fix another key installation error pathJohannes Berg2023-10-231-2/+4
| * | wifi: mac80211: rename struct cfg80211_rx_assoc_resp to cfg80211_rx_assoc_res...Kalle Valo2023-10-235-5/+5
| * | wifi: mac80211: rename ieee80211_tx_status() to ieee80211_tx_status_skb()Kalle Valo2023-10-232-3/+3
| * | wifi: mac80211: fix change_address deadlock during unregisterJohannes Berg2023-10-231-0/+8
| * | wifi: mac80211: Add __counted_by for struct ieee802_11_elems and use struct_s...Gustavo A. R. Silva2023-10-232-2/+2
| * | wifi: remove unused argument of ieee80211_get_tdls_action()Dmitry Antipov2023-10-231-4/+1
| * | wifi: mac80211: add link id to mgd_prepare_tx()Miri Korenblit2023-10-232-1/+9
| * | wifi: mac80211: Check if we had first beacon with relevant linksMiri Korenblit2023-10-231-3/+14
| * | wifi: mac80211: flush STA queues on unauthorizationJohannes Berg2023-10-231-12/+20
| * | wifi: mac80211: purge TX queues in flush_queues flowMiri Korenblit2023-10-233-10/+32
| * | wifi: cfg80211: wext: convert return value to kernel-docJohannes Berg2023-10-231-2/+2
| * | wifi: mac80211: fix a expired vs. cancel race in rocEmmanuel Grumbach2023-10-231-0/+17
| * | wifi: mac80211: make mgd_protect_tdls_discover MLO-awareMiri Korenblit2023-10-232-3/+7
| * | wifi: mac80211: Fix setting vif linksIlan Peer2023-10-231-1/+1
| * | wifi: cfg80211: Handle specific BSSID in 6GHz scanningIlan Peer2023-10-231-0/+37
| * | wifi: mac80211: mesh: fix some kdoc warningsBenjamin Berg2023-10-236-12/+34
| * | wifi: cfg80211: Include operating class 137 in 6GHz bandIlan Peer2023-10-231-0/+1
| * | wifi: mac80211: Rename and update IEEE80211_VIF_DISABLE_SMPS_OVERRIDEIlan Peer2023-10-232-1/+10
| * | wifi: mac80211: handle debugfs when switching to/from MLOMiri Korenblit2023-10-235-10/+40
| * | wifi: mac80211: add a driver callback to add vif debugfsMiri Korenblit2023-10-232-3/+31
| * | wifi: mac80211: don't recreate driver link debugfs in reconfigJohannes Berg2023-10-231-3/+6
| * | wifi: mac80211: cleanup auth_data only if association continuesBenjamin Berg2023-10-231-4/+13
* | | Merge tag 'for-netdev' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/...Jakub Kicinski2023-10-264-0/+52
|\ \ \
| * | | xsk: Avoid starving the xsk further down the listAlbert Huang2023-10-241-0/+18
| * | | net, bpf: Add a warning if NAPI cb missed xdp_do_flush().Sebastian Andrzej Siewior2023-10-174-0/+34
* | | | netlink: make range pointers in policies constJakub Kicinski2023-10-266-6/+6
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-2612-78/+89
|\ \ \ \
| * \ \ \ Merge tag 'nf-23-10-25' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski2023-10-252-7/+16
| |\ \ \ \
| | * | | | net/sched: act_ct: additional checks for outdated flowsVlad Buslov2023-10-251-0/+2
| | * | | | netfilter: flowtable: GC pushes back packets to classic pathPablo Neira Ayuso2023-10-252-7/+14
| * | | | | vsock/virtio: initialize the_virtio_vsock before using VQsAlexandru Matei2023-10-251-1/+17
| * | | | | net: ipv6: fix typo in commentsDeming Wang2023-10-251-1/+1
| * | | | | net: ipv4: fix typo in commentsDeming Wang2023-10-251-1/+1
| * | | | | Merge tag 'wireless-2023-10-24' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2023-10-243-4/+4
| |\ \ \ \ \
| | * | | | | wifi: mac80211: don't drop all unprotected public action framesAvraham Stern2023-10-231-2/+1
| | * | | | | wifi: cfg80211: fix assoc response warning on failed linksJohannes Berg2023-10-231-1/+2
| | * | | | | wifi: cfg80211: pass correct pointer to rdev_inform_bss()Ben Greear2023-10-231-1/+1
| * | | | | | net/handshake: fix file ref count in handshake_nl_accept_doit()Moritz Wanzenböck2023-10-231-25/+5
| | |/ / / / | |/| | | |
| * | | | | tcp: fix wrong RTO timeout when received SACK renegingFred Chen2023-10-221-4/+5
| * | | | | neighbour: fix various data-racesEric Dumazet2023-10-201-32/+35
| * | | | | net: do not leave an empty skb in write queueEric Dumazet2023-10-201-3/+5
* | | | | | Merge tag 'nf-next-23-10-25' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni2023-10-269-476/+520
|\ \ \ \ \ \
| * | | | | | netfilter: nf_tables: Carry reset boolean in nft_set_dump_ctxPhil Sutter2023-10-241-10/+8
| * | | | | | netfilter: nf_tables: set->ops->insert returns opaque set element in case of ...Pablo Neira Ayuso2023-10-245-23/+26
| * | | | | | netfilter: nf_tables: shrink memory consumption of set elementsPablo Neira Ayuso2023-10-245-151/+107
| * | | | | | netfilter: nf_tables: expose opaque set element as struct nft_elem_privPablo Neira Ayuso2023-10-247-108/+148
| * | | | | | netfilter: nf_tables: set backend .flush always succeedsPablo Neira Ayuso2023-10-245-22/+6