aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2026-02-02wifi: mac80211: Add eMLSR/eMLMR action frame parsing supportLorenzo Bianconi6-1/+247
2026-02-02wifi: mac80211: add initial UHR supportJohannes Berg11-37/+337
2026-02-02wifi: cfg80211: add initial UHR supportJohannes Berg3-27/+180
2026-02-02wifi: mac80211: use wiphy_hrtimer_work for CAC timeoutAmith A5-9/+9
2026-02-02xfrm: skip templates check for packet offload tunnel modeLeon Romanovsky1-2/+9
2026-02-02xfrm6: fix uninitialized saddr in xfrm6_get_saddr()Jiayuan Chen1-2/+5
2026-01-31bpf: Fix bpf_xdp_store_bytes proto for read-only argPaul Chaignon1-1/+1
2026-01-31net: don't touch dev->stats in BPF redirect pathsJakub Kicinski1-4/+4
2026-01-30Revert "net/smc: Introduce TCP ULP support"D. Wythe1-87/+4
2026-01-30net: ax25: remove plumbing for never-implemented DAMA Master supportEthan Nelson-Moore2-16/+0
2026-01-30udp: add drop count for packets in udp_prod_queueMahdi Faramarzpour1-1/+19
2026-01-30tcp: reduce tcp sockets size by one cache lineEric Dumazet3-6/+14
2026-01-29Merge tag 'wireless-next-2026-01-29' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextJakub Kicinski15-101/+304
2026-01-29ipv6: optimize fl6_update_dst()Eric Dumazet1-7/+7
2026-01-29net/sched: cls_u32: use skb_header_pointer_careful()Eric Dumazet1-7/+6
2026-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski13-23/+83
2026-01-299p/xen: protect xen_9pfs_front_free against concurrent callsStefano Stabellini1-38/+41
2026-01-29Bluetooth: L2CAP: Fix not tracking outstanding TX identLuiz Augusto von Dentz1-14/+32
2026-01-29Bluetooth: MGMT: Fix memory leak in set_ssp_completeJianpeng Chang1-0/+3
2026-01-29Bluetooth: hci_core: Export hci_discovery_activeLinmao Li1-0/+1
2026-01-29Bluetooth: Fix using PHYs bitfields as PHY valueLuiz Augusto von Dentz4-29/+45
2026-01-29Bluetooth: L2CAP: Add support for setting BT_PHYLuiz Augusto von Dentz4-1/+222
2026-01-29Bluetooth: hci_sync: Add LE Channel Sounding HCI Command/event structuresNaga Bhavani Akella1-7/+38
2026-01-29Bluetooth: mgmt: Add idle_timeout to configurable system parametersStefan Sørensen1-0/+21
2026-01-29Bluetooth: hci_conn: Set link_policy on incoming ACL connectionsStefan Sørensen2-2/+1
2026-01-29Bluetooth: hci_conn: use mod_delayed_work for active mode timeoutStefan Sørensen1-2/+2
2026-01-29Bluetooth: hci_conn: Fix using conn->le_{tx,rx}_phy as supported PHYsLuiz Augusto von Dentz2-9/+38
2026-01-29net: fix segmentation of forwarding fraglist GROJibin Zhang4-3/+8
2026-01-29Merge tag 'wireless-2026-01-29' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wirelessPaolo Abeni1-3/+5
2026-01-29wifi: mac80211: correctly decode TTLM with default link mapBenjamin Berg1-3/+5
2026-01-29netfilter: nfnetlink_queue: optimize verdict lookup with hash tableScott Mitchell1-30/+116
2026-01-29netfilter: xt_time: use is_leap_year() helperJinjie Ruan1-6/+2
2026-01-29netfilter: flowtable: Add IP6IP6 tx sw accelerationLorenzo Bianconi1-2/+106
2026-01-29netfilter: flowtable: Add IP6IP6 rx sw accelerationLorenzo Bianconi2-13/+97
2026-01-29netfilter: Introduce tunnel metadata info in nf_flowtable_ctx structLorenzo Bianconi1-16/+25
2026-01-29netfilter: Add ctx pointer in nf_flow_skb_encap_protocol/nf_flow_ip4_tunnel_proto signatureLorenzo Bianconi1-11/+12
2026-01-299p: Track 9P RPC waiting time as IORemi Pommarel3-11/+11
2026-01-28mptcp: only reset subflow errors when propagatedMatthieu Baerts (NGI0)1-4/+5
2026-01-28mptcp: avoid dup SUB_CLOSED events after disconnectMatthieu Baerts (NGI0)1-2/+2
2026-01-28ipv6: remove __inet6_csk_dst_check()Eric Dumazet1-7/+1
2026-01-28tcp: tcp_tx_timestamp() must look at the rtx queueEric Dumazet1-0/+3
2026-01-28net: bridge: fix static key checkMartin Kaiser1-1/+1
2026-01-28ipv4: Use EXPORT_IPV6_MOD_GPL() for ip_fib_metrics_init().Kuniyuki Iwashima1-1/+1
2026-01-28ipv4: fib: Annotate access to struct fib_alias.fa_state.Kuniyuki Iwashima2-4/+6
2026-01-28nfc: nci: Fix race between rfkill and nci_unregister_device().Kuniyuki Iwashima2-4/+27
2026-01-28tcp: move tcp_rack_advance() to tcp_input.cEric Dumazet2-32/+32
2026-01-28tcp: move tcp_rack_update_reo_wnd() to tcp_input.cEric Dumazet2-43/+43
2026-01-28tcp: mark tcp_process_tlp_ack() as unlikelyEric Dumazet1-2/+2
2026-01-28vsock/virtio: reorder fields to reduce paddingMichael S. Tsirkin1-9/+9
2026-01-28sunrpc: allow svc_recv() to return -ETIMEDOUT and -EBUSYJeff Layton1-9/+42