aboutsummaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2023-08-22mac80211: make ieee80211_tx_info padding explicitArnd Bergmann1-1/+3
2023-08-22wifi: mac80211: fix kernel-doc notation warningRandy Dunlap1-0/+1
2023-08-22wifi: radiotap: fix kernel-doc notation warningsRandy Dunlap1-1/+2
2023-08-22wifi: cfg80211: remove dead/unused enum valueRandy Dunlap1-1/+0
2023-08-22wifi: cfg80211: improve documentation for flag fieldsDmitry Antipov1-6/+6
2023-08-22wifi: wext: Remove unused declaration dev_get_wireless_info()Yue Haibing1-9/+2
2023-08-22Merge tag 'wireless-2023-08-22' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski1-0/+1
2023-08-22net: remove unnecessary input parameter 'how' in ifdown functionZhengchao Shao1-1/+1
2023-08-22wifi: cfg80211: Annotate struct cfg80211_tid_config with __counted_byKees Cook1-1/+1
2023-08-22wifi: cfg80211: Annotate struct cfg80211_scan_request with __counted_byKees Cook1-1/+1
2023-08-22wifi: cfg80211: Annotate struct cfg80211_rnr_elems with __counted_byKees Cook1-1/+1
2023-08-22wifi: cfg80211: Annotate struct cfg80211_pmsr_request with __counted_byKees Cook1-1/+1
2023-08-22wifi: cfg80211: Annotate struct cfg80211_mbssid_elems with __counted_byKees Cook1-1/+1
2023-08-22wifi: cfg80211: Annotate struct cfg80211_acl_data with __counted_byKees Cook1-1/+1
2023-08-21wifi: mac80211: limit reorder_buf_filtered to avoid UBSAN warningPing-Ke Shih1-0/+1
2023-08-20ipv4: fix data-races around inet->inet_idEric Dumazet2-3/+14
2023-08-20net: validate veth and vxcan peer ifindexesJakub Kicinski1-2/+2
2023-08-20macsec: add functions to get macsec real netdevice and check offloadPatrisious Haddad1-0/+2
2023-08-19net: add skb_queue_purge_reason and __skb_queue_purge_reasonEric Dumazet1-0/+3
2023-08-18sock: annotate data-races around prot->memory_pressureEric Dumazet1-3/+4
2023-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-0/+8
2023-08-18mm: allow per-VMA locks on file-backed VMAsMatthew Wilcox (Oracle)1-1/+0
2023-08-18lwt: Check LWTUNNEL_XMIT_CONTINUE strictlyYan Zhai1-1/+4
2023-08-17sock: Fix misuse of sk_under_memory_pressure()Abel Wu1-0/+6
2023-08-16Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2-2/+2
2023-08-16net/ipv6: Remove expired routes with a separated list of routes.Kui-Feng Lee1-13/+51
2023-08-16Merge tag 'nf-23-08-16' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...David S. Miller1-0/+1
2023-08-16inet: move inet->defer_connect to inet->inet_flagsEric Dumazet1-6/+4
2023-08-16inet: move inet->bind_address_no_port to inet->inet_flagsEric Dumazet1-2/+2
2023-08-16inet: move inet->nodefrag to inet->inet_flagsEric Dumazet1-1/+1
2023-08-16inet: move inet->is_icsk to inet->inet_flagsEric Dumazet2-5/+4
2023-08-16inet: move inet->transparent to inet->inet_flagsEric Dumazet4-6/+6
2023-08-16inet: move inet->mc_all to inet->inet_fragsEric Dumazet1-1/+1
2023-08-16inet: move inet->mc_loop to inet->inet_fragsEric Dumazet1-1/+1
2023-08-16inet: move inet->hdrincl to inet->inet_flagsEric Dumazet1-2/+2
2023-08-16inet: move inet->freebind to inet->inet_flagsEric Dumazet2-3/+5
2023-08-16inet: move inet->recverr_rfc4884 to inet->inet_flagsEric Dumazet1-1/+1
2023-08-16inet: move inet->recverr to inet->inet_flagsEric Dumazet1-2/+3
2023-08-16inet: introduce inet->inet_flagsEric Dumazet1-11/+44
2023-08-16Merge tag 'ipsec-2023-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller1-0/+1
2023-08-15sysctl: SIZE_MAX->ARRAY_SIZE in register_net_sysctlJoel Granados1-1/+1
2023-08-15networking: Update to register_net_sysctl_szJoel Granados1-0/+2
2023-08-15sysctl: Add size to register_net_sysctl functionJoel Granados1-4/+6
2023-08-16netfilter: nf_tables: fix kdoc warnings after gc reworkFlorian Westphal1-0/+1
2023-08-15genetlink: add genlmsg_iput() APIJakub Kicinski1-1/+53
2023-08-15genetlink: add a family pointer to struct genl_infoJakub Kicinski1-2/+2
2023-08-15genetlink: use attrs from struct genl_infoJakub Kicinski1-1/+0
2023-08-15genetlink: add struct genl_info to struct genl_dumpit_infoJakub Kicinski1-0/+8
2023-08-15genetlink: remove userhdr from struct genl_infoJakub Kicinski1-2/+5
2023-08-15genetlink: make genl_info->nlhdr constJakub Kicinski1-1/+1