summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* wifi: avoid offset calculation on NULL pointerMichael-CY Lee2023-11-241-1/+3
* doc/netlink: Update schema to support cmd-cnt-name and cmd-max-nameDavide Caratti2023-10-272-8/+4
* net: Add MDB get device operationIdo Schimmel2023-10-271-0/+4
* bridge: add MDB get uAPI attributesIdo Schimmel2023-10-271-0/+18
* net/tcp: Add TCP_AO_REPAIRDmitry Safonov2023-10-272-0/+22
* net/tcp: Wire up l3index to TCP-AODmitry Safonov2023-10-272-14/+15
* net/tcp: Add static_key for TCP-AODmitry Safonov2023-10-272-8/+18
* net/tcp: Allow asynchronous delete for TCP-AO keys (MKTs)Dmitry Safonov2023-10-271-1/+2
* net/tcp: Add TCP-AO getsockopt()sDmitry Safonov2023-10-272-14/+61
* net/tcp: Add option for TCP-AO to (not) hash headerDmitry Safonov2023-10-271-0/+5
* net/tcp: Ignore specific ICMPs for TCP-AO connectionsDmitry Safonov2023-10-273-2/+14
* net/tcp: Add tcp_hash_fail() ratelimited logsDmitry Safonov2023-10-272-2/+41
* net/tcp: Add TCP-AO SNE supportDmitry Safonov2023-10-271-1/+21
* net/tcp: Add TCP-AO segments countersDmitry Safonov2023-10-275-9/+43
* net/tcp: Verify inbound TCP-AO signed segmentsDmitry Safonov2023-10-273-2/+82
* net/tcp: Sign SYN-ACK segments with TCP-AODmitry Safonov2023-10-272-0/+9
* net/tcp: Wire TCP-AO to request socketsDmitry Safonov2023-10-273-0/+48
* net/tcp: Add TCP-AO sign to twskDmitry Safonov2023-10-272-2/+12
* net/tcp: Add AO sign to RST packetsDmitry Safonov2023-10-272-1/+18
* net/tcp: Add tcp_parse_auth_options()Dmitry Safonov2023-10-273-2/+45
* net/tcp: Add TCP-AO sign to outgoing packetsDmitry Safonov2023-10-272-0/+87
* net/tcp: Calculate TCP-AO traffic keysDmitry Safonov2023-10-272-2/+52
* net/tcp: Prevent TCP-MD5 with TCP-AO being setDmitry Safonov2023-10-272-2/+54
* net/tcp: Introduce TCP_AO setsockopt()sDmitry Safonov2023-10-274-1/+88
* net/tcp: Add TCP-AO config and structuresDmitry Safonov2023-10-274-8/+101
* 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-264-54/+67
|\
| * 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: remove unused argument of ieee80211_get_tdls_action()Dmitry Antipov2023-10-231-2/+1
| * wifi: nl80211: fix doc typosRandy Dunlap2023-10-231-2/+2
| * 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-2611-21/+132
|\ \
| * | netkit, bpf: Add bpf programmable net deviceDaniel Borkmann2023-10-243-0/+76
| * | xsk: Avoid starving the xsk further down the listAlbert Huang2023-10-241-0/+7
| * | bpf: correct loop detection for iterators convergenceEduard Zingerman2023-10-231-0/+15
| * | bpf: exact states comparison for iterator convergence checksEduard Zingerman2023-10-231-0/+1
| * | bpf, tcx: Get rid of tcx_link_constDaniel Borkmann2023-10-231-6/+1
| * | bpf: Use bpf_global_percpu_ma for per-cpu kptr in __bpf_obj_drop_impl()Hou Tao2023-10-201-1/+1
| * | bpf: Move the declaration of __bpf_obj_drop_impl() to bpf.hHou Tao2023-10-201-0/+1
| * | bpf: Use pcpu_alloc_size() in bpf_mem_free{_rcu}()Hou Tao2023-10-201-0/+1
| * | mm/percpu.c: introduce pcpu_alloc_size()Hou Tao2023-10-201-0/+1
| * | bpf: teach the verifier to enforce css_iter and task_iter in RCU CSChuyi Zhou2023-10-192-8/+12