summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* net: phylink: add phylink_limit_mac_speed()Russell King (Oracle)2023-08-251-0/+2
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-08-255-4/+34
|\
| * bpf: Consider non-owning refs to refcounted nodes RCU protectedDave Marchevsky2023-08-251-1/+2
| * bpf: Consider non-owning refs trustedDave Marchevsky2023-08-251-1/+1
| * bpf: Add pid filter support for uprobe_multi linkJiri Olsa2023-08-211-0/+1
| * bpf: Add cookies support for uprobe_multi linkJiri Olsa2023-08-211-0/+1
| * bpf: Add multi uprobe linkJiri Olsa2023-08-212-0/+22
| * bpf: Switch BPF_F_KPROBE_MULTI_RETURN macro to enumJiri Olsa2023-08-211-1/+3
| * lwt: Check LWTUNNEL_XMIT_CONTINUE strictlyYan Zhai2023-08-181-1/+4
* | Merge tag 'wireless-next-2023-08-25' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2023-08-255-82/+197
|\ \
| * | 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
* | | Merge tag 'for-net-next-2023-08-24' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2023-08-252-6/+55
|\ \ \
| * | | Bluetooth: HCI: Introduce HCI_QUIRK_BROKEN_LE_CODEDLuiz Augusto von Dentz2023-08-242-1/+13
| * | | Bluetooth: ISO: Add support for periodic adv reports processingClaudia Draghicescu2023-08-241-0/+11
| * | | Bluetooth: hci_core: Fix missing instances using HCI_MAX_AD_LENGTHLuiz Augusto von Dentz2023-08-241-3/+3
| * | | Bluetooth: ISO: Use defer setup to separate PA sync and BIG syncIulia Tanasescu2023-08-241-2/+28
* | | | net: pcs: xpcs: support to switch mode for Wangxun NICsJiawen Wu2023-08-251-0/+1
* | | | net: pcs: xpcs: add specific vendor supoprt for Wangxun 10Gb NICsJiawen Wu2023-08-251-0/+7
|/ / /
* | | net: dsa: use capital "OR" for multiple licenses in SPDXKrzysztof Kozlowski2023-08-241-1/+1
* | | Merge branch 'mlx5-next' of https://git.kernel.org/pub/scm/linux/kernel/git/m...Jakub Kicinski2023-08-245-1/+89
|\ \ \
| * | | RDMA/mlx5: Handles RoCE MACsec steering rules addition and deletionPatrisious Haddad2023-08-201-1/+3
| * | | net/mlx5: Add RoCE MACsec steering infrastructure in corePatrisious Haddad2023-08-203-0/+36
| * | | net/mlx5: Add MACsec priorities in RDMA namespacesPatrisious Haddad2023-08-201-0/+2
| * | | RDMA/mlx5: Implement MACsec gid addition and deletionPatrisious Haddad2023-08-201-0/+44
| * | | net/mlx5e: Move MACsec flow steering and statistics database from ethernet to...Patrisious Haddad2023-08-201-0/+3
| * | | macsec: add functions to get macsec real netdevice and check offloadPatrisious Haddad2023-08-201-0/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-249-31/+30
|\ \ \ \
| * \ \ \ Merge tag 'net-6.5-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-08-247-18/+28
| |\ \ \ \
| | * \ \ \ Merge tag 'nf-23-08-23' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni2023-08-241-0/+6
| | |\ \ \ \
| | | * | | | netfilter: nf_tables: defer gc run if previous batch is still pendingFlorian Westphal2023-08-231-0/+5
| | | * | | | netfilter: nf_tables: validate all pending tablesFlorian Westphal2023-08-231-0/+1
| | * | | | | bonding: fix macvlan over alb bond supportHangbin Liu2023-08-241-10/+1
| | |/ / / /
| | * | | | Merge tag 'wireless-2023-08-22' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2023-08-221-0/+1
| | |\ \ \ \
| | | * | | | wifi: mac80211: limit reorder_buf_filtered to avoid UBSAN warningPing-Ke Shih2023-08-211-0/+1
| | * | | | | ipv4: fix data-races around inet->inet_idEric Dumazet2023-08-202-3/+14
| | * | | | | net: validate veth and vxcan peer ifindexesJakub Kicinski2023-08-201-2/+2
| | * | | | | sock: annotate data-races around prot->memory_pressureEric Dumazet2023-08-181-3/+4
| * | | | | | Merge tag 'tty-6.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-08-201-1/+2
| |\ \ \ \ \ \