summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* net: mscc: ocelot: don't keep PTP configuration of all ports in single structureVladimir Oltean2023-06-291-3/+7
* Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-06-2889-632/+2003
|\
| * net: scm: introduce and use scm_recv_unix helperAlexander Mikhalitsyn2023-06-271-10/+25
| * af_unix: Skip SCM_PIDFD if scm->pid is NULL.Kuniyuki Iwashima2023-06-271-1/+3
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-273-4/+13
| |\
| | * netlink: Add __sock_i_ino() for __netlink_diag_dump().Kuniyuki Iwashima2023-06-271-0/+1
| | * net: dsa: avoid suspicious RCU usage for synced VLAN-aware MAC addressesVladimir Oltean2023-06-271-2/+10
| | * linux/netfilter.h: fix kernel-doc warningsRandy Dunlap2023-06-261-2/+2
| * | phylink: ReST-ify the phylink_pcs_neg_mode() kdocJakub Kicinski2023-06-271-4/+6
| * | Merge tag 'nf-next-23-06-26' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski2023-06-262-0/+5
| |\ \
| | * | netfilter: nf_tables: Introduce NFT_MSG_GETSETELEM_RESETPhil Sutter2023-06-261-0/+2
| | * | netfilter: nf_tables: permit update of set sizeFlorian Westphal2023-06-261-0/+3
| * | | net: Kill MSG_SENDPAGE_NOTLASTDavid Howells2023-06-241-3/+1
| * | | sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells2023-06-245-22/+0
| * | | Merge tag 'mlx5-updates-2023-06-21' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2023-06-241-2/+2
| |\ \ \
| | * | | net/mlx5: Fix reserved at offset in hca_cap registerLama Kayal2023-06-231-2/+2
| * | | | Merge tag 'ieee802154-for-net-next-2023-06-23' of gitolite.kernel.org:pub/scm...Jakub Kicinski2023-06-242-1/+22
| |\ \ \ \
| | * \ \ \ Merge tag 'v6.4-rc4' into wpan-next/stagingMiquel Raynal2023-06-06623-7507/+17512
| | |\ \ \ \
| | * | | | | net: ieee802154: Handle limited devices with only datagram supportMiquel Raynal2023-03-241-0/+3
| | * | | | | mac802154: Handle received BEACON_REQMiquel Raynal2023-03-231-0/+2
| | * | | | | mac802154: Handle active scanningMiquel Raynal2023-03-231-1/+17
| * | | | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-06-246-15/+46
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | bpf: Fix bpf socket lookup from tc/xdp to respect socket VRF bindingsGilad Sever2023-06-211-0/+9
| | * | | | | xsk: Remove unused inline function xsk_buff_discard()YueHaibing2023-06-191-4/+0
| | * | | | | bpf: Verify scalar ids mapping in regsafe() using check_ids()Eduard Zingerman2023-06-131-6/+11
| | * | | | | bpf: Use scalar ids in mark_chain_precision()Eduard Zingerman2023-06-131-1/+9
| | * | | | | bpf: Cleanup unused function declarationRuiqi Gong2023-06-061-1/+0
| | * | | | | bpf: Add table ID to bpf_fib_lookup BPF helperLouis DeLosSantos2023-06-011-3/+18
| | * | | | | net: Use umd_cleanup_helper()Jarkko Sakkinen2023-05-311-1/+0
| * | | | | | Merge tag 'wireless-next-2023-06-22' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2023-06-226-66/+394
| |\ \ \ \ \ \
| | * | | | | | wifi: ieee80211: fix erroneous NSTR bitmap size checksJohannes Berg2023-06-221-2/+2
| | * | | | | | wifi: nl80211/reg: add no-EHT regulatory flagJohannes Berg2023-06-211-0/+2
| | * | | | | | wifi: cfg80211: Retrieve PSD information from RNR AP informationIlan Peer2023-06-212-2/+7
| | * | | | | | wifi: mac80211: store BSS param change count from assoc responseJohannes Berg2023-06-211-0/+64
| | * | | | | | wifi: mac80211: fix documentation config referenceJohannes Berg2023-06-211-1/+1
| | * | | | | | wifi: mac80211: check EHT basic MCS/NSS setJohannes Berg2023-06-191-8/+20
| | * | | | | | wifi: update multi-link element STA reconfigJohannes Berg2023-06-191-2/+6
| | * | | | | | wifi: ieee80211: reorder presence checks in MLE per-STA profileJohannes Berg2023-06-191-3/+2
| | * | | | | | wifi: mac80211: Support link removal using Reconfiguration ML elementIlan Peer2023-06-191-0/+33
| | * | | | | | wifi: cfg80211/nl80211: Add support to indicate STA MLD setup links removalVeerendranath Jakkam2023-06-192-0/+20
| | * | | | | | wifi: cfg80211: use structs for TBTT information accessBenjamin Berg2023-06-191-3/+0
| | * | | | | | wifi: ieee80211: add structs for TBTT information accessBenjamin Berg2023-06-191-0/+22
| | * | | | | | wifi: ieee80211: add definitions for RNR MLD paramsBenjamin Berg2023-06-191-0/+15
| | * | | | | | wifi: ieee80211: use default for medium synchronization delayBenjamin Berg2023-06-191-2/+11
| | * | | | | | wifi: ieee80211: add helper to validate ML element type and sizeBenjamin Berg2023-06-191-19/+31
| | * | | | | | wifi: ieee80211: Fix the common size calculation for reconfiguration MLIlan Peer2023-06-191-4/+1
| | * | | | | | wifi: cfg80211: fix regulatory disconnect with OCB/NANJohannes Berg2023-06-191-12/+1
| | * | | | | | wifi: mac80211: Rename ieee80211_mle_sta_prof_size_ok()Ilan Peer2023-06-191-2/+4
| | * | | | | | wifi: cfg80211: add element defragmentation helperBenjamin Berg2023-06-191-0/+22
| | * | | | | | wifi: cfg80211: ignore invalid TBTT info field typesBenjamin Berg2023-06-191-0/+2