summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2025-01-13wifi: mac80211: mlme: improve messages from config_bw()Johannes Berg
2025-01-13wifi: mac80211: reject per-band vendor elements with MLOJohannes Berg
2025-01-13wifi: mac80211: remove an unneeded check in RxEmmanuel Grumbach
2025-01-13wifi: mac80211: add some support for RX OMI power savingJohannes Berg
2025-01-13wifi: mac80211: Remove unused ieee80211_smps_is_restrictiveDr. David Alan Gilbert
2025-01-13wifi: cfg80211: copy multi-link element from the multi-link probe request's f...Michael-CY Lee
2025-01-13wifi: mac80211: change disassoc sequence a bitMiri Korenblit
2025-01-13wifi: mac80211: add an option to filter a sta from being flushedMiri Korenblit
2025-01-13wifi: mac80211: Clean up debugfs_key deadcodeDr. David Alan Gilbert
2025-01-13pktgen: Avoid out-of-bounds access in get_imix_entriesArtem Chernyshev
2025-01-13Merge 6.13-rc7 into driver-core-nextGreg Kroah-Hartman
2025-01-12net: remove get_task_comm() and print task comm directlyYafang Shao
2025-01-12bluetooth: mgmt: convert timeouts to secs_to_jiffies()Easwar Hariharan
2025-01-12netfilter: conntrack: cleanup timeout definitionsEaswar Hariharan
2025-01-11net/smc: delete pointless divide by oneDan Carpenter
2025-01-10SUNRPC: Document validity guarantees of the pointer returned by reserve_spaceChuck Lever
2025-01-10net: hide the definition of dev_get_by_napi_id()Jakub Kicinski
2025-01-10net: warn during dump if NAPI list is not sortedJakub Kicinski
2025-01-10tls: skip setting sk_write_space on rekeySabrina Dubroca
2025-01-10openvswitch: fix lockup on tx to unregistering netdev with carrierIlya Maximets
2025-01-10net: ethtool: Use hwprov under rcu_read_lockLi RongQing
2025-01-10xsk: Bring back busy polling supportStanislav Fomichev
2025-01-10bpf: Fix bpf_sk_select_reuseport() memory leakMichal Luczaj
2025-01-10Merge tag 'ipsec-next-2025-01-09' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller
2025-01-09ipv4: route: fix drop reason being overridden in ip_route_input_slowAntoine Tenart
2025-01-10hyperv: Switch from hyperv-tlfs.h to hyperv/hvhdk.hNuno Das Neves
2025-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-01-09Merge tag 'nf-25-01-09' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski
2025-01-09rds: sysctl: rds_tcp_{rcv,snd}buf: avoid using current->nsproxyMatthieu Baerts (NGI0)
2025-01-09sctp: sysctl: plpmtud_probe_interval: avoid using current->nsproxyMatthieu Baerts (NGI0)
2025-01-09sctp: sysctl: udp_port: avoid using current->nsproxyMatthieu Baerts (NGI0)
2025-01-09sctp: sysctl: auth_enable: avoid using current->nsproxyMatthieu Baerts (NGI0)
2025-01-09sctp: sysctl: rto_min/max: avoid using current->nsproxyMatthieu Baerts (NGI0)
2025-01-09sctp: sysctl: cookie_hmac_alg: avoid using current->nsproxyMatthieu Baerts (NGI0)
2025-01-09mptcp: sysctl: blackhole timeout: avoid using current->nsproxyMatthieu Baerts (NGI0)
2025-01-09mptcp: sysctl: sched: avoid using current->nsproxyMatthieu Baerts (NGI0)
2025-01-09mptcp: sysctl: avail sched: remove write accessMatthieu Baerts (NGI0)
2025-01-09sched: sch_cake: add bounds checks to host bulk flow fairness countsToke Høiland-Jørgensen
2025-01-09netdev: define NETDEV_INTERNALJakub Kicinski
2025-01-09net: make sure we retain NAPI ordering on netdev->napi_listJakub Kicinski
2025-01-09netfilter: conntrack: add conntrack event timestampFlorian Westphal
2025-01-09netfilter: conntrack: clamp maximum hashtable size to INT_MAXPablo Neira Ayuso
2025-01-09netfilter: nf_tables: imbalance in flowtable bindingPablo Neira Ayuso
2025-01-09net: hsr: remove synchronize_rcu() from hsr_add_port()Eric Dumazet
2025-01-09net: no longer reset transport_header in __netif_receive_skb_core()Eric Dumazet
2025-01-09netlink: add IPv6 anycast join/leave notificationsYuyang Huang
2025-01-08Merge tag 'for-net-2025-01-08' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2025-01-08bpf: Disable migration when cloning sock storageHou Tao
2025-01-08bpf: Disable migration when destroying sock storageHou Tao
2025-01-08tcp: Annotate data-race around sk->sk_mark in tcp_v4_send_resetDaniel Borkmann