summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* wifi: Fix ieee80211.h kernel-doc issuesJeff Johnson2023-08-221-58/+177
* mac80211: make ieee80211_tx_info padding explicitArnd Bergmann2023-08-221-1/+3
* wifi: mac80211: fix kernel-doc notation warningRandy Dunlap2023-08-221-0/+1
* wifi: radiotap: fix kernel-doc notation warningsRandy Dunlap2023-08-221-1/+2
* wifi: cfg80211: remove dead/unused enum valueRandy Dunlap2023-08-221-1/+0
* wifi: cfg80211: improve documentation for flag fieldsDmitry Antipov2023-08-221-6/+6
* wifi: wext: Remove unused declaration dev_get_wireless_info()Yue Haibing2023-08-221-9/+2
* wifi: cfg80211: Annotate struct cfg80211_tid_config with __counted_byKees Cook2023-08-221-1/+1
* wifi: cfg80211: Annotate struct cfg80211_scan_request with __counted_byKees Cook2023-08-221-1/+1
* wifi: cfg80211: Annotate struct cfg80211_rnr_elems with __counted_byKees Cook2023-08-221-1/+1
* wifi: cfg80211: Annotate struct cfg80211_pmsr_request with __counted_byKees Cook2023-08-221-1/+1
* wifi: cfg80211: Annotate struct cfg80211_mbssid_elems with __counted_byKees Cook2023-08-221-1/+1
* wifi: cfg80211: Annotate struct cfg80211_acl_data with __counted_byKees Cook2023-08-221-1/+1
* net: selectively purge error queue in IP_RECVERR / IPV6_RECVERREric Dumazet2023-08-201-0/+1
* net: add skb_queue_purge_reason and __skb_queue_purge_reasonEric Dumazet2023-08-192-4/+22
* net/smc: Extend SMCR v2 linkgroup netlink attributeGuangguan Wang2023-08-191-0/+2
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2023-08-191-45/+82
|\
| * virtchnl: fix fake 1-elem arrays for structures allocated as `nents`Alexander Lobakin2023-08-161-15/+24
| * virtchnl: fix fake 1-elem arrays in structures allocated as `nents + 1`Alexander Lobakin2023-08-161-22/+35
| * virtchnl: fix fake 1-elem arrays in structs allocated as `nents + 1` - 1Alexander Lobakin2023-08-161-8/+23
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-188-17/+17
|\ \
| * \ Merge tag 'net-6.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-08-184-0/+12
| |\ \
| | * | net: do not allow gso_size to be set to GSO_BY_FRAGSEric Dumazet2023-08-171-0/+4
| | * | sock: Fix misuse of sk_under_memory_pressure()Abel Wu2023-08-171-0/+6
| | * | Merge tag 'nf-23-08-16' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...David S. Miller2023-08-161-0/+1
| | |\ \
| | | * | netfilter: nf_tables: fix kdoc warnings after gc reworkFlorian Westphal2023-08-161-0/+1
| | * | | Merge tag 'ipsec-2023-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller2023-08-161-0/+1
| | |\ \ \ | | | |/ / | | |/| |
| | | * | xfrm: don't skip free of empty state in acquire policyLeon Romanovsky2023-08-011-0/+1
| * | | | Merge tag 'drm-misc-fixes-2023-08-17' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2023-08-171-9/+3
| |\ \ \ \
| | * | | | Revert "drm/edid: Fix csync detailed mode parsing"Jani Nikula2023-08-171-9/+3
| * | | | | locking: remove spin_lock_prefetchMateusz Guzik2023-08-121-6/+1
| * | | | | Merge tag 'x86_bugs_for_v6.5_rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-08-121-0/+2
| |\ \ \ \ \
| * \ \ \ \ \ Merge tag 'block-6.5-2023-08-11' of git://git.kernel.dk/linuxLinus Torvalds2023-08-112-2/+1
| |\ \ \ \ \ \
| | * | | | | | block: don't make REQ_POLLED imply REQ_NOWAITJens Axboe2023-08-101-1/+1
| | * | | | | | block: get rid of unused plug->nowait flagJens Axboe2023-08-081-1/+0
* | | | | | | | netem: add prng attribute to netem_sched_dataFrançois Michel2023-08-181-0/+1
* | | | | | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-08-173-3/+49
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | net: Fix slab-out-of-bounds in inet[6]_steal_sockLorenz Bauer2023-08-152-2/+2
| * | | | | | | bpf: Document struct bpf_struct_ops fieldsDavid Vernet2023-08-151-0/+47
| * | | | | | | bpf: Remove unused declaration bpf_link_new_file()Yue Haibing2023-08-121-1/+0
* | | | | | | | net/ipv6: Remove expired routes with a separated list of routes.Kui-Feng Lee2023-08-161-13/+51
* | | | | | | | net-memcg: Fix scope of sockmem pressure indicatorsAbel Wu2023-08-161-2/+7
* | | | | | | | inet: move inet->defer_connect to inet->inet_flagsEric Dumazet2023-08-161-6/+4
* | | | | | | | inet: move inet->bind_address_no_port to inet->inet_flagsEric Dumazet2023-08-161-2/+2
* | | | | | | | inet: move inet->nodefrag to inet->inet_flagsEric Dumazet2023-08-161-1/+1
* | | | | | | | inet: move inet->is_icsk to inet->inet_flagsEric Dumazet2023-08-162-5/+4
* | | | | | | | inet: move inet->transparent to inet->inet_flagsEric Dumazet2023-08-164-6/+6
* | | | | | | | inet: move inet->mc_all to inet->inet_fragsEric Dumazet2023-08-161-1/+1
* | | | | | | | inet: move inet->mc_loop to inet->inet_fragsEric Dumazet2023-08-161-1/+1
* | | | | | | | inet: move inet->hdrincl to inet->inet_flagsEric Dumazet2023-08-161-2/+2