summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* net/tcp: Prevent TCP-MD5 with TCP-AO being setDmitry Safonov2023-10-272-2/+54
* net/tcp: Introduce TCP_AO setsockopt()sDmitry Safonov2023-10-272-1/+19
* net/tcp: Add TCP-AO config and structuresDmitry Safonov2023-10-272-6/+92
* net/tcp: Prepare tcp_md5sig_pool for TCP-AODmitry Safonov2023-10-271-14/+36
* Merge tag 'wireless-next-2023-10-26' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2023-10-262-50/+64
|\
| * wifi: cfg80211: Allow AP/P2PGO to indicate port authorization to peer STA/P2P...Vinayak Yadawad2023-10-231-2/+6
| * wifi: mac80211: rename struct cfg80211_rx_assoc_resp to cfg80211_rx_assoc_res...Kalle Valo2023-10-231-4/+4
| * wifi: mac80211: rename ieee80211_tx_status() to ieee80211_tx_status_skb()Kalle Valo2023-10-231-15/+15
| * wifi: mac80211: fix header kernel-doc typosRandy Dunlap2023-10-231-14/+14
| * wifi: cfg80211: fix header kernel-doc typosRandy Dunlap2023-10-231-10/+10
| * wifi: mac80211: add link id to mgd_prepare_tx()Miri Korenblit2023-10-231-0/+3
| * wifi: mac80211: make mgd_protect_tdls_discover MLO-awareMiri Korenblit2023-10-231-1/+2
| * wifi: cfg80211: Fix typo in documentationIlan Peer2023-10-231-1/+1
| * wifi: mac80211: Rename and update IEEE80211_VIF_DISABLE_SMPS_OVERRIDEIlan Peer2023-10-231-3/+3
| * wifi: mac80211: add a driver callback to add vif debugfsMiri Korenblit2023-10-231-0/+6
* | Merge tag 'for-netdev' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/...Jakub Kicinski2023-10-263-6/+55
|\ \
| * | netkit, bpf: Add bpf programmable net deviceDaniel Borkmann2023-10-241-0/+38
| * | xsk: Avoid starving the xsk further down the listAlbert Huang2023-10-241-0/+7
| * | bpf, tcx: Get rid of tcx_link_constDaniel Borkmann2023-10-231-6/+1
| * | net, bpf: Add a warning if NAPI cb missed xdp_do_flush().Sebastian Andrzej Siewior2023-10-171-0/+9
* | | netlink: make range pointers in policies constJakub Kicinski2023-10-261-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-261-0/+1
|\ \ \
| * | | netfilter: flowtable: GC pushes back packets to classic pathPablo Neira Ayuso2023-10-251-0/+1
* | | | Merge tag 'nf-next-23-10-25' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni2023-10-263-26/+38
|\ \ \ \
| * | | | netfilter: nf_tables: set->ops->insert returns opaque set element in case of ...Pablo Neira Ayuso2023-10-241-1/+1
| * | | | netfilter: nf_tables: shrink memory consumption of set elementsPablo Neira Ayuso2023-10-241-9/+9
| * | | | netfilter: nf_tables: expose opaque set element as struct nft_elem_privPablo Neira Ayuso2023-10-241-13/+25
| * | | | netfilter: nf_tables: set backend .flush always succeedsPablo Neira Ayuso2023-10-241-1/+1
| * | | | netfilter: conntrack: switch connlabels to atomic_tFlorian Westphal2023-10-242-2/+2
* | | | | ipv6: drop feature RTAX_FEATURE_ALLFRAGYan Zhai2023-10-253-9/+0
* | | | | tcp: define initial scaling factor value as a macroPaolo Abeni2023-10-251-5/+7
* | | | | sched: act_ct: switch to per-action label countingFlorian Westphal2023-10-251-0/+1
* | | | | net: dsa: Use conduit and user termsFlorian Fainelli2023-10-242-39/+39
* | | | | page_pool: update document about fragment APIYunsheng Lin2023-10-231-13/+80
* | | | | page_pool: introduce page_pool_alloc() APIYunsheng Lin2023-10-231-0/+66
* | | | | page_pool: remove PP_FLAG_PAGE_FRAGYunsheng Lin2023-10-231-4/+2
* | | | | page_pool: unify frag_count handling in page_pool_is_last_frag()Yunsheng Lin2023-10-231-13/+34
* | | | | Bluetooth: Make handle of hci_conn be uniqueZiyang Xuan2023-10-231-1/+5
* | | | | Bluetooth: ISO: Fix bcast listener cleanupIulia Tanasescu2023-10-231-23/+20
* | | | | Bluetooth: ISO: Pass BIG encryption info through QoSIulia Tanasescu2023-10-232-1/+27
* | | | | Bluetooth: ISO: Fix BIS cleanupIulia Tanasescu2023-10-231-0/+2
* | | | | tcp: add support for usec resolution in TCP TS valuesEric Dumazet2023-10-232-3/+6
* | | | | tcp: introduce TCP_PAWS_WRAPEric Dumazet2023-10-231-2/+7
* | | | | tcp: rename tcp_time_stamp() to tcp_time_stamp_ts()Eric Dumazet2023-10-231-5/+4
* | | | | tcp: move tcp_ns_to_ts() to net/ipv4/syncookies.cEric Dumazet2023-10-231-6/+0
* | | | | tcp: rename tcp_skb_timestamp()Eric Dumazet2023-10-231-5/+9
* | | | | tcp: replace tcp_time_stamp_raw()Eric Dumazet2023-10-231-6/+19
* | | | | tcp: introduce tcp_clock_ms()Eric Dumazet2023-10-231-0/+5
* | | | | tcp: add tcp_time_stamp_ms() helperEric Dumazet2023-10-231-0/+5
* | | | | tcp: fix cookie_init_timestamp() overflowsEric Dumazet2023-10-231-1/+1