summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net/sched: introduce ACT_P_BOUND return codePedro Tammela2024-01-0320-21/+21
* net-device: move xdp_prog to net_device_read_rxEric Dumazet2024-01-031-1/+1
* fib: remove unnecessary input parameters in fib_default_rule_addZhengchao Shao2024-01-035-9/+8
* net/sched: cls_api: complement tcf_tfilter_dump_policyLin Ma2024-01-031-0/+1
* net: ethtool: Fix symmetric-xor RSS RX flow hash checkGerhard Engleder2024-01-021-15/+18
* net: ethtool: add a NO_CHANGE uAPI for new RXFH's input_xfrmAhmed Zaki2024-01-021-2/+4
* net: ethtool: copy input_xfrm to user-space in ethtool_get_rxfhAhmed Zaki2024-01-021-0/+5
* Merge tag 'for-net-next-2023-12-22' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2024-01-028-147/+319
|\
| * Bluetooth: Fix atomicity violation in {min,max}_key_size_setGui-Dong Han2023-12-221-4/+8
| * Bluetooth: L2CAP: Fix possible multiple reject sendFrédéric Danis2023-12-221-1/+2
| * Bluetooth: hci_sync: fix BR/EDR wakeup bugclancy shang2023-12-221-4/+6
| * Bluetooth: hci_conn: Check non NULL function before calling for HFP offloadZijun Hu2023-12-221-3/+8
| * Bluetooth: ISO: Avoid creating child socket if PA sync is terminatingIulia Tanasescu2023-12-221-3/+48
| * Bluetooth: Fix bogus check for re-auth no supported with non-sspLuiz Augusto von Dentz2023-12-222-14/+5
| * Bluetooth: hci_core: Remove le_restart_scan workLuiz Augusto von Dentz2023-12-222-106/+7
| * Bluetooth: Add documentation to exported functions in libYuran Pereira2023-12-221-3/+66
| * Bluetooth: ISO: Reassociate a socket with an active BISIulia Tanasescu2023-12-222-4/+107
| * Bluetooth: ISO: Allow binding a PA sync socketIulia Tanasescu2023-12-221-5/+62
* | mptcp: use mptcp_set_stateGeliang Tang2024-01-023-20/+25
* | mptcp: add CurrEstab MIB counter supportGeliang Tang2024-01-024-0/+28
* | Merge tag 'wireless-next-2023-12-22' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller2024-01-0213-47/+309
|\ \
| * | wifi: mac80211: add a driver callback to check active_linksMiri Korenblit2023-12-213-0/+48
| * | wifi: mac80211: fix advertised TTLM schedulingAyala Beker2023-12-211-9/+40
| * | wifi: cfg80211: avoid double free if updating BSS failsBenjamin Berg2023-12-211-4/+3
| * | wifi: cfg80211: ensure cfg80211_bss_update frees IEs on errorBenjamin Berg2023-12-211-14/+16
| * | wifi: cfg80211: free beacon_ies when overridden from hidden BSSBenjamin Berg2023-12-211-0/+4
| * | wifi: mac80211: allow 64-bit radiotap timestampsJohannes Berg2023-12-211-2/+11
| * | wifi: mac80211: rework RX timestamp flagsJohannes Berg2023-12-212-10/+11
| * | wifi: cfg80211: handle UHB AP and STA power typeMukesh Sisodiya2023-12-213-0/+48
| * | wifi: mac80211: Schedule regulatory channels check on bandwith changeAndrei Otcheretianski2023-12-211-0/+1
| * | wifi: cfg80211: Schedule regulatory check on BSS STA channel changeAndrei Otcheretianski2023-12-214-1/+23
| * | wifi: cfg80211: reg: Support P2P operation on DFS channelsAndrei Otcheretianski2023-12-213-7/+92
| * | wifi: mac80211: Skip association timeout update after comeback rejectionJouni Malinen2023-12-212-0/+12
* | | net/sched: Retire ipt actionJamal Hadi Salim2024-01-022-465/+0
* | | net-device: move gso_partial_features to net_device_read_txEric Dumazet2024-01-021-1/+2
* | | net: ethtool: strset: Allow querying phy stats by indexMaxime Chevallier2024-01-011-7/+8
* | | net: ethtool: cable-test: Target the command to the requested PHYMaxime Chevallier2024-01-011-6/+6
* | | net: ethtool: pse-pd: Target the command to the requested PHYMaxime Chevallier2024-01-011-6/+3
* | | net: ethtool: plca: Target the command to the requested PHYMaxime Chevallier2024-01-011-7/+6
* | | net: ethtool: Introduce a command to list PHYs on an interfaceMaxime Chevallier2024-01-014-1/+321
* | | net: ethtool: Allow passing a phy index for some commandsMaxime Chevallier2024-01-012-2/+29
* | | net: phy: Introduce ethernet link topology representationMaxime Chevallier2024-01-011-0/+3
* | | Merge tag 'nf-next-23-12-22' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller2024-01-013-33/+128
|\ \ \
| * | | netfilter: nf_tables: validate chain type update if availablePablo Neira Ayuso2023-12-221-1/+10
| * | | netfilter: ctnetlink: support filtering by zoneFelix Huettner2023-12-221-4/+8
| * | | netfilter: nf_tables: mark newset as dead on transaction abortFlorian Westphal2023-12-221-0/+1
| * | | netfilter: nft_set_pipapo: prefer gfp_kernel allocationFlorian Westphal2023-12-221-1/+1
| * | | netfilter: nf_tables: Add locking for NFT_MSG_GETSETELEM_RESET requestsPhil Sutter2023-12-221-17/+81
| * | | netfilter: nf_tables: Introduce nft_set_dump_ctx_init()Phil Sutter2023-12-221-16/+33
| * | | netfilter: nf_tables: Pass const set to nft_get_set_elemPhil Sutter2023-12-221-3/+3
| | |/ | |/|