summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2026-07-08netfilter: handle unreadable fragsFlorian Westphal
2026-07-08netfilter: flowtable: support IPIP tunnel with direct xmitPablo Neira Ayuso
2026-07-08netfilter: flowtable: IPIP tunnel hardware offload is not yet supportPablo Neira Ayuso
2026-07-08netfilter: flowtable: use dst in this direction when pushing IPIP headerPablo Neira Ayuso
2026-07-08netfilter: ipset: allocate the proper memory for the generic hash structureJozsef Kadlecsik
2026-07-08netfilter: ipset: cleanup the add/del backlog when resize failedJozsef Kadlecsik
2026-07-08netfilter: ipset: exclude gc when resize is in progressJozsef Kadlecsik
2026-07-08netfilter: ipset: mark the rcu locked areas properlyJozsef Kadlecsik
2026-07-08netfilter: nft_lookup: fix catchall element handling with inverted lookupsTamaki Yanagawa
2026-07-08netfilter: ebtables: module names must be null-terminatedFlorian Westphal
2026-07-08netfilter: ebtables: zero chainstack arrayFlorian Westphal
2026-07-08netfilter: ebtables: terminate table name before find_table_lock()Xiang Mei
2026-07-08netfilter: nf_conntrack_reasm: guard mac_header adjustment after IPv6 defragXiang Mei
2026-07-08ipv4: igmp: Fix potential memory leaks in igmp_mod_timer() and igmp_stop_timer()Eric Dumazet
2026-07-08ipv6: mcast: Fix potential UAF in MLD delayed workEric Dumazet
2026-07-08ipv4: igmp: Fix potential UAF in igmp_gq_start_timer()Eric Dumazet
2026-07-08net/sched: cake: reject overhead values that underflow lengthSamuel Moelius
2026-07-08devlink: print controller prefix for non-zero controllerMoshe Shemesh
2026-07-08Merge tag 'for-net-2026-07-06' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Abeni
2026-07-07net: require instance lock for NETDEV_DOWN/GOING_DOWN notifiersStanislav Fomichev
2026-07-07net: rtnetlink: take instance lock inside rtnl_configure_linkStanislav Fomichev
2026-07-07net: dsa: hold instance lock on close-on-shutdown pathsStanislav Fomichev
2026-07-07net: hold instance lock around NETDEV_DOWN/GOING_DOWNStanislav Fomichev
2026-07-07wifi: cfg80211: bound element ID read when checking non-inheritanceHE WEI (ギカク)
2026-07-07ipv4: igmp: remove multicast group from hash table on device destructionYuyang Huang
2026-07-07devlink: Allow rate node parents from other devlinksCosmin Ratiu
2026-07-07devlink: Allow parent dev for rate-set and rate-newCosmin Ratiu
2026-07-07devlink: Add parent dev to devlink APICosmin Ratiu
2026-07-07devlink: Decouple rate storage from associated devlink objectCosmin Ratiu
2026-07-07devlink: Migrate from info->user_ptr to info->ctxCosmin Ratiu
2026-07-07devlink: Add a helper for getting a nested-in instanceCosmin Ratiu
2026-07-07net: fib_rules: Destroy ops->lock in fib_rules_unregister().Kuniyuki Iwashima
2026-07-07ipv4: fib: Define fib_table_hash_lock under CONFIG_IP_MULTIPLE_TABLES.Kuniyuki Iwashima
2026-07-07wifi: mac80211: Route (Re)association req/response to per-STA queueIlan Peer
2026-07-07net/tls: Consume empty data records in tls_sw_read_sock()Chuck Lever
2026-07-07wifi: cfg80211: validate assoc response length before status and IE accessZhao Li
2026-07-07wifi: cfg80211: validate rx/tx MLME callback frame lengths before accessZhao Li
2026-07-07wifi: mac80211: ibss: wait for in-flight TX on disconnectPagadala Yesu Anjaneyulu
2026-07-07wifi: mac80211: recalculate rx_nss on IBSS peer capability updateShahar Tzarfati
2026-07-07wifi: cfg80211: use wiphy work for socket owner autodisconnectCen Zhang
2026-07-07wifi: mac80211: fix memory leak in ieee80211_register_hw()Dawei Feng
2026-07-07wifi: mac80211: free AP_VLAN bc_buf SKBs outside IRQ lockCen Zhang
2026-07-06wifi: cfg80211: support MAC address filtering in station dump for link statsP Praneesh
2026-07-06wifi: cfg80211: Fragment per-link station stats in nl80211_dump_station()P Praneesh
2026-07-06wifi: cfg80211: Refactor nl80211_dump_station() to prepare for per-link statsP Praneesh
2026-07-06wifi: cfg80211: Add helper to pack station-level STA_INFOP Praneesh
2026-07-06wifi: cfg80211: Drop unused link stats handling in nl80211_send_station()P Praneesh
2026-07-06Bluetooth: L2CAP: fix tx ident leak for commands without a responseStig Hornang
2026-07-06Bluetooth: ISO: fix malformed ISO_END/CONT handlingPauli Virtanen
2026-07-06Bluetooth: L2CAP: Fix use-after-free in l2cap_sock_new_connection_cb()Siwei Zhang