summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2025-05-08net: export a helper for adding up queue statsJakub Kicinski-19/+50
2025-05-07bpf: Scrub packet on bpf_redirect_peerPaul Chaignon-0/+1
2025-05-07Merge tag 'nf-25-05-08' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski-20/+9
2025-05-07openvswitch: Fix unsafe attribute parsing in output_userspace()Eelco Chaudron-2/+1
2025-05-07netfilter: ipset: fix region locking in hash typesJozsef Kadlecsik-1/+1
2025-05-07ipvs: fix uninit-value for saddr in do_output_route4Julian Anastasov-19/+8
2025-05-06Merge tag 'wireless-2025-05-06' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski-7/+7
2025-05-06Merge tag 'linux-can-fixes-for-6.15-20250506' of git://git.kernel.org/pub/scm...Jakub Kicinski-59/+90
2025-05-06net: add missing instance lock to dev_set_promiscuityStanislav Fomichev-13/+24
2025-05-06net: Lock netdevices during dev_shutdownCosmin Ratiu-1/+3
2025-05-06wifi: mac80211: fix the type of status_code for negotiated TID to Link MappingMichael-CY Lee-6/+6
2025-05-06wifi: cfg80211: fix out-of-bounds access during multi-link element defragment...Veerendranath Jakkam-1/+1
2025-05-06can: gw: fix RCU/BH usage in cgw_create_job()Oliver Hartkopp-59/+90
2025-05-05gre: Fix again IPv6 link-local address generation.Guillaume Nault-6/+9
2025-05-05sch_htb: make htb_deactivate() idempotentCong Wang-9/+6
2025-05-01Merge tag 'net-6.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-222/+264
2025-05-01net: use sock_gen_put() when sk_state is TCP_TIME_WAITJibin Zhang-2/+2
2025-04-29net: ipv6: fix UDPv6 GSO segmentation with NATFelix Fietkau-1/+60
2025-04-28net_sched: qfq: Fix double list add in class with netem as child qdiscVictor Nogueira-4/+7
2025-04-28net_sched: ets: Fix double list add in class with netem as child qdiscVictor Nogueira-3/+6
2025-04-28net_sched: hfsc: Fix a UAF vulnerability in class with netem as child qdiscVictor Nogueira-1/+1
2025-04-28net_sched: drr: Fix double list add in class with netem as child qdiscVictor Nogueira-3/+6
2025-04-26Merge tag 'nfsd-6.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds-5/+1
2025-04-26Revert "sunrpc: clean cache_detail immediately when flush is written frequently"Chuck Lever-5/+1
2025-04-25Merge tag 'ceph-for-6.15-rc4' of https://github.com/ceph/ceph-clientLinus Torvalds-23/+0
2025-04-25Bluetooth: L2CAP: copy RX timestamp to new fragmentsPauli Virtanen-0/+3
2025-04-25Bluetooth: hci_conn: Fix not setting timeout for BIG Create SyncLuiz Augusto von Dentz-104/+83
2025-04-25Bluetooth: hci_conn: Fix not setting conn_timeout for Broadcast ReceiverLuiz Augusto von Dentz-100/+85
2025-04-24xsk: Fix race condition in AF_XDP generic RX pathe.kubanski-3/+4
2025-04-24Merge tag 'wireless-2025-04-24' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski-1/+7
2025-04-23net_sched: hfsc: Fix a potential UAF in hfsc_dequeue() tooCong Wang-4/+10
2025-04-23net_sched: hfsc: Fix a UAF vulnerability in class handlingCong Wang-2/+7
2025-04-23mptcp: pm: Defer freeing of MPTCP userspace path manager entriesMat Martineau-1/+5
2025-04-23wifi: mac80211: restore monitor for outgoing framesJohannes Berg-1/+7
2025-04-22tipc: fix NULL pointer dereference in tipc_mon_reinit_self()Tung Nguyen-1/+2
2025-04-22net: lwtunnel: disable BHs when requiredJustin Iurman-6/+20
2025-04-22net: selftests: initialize TCP header and skb payload with zeroOleksij Rempel-5/+13
2025-04-21net: fix the missing unlock for detached devicesJakub Kicinski-3/+6
2025-04-17Merge tag 'net-6.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-42/+162
2025-04-17Merge tag 'nf-25-04-17' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni-4/+6
2025-04-17Merge tag 'for-net-2025-04-16' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Abeni-1/+17
2025-04-17netfilter: conntrack: fix erronous removal of offload bitFlorian Westphal-4/+6
2025-04-16net: don't try to ops lock uninitialized devsJakub Kicinski-4/+3
2025-04-16net: dsa: avoid refcount warnings when ds->ops->tag_8021q_vlan_del() failsVladimir Oltean-1/+1
2025-04-16net: dsa: free routing table on probe failureVladimir Oltean-7/+14
2025-04-16net: dsa: clean up FDB, MDB, VLAN entries on unbindVladimir Oltean-3/+35
2025-04-16net: bridge: switchdev: do not notify new brentries as changedJonas Gorski-1/+3
2025-04-16Bluetooth: l2cap: Process valid commands in too long frameFrédéric Danis-1/+17
2025-04-15Merge tag 'linux-can-fixes-for-6.15-20250415' of git://git.kernel.org/pub/scm...Jakub Kicinski-0/+1
2025-04-15batman-adv: Fix double-hold of meshif when getting enabledSven Eckelmann-1/+0