summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-01-181-1/+1
|\
| * net: netdev_queue: netdev_txq_completed_mb(): fix wake conditionMarc Kleine-Budde2024-01-131-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2024-01-121-0/+5
|\ \ | |/ |/|
| * RDMA/mana_ib: query device capabilitiesLong Li2023-12-201-0/+1
| * RDMA/mana_ib: register RDMA device with GDMALong Li2023-12-201-0/+4
* | Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-01-1146-304/+981
|\ \
| * | net/sched: simplify tc_action_load_ops parametersPedro Tammela2024-01-071-2/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-01-043-6/+24
| |\ \
| * \ \ Merge tag 'ieee802154-for-net-next-2023-12-20' of gitolite.kernel.org:pub/scm...Jakub Kicinski2024-01-043-2/+152
| |\ \ \
| | * | | mac802154: Avoid new associations while disassociatingMiquel Raynal2023-12-151-1/+3
| | * | | ieee802154: Give the user the association listMiquel Raynal2023-11-201-2/+16
| | * | | mac802154: Follow the number of associated devicesMiquel Raynal2023-11-201-0/+1
| | * | | ieee802154: Add support for limiting the number of associated devicesMiquel Raynal2023-11-202-0/+10
| | * | | mac802154: Handle association requests from peersMiquel Raynal2023-11-202-0/+13
| | * | | ieee802154: Add support for user disassociation requestsMiquel Raynal2023-11-203-0/+15
| | * | | mac802154: Handle associatingMiquel Raynal2023-11-201-0/+5
| | * | | ieee802154: Add support for user association requestsMiquel Raynal2023-11-203-0/+43
| | * | | ieee802154: Internal PAN managementMiquel Raynal2023-11-201-0/+47
| * | | | net/sched: introduce ACT_P_BOUND return codePedro Tammela2024-01-031-0/+1
| * | | | fib: remove unnecessary input parameters in fib_default_rule_addZhengchao Shao2024-01-031-2/+1
| * | | | xsk: make struct xsk_cb_desc available outside CONFIG_XDP_SOCKETSVladimir Oltean2024-01-021-2/+2
| * | | | Merge tag 'for-net-next-2023-12-22' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2024-01-021-2/+24
| |\ \ \ \
| | * | | | Bluetooth: Fix bogus check for re-auth no supported with non-sspLuiz Augusto von Dentz2023-12-221-1/+0
| | * | | | Bluetooth: hci_core: Remove le_restart_scan workLuiz Augusto von Dentz2023-12-221-1/+0
| | * | | | Bluetooth: ISO: Reassociate a socket with an active BISIulia Tanasescu2023-12-221-0/+24
| * | | | | Merge tag 'wireless-next-2023-12-22' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller2024-01-022-23/+61
| |\ \ \ \ \
| | * | | | | wifi: mac80211: add a driver callback to check active_linksMiri Korenblit2023-12-211-0/+5
| | * | | | | wifi: mac80211: allow 64-bit radiotap timestampsJohannes Berg2023-12-211-1/+6
| | * | | | | wifi: mac80211: rework RX timestamp flagsJohannes Berg2023-12-211-4/+9
| | * | | | | wifi: cfg80211: handle UHB AP and STA power typeMukesh Sisodiya2023-12-211-0/+6
| | * | | | | wifi: cfg80211: Schedule regulatory check on BSS STA channel changeAndrei Otcheretianski2023-12-211-0/+10
| | * | | | | wifi: cfg80211: reg: Support P2P operation on DFS channelsAndrei Otcheretianski2023-12-211-0/+2
| | * | | | | wifi: mac80211: address some kerneldoc warningsJonathan Corbet2023-12-211-12/+3
| | * | | | | wifi: cfg80211: address several kerneldoc warningsJonathan Corbet2023-12-211-7/+4
| | * | | | | wifi: cfg80211: introduce cfg80211_ssid_eq()Dmitry Antipov2023-12-191-0/+17
| * | | | | | net/sched: Retire ipt actionJamal Hadi Salim2024-01-022-21/+0
| * | | | | | Merge tag 'nf-next-23-12-22' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller2024-01-011-4/+5
| |\ \ \ \ \ \
| | * | | | | | netfilter: flowtable: reorder nf_flowtable struct membersFlorian Westphal2023-12-221-4/+5
| | | |/ / / / | | |/| | | |
| * | | | | | genetlink: Use internal flags for multicast groupsIdo Schimmel2023-12-291-3/+6
| * | | | | | iucv: make iucv_bus constGreg Kroah-Hartman2023-12-291-2/+2
| * | | | | | net: sock: remove excess structure-member documentationJonathan Corbet2023-12-291-2/+0
| * | | | | | net: macsec: introduce mdo_insert_tx_tagRadu Pirea (NXP OSS)2023-12-271-0/+10
| * | | | | | net: macsec: documentation for macsec_context and macsec_opsRadu Pirea (NXP OSS)2023-12-271-0/+39
| * | | | | | net: macsec: move sci_to_cpu to macsec headerRadu Pirea (NXP OSS)2023-12-271-0/+5
| * | | | | | net/sched: act_mirred: Allow mirred to blockVictor Nogueira2023-12-261-0/+1
| * | | | | | net/sched: cls_api: Expose tc block to the datapathVictor Nogueira2023-12-261-0/+2
| * | | | | | net/sched: Introduce tc block netdev tracking infraVictor Nogueira2023-12-261-0/+2
| * | | | | | net: remove SOCK_DEBUG macroDenis Kirjanov2023-12-261-13/+0
| * | | | | | net/smc: manage system EID in SMC stack instead of ISM driverWen Gu2023-12-261-1/+0
| * | | | | | net/smc: compatible with 128-bits extended GID of virtual ISM deviceWen Gu2023-12-261-5/+10