summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-10-161-0/+5
|\
| * bpf: Derive source IP addr via bpf_*_fib_lookup()Martynas Pumputis2023-10-091-0/+5
* | page_pool: fragment API support for 32-bit arch with 64-bit DMAYunsheng Lin2023-10-161-6/+14
* | net: stub tcp_gro_complete if CONFIG_INET=nJacob Keller2023-10-161-0/+4
* | tcp: Set pingpong threshold via sysctlHaiyang Zhang2023-10-162-4/+14
* | net, sched: Add tcf_set_drop_reason for {__,}tcf_classifyDaniel Borkmann2023-10-161-0/+3
* | net, sched: Make tc-related drop reason more flexibleDaniel Borkmann2023-10-162-2/+7
* | ipv4: add new arguments to udp_tunnel_dst_lookup()Beniamino Galvani2023-10-161-3/+5
* | ipv4: remove "proto" argument from udp_tunnel_dst_lookup()Beniamino Galvani2023-10-161-1/+1
* | ipv4: rename and move ip_route_output_tunnel()Beniamino Galvani2023-10-162-6/+6
* | vsock: check for MSG_ZEROCOPY support on sendArseniy Krasnov2023-10-151-0/+7
* | tls: use fixed size for tls_offload_context_{tx,rx}.driver_stateSabrina Dubroca2023-10-131-10/+4
* | tls: store iv directly within cipher_contextSabrina Dubroca2023-10-131-1/+2
* | tls: rename MAX_IV_SIZE to TLS_MAX_IV_SIZESabrina Dubroca2023-10-131-1/+1
* | tls: store rec_seq directly within cipher_contextSabrina Dubroca2023-10-131-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-121-0/+1
|\ \
| * | net: macsec: indicate next pn update when offloadingRadu Pirea (NXP OSS)2023-10-101-0/+1
* | | netfilter: cleanup struct nft_tableGeorge Guo2023-10-101-1/+4
* | | netfilter: conntrack: simplify nf_conntrack_alter_replyFlorian Westphal2023-10-101-4/+10
* | | tcp: record last received ipv6 flowlabelDavid Morley2023-10-102-1/+6
* | | Merge tag 'wireless-next-2023-10-06' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2023-10-063-96/+182
|\ \ \
| * \ \ Merge wireless into wireless-nextJohannes Berg2023-10-063-12/+34
| |\ \ \
| * | | | wifi: cfg80211: report per-link errors during associationBenjamin Berg2023-09-251-0/+3
| * | | | wifi: mac80211: support antenna control in injectionJohannes Berg2023-09-251-1/+5
| * | | | wifi: mac80211: Notify the low level driver on change in MLO valid linksIlan Peer2023-09-251-0/+2
| * | | | wifi: mac80211: allow for_each_sta_active_link() under RCUJohannes Berg2023-09-251-1/+1
| * | | | wifi: mac80211: relax RCU check in for_each_vif_active_link()Johannes Berg2023-09-251-1/+1
| * | | | wifi: cfg80211: split struct cfg80211_ap_settingsJohannes Berg2023-09-251-1/+17
| * | | | wifi: mac80211: ethtool: always hold wiphy mutexJohannes Berg2023-09-251-0/+4
| * | | | wifi: cfg80211: save power spectral density(psd) of regulatory ruleWen Gong2023-09-182-1/+6
| * | | | wifi: cfg80211: fix kernel-doc for wiphy_delayed_work_flush()Johannes Berg2023-09-141-1/+1
| * | | | wifi: mac80211: Sanity check tx bitrate if not provided by driverStephen Douthit2023-09-131-0/+5
| * | | | wifi: cfg80211: export DFS CAC time and usable state helper functionsAditya Kumar Singh2023-09-131-0/+24
| * | | | wifi: cfg80211: call reg_call_notifier on beacon hintsAbhishek Kumar2023-09-131-0/+3
| * | | | wifi: cfg80211: modify prototype for change_beaconAloka Dixit2023-09-131-1/+1
| * | | | wifi: nl80211: fixes to FILS discovery updatesAloka Dixit2023-09-131-0/+4
| * | | | wifi: cfg80211: remove scan_width supportJohannes Berg2023-09-131-62/+1
| * | | | wifi: cfg80211: fix kernel-doc for wiphy_delayed_work_flush()Johannes Berg2023-09-131-1/+1
| * | | | wifi: cfg80211: add ieee80211_fragment_element to public APIBenjamin Berg2023-09-111-0/+12
| * | | | wifi: mac80211: add support for mld in ieee80211_chswitch_doneEmmanuel Grumbach2023-09-111-2/+6
| * | | | wifi: cfg80211: annotate iftype_data pointer with sparseJohannes Berg2023-09-111-5/+54
| * | | | wifi: cfg80211: remove wdev mutexJohannes Berg2023-09-112-19/+7
| * | | | wifi: cfg80211: add flush functions for wiphy workJohannes Berg2023-09-111-0/+21
| * | | | wifi: mac80211: rework ack_frame_id handling a bitJohannes Berg2023-09-111-3/+6
* | | | | flow_offload: Annotate struct flow_action_entry with __counted_byKees Cook2023-10-061-1/+1
* | | | | nexthop: Annotate struct nh_group with __counted_byKees Cook2023-10-061-1/+1