aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2025-01-13wifi: mac80211: add an option to filter a sta from being flushedMiri Korenblit3-4/+8
2025-01-13wifi: mac80211: Clean up debugfs_key deadcodeDr. David Alan Gilbert2-62/+0
2025-01-13pktgen: Avoid out-of-bounds access in get_imix_entriesArtem Chernyshev1-3/+3
2025-01-13Merge 6.13-rc7 into driver-core-nextGreg Kroah-Hartman43-229/+535
2025-01-12net: remove get_task_comm() and print task comm directlyYafang Shao1-3/+1
2025-01-12bluetooth: mgmt: convert timeouts to secs_to_jiffies()Easwar Hariharan1-1/+1
2025-01-12netfilter: conntrack: cleanup timeout definitionsEaswar Hariharan1-13/+8
2025-01-11net/smc: delete pointless divide by oneDan Carpenter2-2/+2
2025-01-10SUNRPC: Document validity guarantees of the pointer returned by reserve_spaceChuck Lever1-0/+6
2025-01-10net: hide the definition of dev_get_by_napi_id()Jakub Kicinski3-2/+3
2025-01-10net: warn during dump if NAPI list is not sortedJakub Kicinski1-0/+7
2025-01-10tls: skip setting sk_write_space on rekeySabrina Dubroca1-0/+4
2025-01-10openvswitch: fix lockup on tx to unregistering netdev with carrierIlya Maximets1-1/+3
2025-01-10net: ethtool: Use hwprov under rcu_read_lockLi RongQing1-2/+3
2025-01-10xsk: Bring back busy polling supportStanislav Fomichev2-6/+9
2025-01-10bpf: Fix bpf_sk_select_reuseport() memory leakMichal Luczaj1-12/+18
2025-01-10Merge tag 'ipsec-next-2025-01-09' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller16-17/+3219
2025-01-09ipv4: route: fix drop reason being overridden in ip_route_input_slowAntoine Tenart1-0/+1
2025-01-10hyperv: Switch from hyperv-tlfs.h to hyperv/hvhdk.hNuno Das Neves1-3/+3
2025-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski18-128/+237
2025-01-09Merge tag 'nf-25-01-09' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2-5/+15
2025-01-09rds: sysctl: rds_tcp_{rcv,snd}buf: avoid using current->nsproxyMatthieu Baerts (NGI0)1-7/+32
2025-01-09sctp: sysctl: plpmtud_probe_interval: avoid using current->nsproxyMatthieu Baerts (NGI0)1-1/+2
2025-01-09sctp: sysctl: udp_port: avoid using current->nsproxyMatthieu Baerts (NGI0)1-1/+1
2025-01-09sctp: sysctl: auth_enable: avoid using current->nsproxyMatthieu Baerts (NGI0)1-1/+1
2025-01-09sctp: sysctl: rto_min/max: avoid using current->nsproxyMatthieu Baerts (NGI0)1-2/+2
2025-01-09sctp: sysctl: cookie_hmac_alg: avoid using current->nsproxyMatthieu Baerts (NGI0)1-1/+2
2025-01-09mptcp: sysctl: blackhole timeout: avoid using current->nsproxyMatthieu Baerts (NGI0)1-1/+3
2025-01-09mptcp: sysctl: sched: avoid using current->nsproxyMatthieu Baerts (NGI0)1-6/+5
2025-01-09mptcp: sysctl: avail sched: remove write accessMatthieu Baerts (NGI0)1-1/+1
2025-01-09sched: sch_cake: add bounds checks to host bulk flow fairness countsToke Høiland-Jørgensen1-65/+75
2025-01-09netdev: define NETDEV_INTERNALJakub Kicinski1-0/+1
2025-01-09net: make sure we retain NAPI ordering on netdev->napi_listJakub Kicinski1-6/+36
2025-01-09netfilter: conntrack: add conntrack event timestampFlorian Westphal2-0/+48
2025-01-09netfilter: conntrack: clamp maximum hashtable size to INT_MAXPablo Neira Ayuso1-1/+4
2025-01-09netfilter: nf_tables: imbalance in flowtable bindingPablo Neira Ayuso1-4/+11
2025-01-09net: hsr: remove synchronize_rcu() from hsr_add_port()Eric Dumazet1-1/+0
2025-01-09net: no longer reset transport_header in __netif_receive_skb_core()Eric Dumazet1-0/+6
2025-01-09netlink: add IPv6 anycast join/leave notificationsYuyang Huang2-3/+38
2025-01-08Merge tag 'for-net-2025-01-08' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothJakub Kicinski3-9/+44
2025-01-08bpf: Disable migration when cloning sock storageHou Tao1-0/+2
2025-01-08bpf: Disable migration when destroying sock storageHou Tao1-4/+5
2025-01-08tcp: Annotate data-race around sk->sk_mark in tcp_v4_send_resetDaniel Borkmann1-1/+1
2025-01-08netdev: prevent accessing NAPI instances from another namespaceJakub Kicinski3-18/+34
2025-01-08treewide: Introduce kthread_run_worker[_on_cpu]()Frederic Weisbecker3-3/+3
2025-01-08Bluetooth: btmtk: Fix failed to send func ctrl for MediaTek devices.Chris Lu1-2/+2
2025-01-08Bluetooth: MGMT: Fix Add Device to responding before completingLuiz Augusto von Dentz1-2/+36
2025-01-08Bluetooth: hci_sync: Fix not setting Random Address when requiredLuiz Augusto von Dentz1-5/+6
2025-01-07net: dsa: no longer call ds->ops->get_mac_eee()Russell King (Oracle)1-8/+0
2025-01-07ipvlan: Fix use-after-free in ipvlan_get_iflink().Kuniyuki Iwashima1-3/+7