selftests/bpf: Remove bpf_assert_eq-like macros.
[linux-block.git] / net /
2024-01-03 Lin Manet/sched: cls_api: complement tcf_tfilter_dump_policy
2024-01-03 Gerhard Engledernet: ethtool: Fix symmetric-xor RSS RX flow hash check
2024-01-03 Jakub KicinskiMerge branch 'bug-fixes-for-rss-symmetric-xor'
2024-01-03 Ahmed Zakinet: ethtool: add a NO_CHANGE uAPI for new RXFH's input...
2024-01-03 Ahmed Zakinet: ethtool: copy input_xfrm to user-space in ethtool_...
2024-01-02 David S. MillerMerge tag 'for-net-next-2023-12-22' of git://git./linux...
2024-01-02 David S. MillerMerge branch 'mptcp-mib-counters'
2024-01-02 Geliang Tangmptcp: use mptcp_set_state
2024-01-02 Geliang Tangmptcp: add CurrEstab MIB counter support
2024-01-02 David S. MillerMerge tag 'wireless-next-2023-12-22' of git://git....
2024-01-02 David S. MillerMerge branch 'net-tc-ipt-retire'
2024-01-02 Jamal Hadi Salimnet/sched: Retire ipt action
2024-01-02 Eric Dumazetnet-device: move gso_partial_features to net_device_read_tx
2024-01-01 David S. MillerMerge branch 'phy-listing-link_topology-tracking'
2024-01-01 Maxime Chevalliernet: ethtool: strset: Allow querying phy stats by index
2024-01-01 Maxime Chevalliernet: ethtool: cable-test: Target the command to the...
2024-01-01 Maxime Chevalliernet: ethtool: pse-pd: Target the command to the request...
2024-01-01 Maxime Chevalliernet: ethtool: plca: Target the command to the requested PHY
2024-01-01 Maxime Chevalliernet: ethtool: Introduce a command to list PHYs on an...
2024-01-01 Maxime Chevalliernet: ethtool: Allow passing a phy index for some commands
2024-01-01 Maxime Chevalliernet: phy: Introduce ethernet link topology representation
2024-01-01 David S. MillerMerge tag 'nf-next-23-12-22' of git://git./linux/kernel...
2024-01-01 David S. MillerMerge tag 'for-netdev' of https://git./linux/kernel...
2023-12-29 David S. MillerMerge tag 'mlx5-updates-2023-12-20' of git://git./linux...
2023-12-29 Ido Schimmelgenetlink: Use internal flags for multicast groups
2023-12-29 Greg Kroah-Hartmaniucv: make iucv_bus const
2023-12-27 Kevin Haonet: pktgen: Use wait_event_freezable_timeout() for...
2023-12-27 David S. MillerMerge branch 'net-tja11xx-macsec-support'
2023-12-27 Radu Pirea (NXP... net: rename dsa_realloc_skb to skb_ensure_writable_head...
2023-12-26 Lin Mabridge: cfm: fix enum typo in br_cc_ccm_tx_parse
2023-12-26 David S. MillerMerge branch 'mptcp-cleanups-ephemeral-port-sockopts'
2023-12-26 Maxim Galaganovmptcp: sockopt: support IP_LOCAL_PORT_RANGE and IP_BIND...
2023-12-26 Maxim Galaganovmptcp: rename mptcp_setsockopt_sol_ip_set_transparent()
2023-12-26 Davide Carattimptcp: don't overwrite sock_ops in mptcp_is_tcpsk()
2023-12-26 David S. MillerMerge branch 'net-sched-tc-block-ports-tracking'
2023-12-26 Victor Nogueiranet/sched: act_mirred: Allow mirred to block
2023-12-26 Victor Nogueiranet/sched: act_mirred: Add helper function tcf_mirred_r...
2023-12-26 Victor Nogueiranet/sched: act_mirred: Create function tcf_mirred_to_de...
2023-12-26 Victor Nogueiranet/sched: cls_api: Expose tc block to the datapath
2023-12-26 Victor Nogueiranet/sched: Introduce tc block netdev tracking infra
2023-12-26 Denis Kirjanovnet: remove SOCK_DEBUG leftovers
2023-12-26 David S. MillerMerge branch 'net-smcv2.1-ISM-device-support'
2023-12-26 Wen Gunet/smc: manage system EID in SMC stack instead of...
2023-12-26 Wen Gunet/smc: disable SEID on non-s390 archs where virtual...
2023-12-26 Wen Gunet/smc: support extended GID in SMC-D lgr netlink...
2023-12-26 Wen Gunet/smc: compatible with 128-bits extended GID of virtu...
2023-12-26 Wen Gunet/smc: define a reserved CHID range for virtual ISM...
2023-12-26 Wen Gunet/smc: introduce virtual ISM device support feature
2023-12-26 Wen Gunet/smc: support SMCv2.x supplemental features negotiation
2023-12-26 Wen Gunet/smc: unify the structs of accept or confirm message...
2023-12-26 Wen Gunet/smc: introduce sub-functions for smc_clc_send_confi...
2023-12-26 Wen Gunet/smc: rename some 'fce' to 'fce_v2x' for clarity
2023-12-22 Jonathan Corbettipc: Remove some excess struct member documentation
2023-12-22 David S. MillerMerge branch 'tcp-refactor-bhash2'
2023-12-22 Kuniyuki Iwashimatcp: Remove dead code and fields for bhash2.
2023-12-22 Kuniyuki Iwashimatcp: Link sk and twsk to tb2->owners using skc_bind_node.
2023-12-22 Kuniyuki Iwashimatcp: Unlink sk from bhash.
2023-12-22 Kuniyuki Iwashimatcp: Check hlist_empty(&tb->bhash2) instead of hlist_em...
2023-12-22 Kuniyuki Iwashimatcp: Iterate tb->bhash2 in inet_csk_bind_conflict().
2023-12-22 Kuniyuki Iwashimatcp: Rearrange tests in inet_csk_bind_conflict().
2023-12-22 Kuniyuki Iwashimatcp: Link bhash2 to bhash.
2023-12-22 Kuniyuki Iwashimatcp: Rename tb in inet_bind2_bucket_(init|create)().
2023-12-22 Kuniyuki Iwashimatcp: Save address type in inet_bind2_bucket.
2023-12-22 Kuniyuki Iwashimatcp: Save v4 address as v4-mapped-v6 in inet_bind2_buck...
2023-12-22 Kuniyuki Iwashimatcp: Rearrange tests in inet_bind2_bucket_(addr_match...
2023-12-22 Kuniyuki Iwashimatcp: Use bhash2 for v4-mapped-v6 non-wildcard address.
2023-12-22 Gui-Dong HanBluetooth: Fix atomicity violation in {min,max}_key_siz...
2023-12-22 Frédéric DanisBluetooth: L2CAP: Fix possible multiple reject send
2023-12-22 clancy shangBluetooth: hci_sync: fix BR/EDR wakeup bug
2023-12-22 Zijun HuBluetooth: hci_conn: Check non NULL function before...
2023-12-22 Iulia TanasescuBluetooth: ISO: Avoid creating child socket if PA sync...
2023-12-22 Luiz Augusto von... Bluetooth: Fix bogus check for re-auth no supported...
2023-12-22 Luiz Augusto von... Bluetooth: hci_core: Remove le_restart_scan work
2023-12-22 Yuran PereiraBluetooth: Add documentation to exported functions...
2023-12-22 Iulia TanasescuBluetooth: ISO: Reassociate a socket with an active BIS
2023-12-22 Iulia TanasescuBluetooth: ISO: Allow binding a PA sync socket
2023-12-22 David S. MillerMerge branch '1GbE' of git://git./linux/kernel/git...
2023-12-22 Pablo Neira Ayusonetfilter: nf_tables: validate chain type update if...
2023-12-22 Felix Huettnernetfilter: ctnetlink: support filtering by zone
2023-12-22 Florian Westphalnetfilter: nf_tables: mark newset as dead on transactio...
2023-12-22 Florian Westphalnetfilter: nft_set_pipapo: prefer gfp_kernel allocation
2023-12-22 Phil Sutternetfilter: nf_tables: Add locking for NFT_MSG_GETSETELE...
2023-12-22 Phil Sutternetfilter: nf_tables: Introduce nft_set_dump_ctx_init()
2023-12-22 Phil Sutternetfilter: nf_tables: Pass const set to nft_get_set_elem
2023-12-21 Paolo AbeniMerge git://git./linux/kernel/git/netdev/net
2023-12-21 Miri Korenblitwifi: mac80211: add a driver callback to check active_links
2023-12-21 Ayala Bekerwifi: mac80211: fix advertised TTLM scheduling
2023-12-21 Benjamin Bergwifi: cfg80211: avoid double free if updating BSS fails
2023-12-21 Benjamin Bergwifi: cfg80211: ensure cfg80211_bss_update frees IEs...
2023-12-21 Benjamin Bergwifi: cfg80211: free beacon_ies when overridden from...
2023-12-21 Johannes Bergwifi: mac80211: allow 64-bit radiotap timestamps
2023-12-21 Johannes Bergwifi: mac80211: rework RX timestamp flags
2023-12-21 Mukesh Sisodiyawifi: cfg80211: handle UHB AP and STA power type
2023-12-21 Andrei Otcheretianskiwifi: mac80211: Schedule regulatory channels check...
2023-12-21 Andrei Otcheretianskiwifi: cfg80211: Schedule regulatory check on BSS STA...
2023-12-21 Andrei Otcheretianskiwifi: cfg80211: reg: Support P2P operation on DFS channels
2023-12-21 Jouni Malinenwifi: mac80211: Skip association timeout update after...
2023-12-21 Linus TorvaldsMerge tag 'net-6.7-rc7' of git://git./linux/kernel...
2023-12-21 Paolo AbeniMerge tag 'for-netdev' of https://git./linux/kernel...
2023-12-21 Eric Dumazetnet: check dev->gso_max_size in gso_features_check()
next