summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-03-29net: sched: make skip_sw actually skip softwareAsbjørn Sloth Tønnesen
2024-03-29net: sched: cls_api: add filter counterAsbjørn Sloth Tønnesen
2024-03-29net: sched: cls_api: add skip_sw counterAsbjørn Sloth Tønnesen
2024-03-28net: remove gfp_mask from napi_alloc_skb()Jakub Kicinski
2024-03-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-03-28inet: inet_defrag: prevent sk release while still in useFlorian Westphal
2024-03-28Merge tag 'nf-24-03-28' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni
2024-03-28netfilter: arptables: Select NETFILTER_FAMILY_ARP when building arp_tables.cKuniyuki Iwashima
2024-03-28netfilter: nf_tables: skip netdev hook unregistration if table is dormantPablo Neira Ayuso
2024-03-28netfilter: nf_tables: reject table flag and netdev basechain updatesPablo Neira Ayuso
2024-03-28netfilter: nf_tables: reject destroy command to remove basechain hooksPablo Neira Ayuso
2024-03-27Merge tag 'wireless-2024-03-27' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski
2024-03-27Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-03-26tls: get psock ref after taking rxlock to avoid leakSabrina Dubroca
2024-03-26tls: adjust recv return with async crypto and failed copy to userspaceSabrina Dubroca
2024-03-26tls: recv: process_rx_list shouldn't use an offset with kvecSabrina Dubroca
2024-03-26net: pin system percpu page_pools to the corresponding NUMA nodesAlexander Lobakin
2024-03-26net: remove skb_free_datagram_locked()Eric Dumazet
2024-03-26net: Rename rps_lock to backlog_lock.Sebastian Andrzej Siewior
2024-03-26net: Use backlog-NAPI to clean up the defer_list.Sebastian Andrzej Siewior
2024-03-26net: Allow to use SMP threads for backlog NAPI.Sebastian Andrzej Siewior
2024-03-26net: Remove conditional threaded-NAPI wakeup based on task state.Sebastian Andrzej Siewior
2024-03-25tcp: properly terminate timers for kernel socketsEric Dumazet
2024-03-25net: hsr: hsr_slave: Fix the promiscuous mode in offload modeRavi Gunasekaran
2024-03-25net: mark racy access on sk->sk_rcvbuflinke li
2024-03-25net: rfkill: gpio: Convert to platform remove callback returning voidUwe Kleine-König
2024-03-25wifi: mac80211: use kvcalloc() for codel varsJohannes Berg
2024-03-25wifi: mac80211: reactivate multi-link later in restartJohannes Berg
2024-03-25wifi: mac80211: improve drop for action frame returnJohannes Berg
2024-03-25wifi: mac80211: don't ask driver about no-op link changesJohannes Berg
2024-03-25wifi: mac80211: don't select link ID if not provided in scan requestAyala Beker
2024-03-25wifi: mac80211: clarify IEEE80211_STATUS_SUBDATA_MASKJohannes Berg
2024-03-25wifi: mac80211: don't enter idle during link switchJohannes Berg
2024-03-25wifi: mac80211: add support for tearing down negotiated TTLMAyala Beker
2024-03-25wifi: cfg80211: ignore non-TX BSSs in per-STA profileBenjamin Berg
2024-03-25wifi: cfg80211: check BSSID Index against MaxBSSIDBenjamin Berg
2024-03-25wifi: mac80211: improve association error reporting slightlyBenjamin Berg
2024-03-25wifi: mac80211: add flag to disallow puncturing in 5 GHzJohannes Berg
2024-03-25wifi: cfg80211: handle indoor AFC/LPI AP in probe response and beaconAnjaneyulu
2024-03-25wifi: mac80211: handle indoor AFC/LPI AP on assoc successAnjaneyulu
2024-03-25wifi: mac80211: spectmgmt: simplify 6 GHz HE/EHT handlingJohannes Berg
2024-03-25wifi: mac80211: supplement parsing of puncturing bitmapKang Yang
2024-03-25wifi: mac80211: correctly set active links upon TTLMAyala Beker
2024-03-25wifi: mac80211: fix prep_connection error pathJohannes Berg
2024-03-25wifi: cfg80211: fix rdev_dump_mpp() arguments orderIgor Artemiev
2024-03-25wifi: cfg80211: add a flag to disable wireless extensionsJohannes Berg
2024-03-25wifi: mac80211: fix ieee80211_bss_*_flags kernel-docJeff Johnson
2024-03-25wifi: mac80211: check/clear fast rx for non-4addr sta VLAN changesFelix Fietkau
2024-03-25wifi: mac80211: fix mlme_link_id_dbg()Johan Hovold
2024-03-22ipv6: Fix address dump when IPv6 is disabled on an interfaceIdo Schimmel