summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-07-052-1/+2
|\
| * Bluetooth: ISO: Rework sync_interval to be sync_factorLuiz Augusto von Dentz2023-06-291-1/+1
| * Bluetooth: MGMT: Fix marking SCAN_RSP as not connectableLuiz Augusto von Dentz2023-06-291-0/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2023-06-291-1/+3
|\ \ | |/ |/|
| * Merge tag 'v6.4' into rdma.git for-nextJason Gunthorpe2023-06-2721-66/+97
| |\
| * | RDMA/mana_ib: Use v2 version of cfg_rx_steer_req to enable RX coalescingLong Li2023-06-011-1/+3
* | | 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-272-2/+11
|\ \ \
| * | | 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
| | |/ | |/|
* | | Merge tag 'nf-next-23-06-26' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski2023-06-261-0/+3
|\ \ \
| * | | netfilter: nf_tables: permit update of set sizeFlorian Westphal2023-06-261-0/+3
* | | | sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells2023-06-243-12/+0
* | | | 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-0647-686/+1318
| |\ \ \ \
| * | | | | 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-241-4/+0
|\ \ \ \ \ \
| * | | | | | xsk: Remove unused inline function xsk_buff_discard()YueHaibing2023-06-191-4/+0
* | | | | | | Merge tag 'wireless-next-2023-06-22' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2023-06-224-25/+153
|\ \ \ \ \ \ \
| * | | | | | | wifi: cfg80211: Retrieve PSD information from RNR AP informationIlan Peer2023-06-211-0/+2
| * | | | | | | wifi: mac80211: fix documentation config referenceJohannes Berg2023-06-211-1/+1
| * | | | | | | wifi: cfg80211/nl80211: Add support to indicate STA MLD setup links removalVeerendranath Jakkam2023-06-191-0/+13
| * | | | | | | wifi: cfg80211: fix regulatory disconnect with OCB/NANJohannes Berg2023-06-191-12/+1
| * | | | | | | wifi: cfg80211: add element defragmentation helperBenjamin Berg2023-06-191-0/+22
| * | | | | | | wifi: cfg80211: add inform_bss op to update BSSBenjamin Berg2023-06-191-0/+13
| * | | | | | | wifi: cfg80211: make TDLS management link-awareMukesh Sisodiya2023-06-191-3/+4
| * | | | | | | wifi: mac80211: Support disabled links during associationIlan Peer2023-06-191-2/+4
| * | | | | | | wifi: iwlwifi: mvm: support U-SIG EHT validate checksJohannes Berg2023-06-141-0/+2
| * | | | | | | wifi: mac80211: Do not use "non-MLD AP" syntaxIlan Peer2023-06-141-3/+6
| * | | | | | | wifi: cfg80211: Support association to AP MLD with disabled linksIlan Peer2023-06-141-1/+4
| * | | | | | | wifi: mac80211: Add getter functions for vif MLD stateIlan Peer2023-06-141-0/+21
| * | | | | | | wifi: mac80211: allow disabling SMPS debugfs controlsMiri Korenblit2023-06-141-0/+3
| * | | | | | | wifi: mac80211: add helpers to access sband iftype dataJohannes Berg2023-06-141-1/+43
| * | | | | | | wifi: cfg80211: S1G rate information and calculationsGilad Itzkovitch2023-06-141-3/+15
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-223-2/+38
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | Merge tag 'nf-23-06-21' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2023-06-221-2/+29
| |\ \ \ \ \ \ \
| | * | | | | | | netfilter: nf_tables: reject unbound anonymous set before commit phasePablo Neira Ayuso2023-06-201-0/+3
| | * | | | | | | netfilter: nf_tables: drop map element references from preparation phasePablo Neira Ayuso2023-06-201-1/+4
| | * | | | | | | netfilter: nf_tables: add NFT_TRANS_PREPARE_ERROR to deal with bound set/chainPablo Neira Ayuso2023-06-201-0/+2
| | * | | | | | | netfilter: nf_tables: fix chain binding transaction logicPablo Neira Ayuso2023-06-201-1/+20
| * | | | | | | | Merge tag 'ipsec-2023-06-20' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller2023-06-201-0/+1
| |\ \ \ \ \ \ \ \
| | * | | | | | | | xfrm: Treat already-verified secpath entries as optionalBenedict Wong2023-05-211-0/+1
| * | | | | | | | | net: dsa: introduce preferred_default_local_cpu_port and use on MT7530Vladimir Oltean2023-06-201-0/+8
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | mctp: Reorder fields in 'struct mctp_route'Christophe JAILLET2023-06-201-2/+2
* | | | | | | | | ipv6: rpl: Remove pskb(_may)?_pull() in ipv6_rpl_srh_rcv().Kuniyuki Iwashima2023-06-191-3/+0
* | | | | | | | | tcp: Use per-vma locking for receive zerocopyArjun Roy2023-06-181-0/+1
* | | | | | | | | tcp: enforce receive buffer memory limits by allowing the tcp window to shrinkmfreemon@cloudflare.com2023-06-171-0/+1