summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2025-03-07wifi: mac80211: don't queue sdata::work for a non-running sdataMiri Korenblit
2025-03-07wifi: mac80211: flush the station before moving it to UN-AUTHORIZED stateEmmanuel Grumbach
2025-03-06Merge tag 'nf-25-03-06' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski
2025-03-06sched: address a potential NULL pointer dereference in the GRED scheduler.Jun Yang
2025-03-06tcp: clamp window like before the cleanupMatthieu Baerts (NGI0)
2025-03-06inet: call inet6_ehashfn() once from inet6_hash_connect()Eric Dumazet
2025-03-06inet: change lport contribution to inet_ehashfn() and inet6_ehashfn()Eric Dumazet
2025-03-06tcp: bring back NUMA dispersion in inet_ehash_locks_alloc()Eric Dumazet
2025-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-03-06net: replace dev_addr_sem with netdev instance lockStanislav Fomichev
2025-03-06net: ethtool: try to protect all callback with netdev instance lockJakub Kicinski
2025-03-06net: hold netdev instance lock during ndo_bpfStanislav Fomichev
2025-03-06net: hold netdev instance lock during sysfs operationsStanislav Fomichev
2025-03-06net: hold netdev instance lock during ioctl operationsStanislav Fomichev
2025-03-06net: hold netdev instance lock during rtnetlink operationsStanislav Fomichev
2025-03-06net: hold netdev instance lock during queue operationsStanislav Fomichev
2025-03-06net: hold netdev instance lock during qdisc ndo_setup_tcStanislav Fomichev
2025-03-06net: sched: wrap doit/dumpit methodsStanislav Fomichev
2025-03-06net: hold netdev instance lock during nft ndo_setup_tcStanislav Fomichev
2025-03-06net: hold netdev instance lock during ndo_open/ndo_stopStanislav Fomichev
2025-03-06netfilter: nf_tables: make destruction work queue pernetFlorian Westphal
2025-03-06net: ipv6: fix missing dst ref drop in ila lwtunnelJustin Iurman
2025-03-06net: ipv6: fix dst ref loop in ila lwtunnelJustin Iurman
2025-03-05inet: fix lwtunnel_valid_encap_type() lock imbalanceEric Dumazet
2025-03-05netfilter: nf_conncount: garbage collection is not skipped when jiffies wrap ...Nicklas Bo Jensen
2025-03-05net-timestamp: support TCP GSO case for a few missing flagsJason Xing
2025-03-04vlan: enforce underlying device typeOscar Maes
2025-03-04net: Prevent use after free in netif_napi_set_irq_locked()Dan Carpenter
2025-03-04tcp: use RCU lookup in __inet_hash_connect()Eric Dumazet
2025-03-04tcp: add RCU management to inet_bind_bucketEric Dumazet
2025-03-04tcp: optimize inet_use_bhash2_on_bind()Eric Dumazet
2025-03-04tcp: use RCU in __inet{6}_check_established()Eric Dumazet
2025-03-04mptcp: fix 'scheduling while atomic' in mptcp_pm_nl_append_new_local_addrKrister Johansen
2025-03-04tipc: Reduce scope for the variable “fdefq” in tipc_link_tnl_prepare()Markus Elfring
2025-03-04net: ethtool: netlink: Allow NULL nlattrs when getting a phy_deviceMaxime Chevallier
2025-03-04ppp: use IFF_NO_QUEUE in virtual interfacesQingfang Deng
2025-03-04mptcp: pm: exit early with ADD_ADDR echo if possibleMatthieu Baerts (NGI0)
2025-03-04mptcp: pm: in-kernel: reduce parameters of set_flagsGeliang Tang
2025-03-04mptcp: pm: in-kernel: avoid access entry without lockGeliang Tang
2025-03-04Merge tag 'wireless-next-2025-03-04-v2' of https://git.kernel.org/pub/scm/lin...Jakub Kicinski
2025-03-04Merge tag 'wireless-2025-03-04' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2025-03-04s390: Convert MACHINE_IS_[LPAR|VM|KVM], etc, machine_is_[lpar|vm|kvm]()Heiko Carstens
2025-03-04wifi: nl80211: disable multi-link reconfigurationJohannes Berg
2025-03-04net: plumb extack in __dev_change_net_namespace()Nicolas Dichtel
2025-03-04net: advertise netns_immutable property via netlinkNicolas Dichtel
2025-03-04net: rename netns_local to netns_immutableNicolas Dichtel
2025-03-04net: pktgen: remove all superfluous index assignementsPeter Seiderer
2025-03-04net: pktgen: fix mpls reset parsingPeter Seiderer
2025-03-04net: pktgen: fix access outside of user given buffer in pktgen_if_write()Peter Seiderer
2025-03-04net: pktgen: fix mpls maximum labels list parsingPeter Seiderer