summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2025-01-09sctp: sysctl: cookie_hmac_alg: avoid using current->nsproxyMatthieu Baerts (NGI0)-1/+2
2025-01-09mptcp: sysctl: blackhole timeout: avoid using current->nsproxyMatthieu Baerts (NGI0)-1/+3
2025-01-09mptcp: sysctl: sched: avoid using current->nsproxyMatthieu Baerts (NGI0)-6/+5
2025-01-09mptcp: sysctl: avail sched: remove write accessMatthieu Baerts (NGI0)-1/+1
2025-01-09sched: sch_cake: add bounds checks to host bulk flow fairness countsToke Høiland-Jørgensen-65/+75
2025-01-09netdev: define NETDEV_INTERNALJakub Kicinski-0/+1
2025-01-09net: make sure we retain NAPI ordering on netdev->napi_listJakub Kicinski-6/+36
2025-01-09netfilter: conntrack: add conntrack event timestampFlorian Westphal-0/+48
2025-01-09netfilter: conntrack: clamp maximum hashtable size to INT_MAXPablo Neira Ayuso-1/+4
2025-01-09netfilter: nf_tables: imbalance in flowtable bindingPablo Neira Ayuso-4/+11
2025-01-09net: hsr: remove synchronize_rcu() from hsr_add_port()Eric Dumazet-1/+0
2025-01-09net: no longer reset transport_header in __netif_receive_skb_core()Eric Dumazet-0/+6
2025-01-09netlink: add IPv6 anycast join/leave notificationsYuyang Huang-3/+38
2025-01-08Merge tag 'for-net-2025-01-08' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski-9/+44
2025-01-08bpf: Disable migration when cloning sock storageHou Tao-0/+2
2025-01-08bpf: Disable migration when destroying sock storageHou Tao-4/+5
2025-01-08tcp: Annotate data-race around sk->sk_mark in tcp_v4_send_resetDaniel Borkmann-1/+1
2025-01-08netdev: prevent accessing NAPI instances from another namespaceJakub Kicinski-18/+34
2025-01-08treewide: Introduce kthread_run_worker[_on_cpu]()Frederic Weisbecker-3/+3
2025-01-08Bluetooth: btmtk: Fix failed to send func ctrl for MediaTek devices.Chris Lu-2/+2
2025-01-08Bluetooth: MGMT: Fix Add Device to responding before completingLuiz Augusto von Dentz-2/+36
2025-01-08Bluetooth: hci_sync: Fix not setting Random Address when requiredLuiz Augusto von Dentz-5/+6
2025-01-07net: dsa: no longer call ds->ops->get_mac_eee()Russell King (Oracle)-8/+0
2025-01-07ipvlan: Fix use-after-free in ipvlan_get_iflink().Kuniyuki Iwashima-3/+7
2025-01-07net: Hold rtnl_net_lock() in (un)?register_netdevice_notifier_dev_net().Kuniyuki Iwashima-6/+10
2025-01-07net: Hold rtnl_net_lock() in (un)?register_netdevice_notifier_net().Kuniyuki Iwashima-4/+6
2025-01-07net: Hold __rtnl_net_lock() in (un)?register_netdevice_notifier().Kuniyuki Iwashima-2/+13
2025-01-07net: watchdog: rename __dev_watchdog_up() and dev_watchdog_down()Eric Dumazet-20/+15
2025-01-07tls: Fix tls_sw_sendmsg error handlingBenjamin Coddington-1/+1
2025-01-07bridge: Make br_is_nd_neigh_msg() accept pointer to "const struct sk_buff"Ted Chen-2/+2
2025-01-07dev: Hold per-netns RTNL in (un)?register_netdev().Kuniyuki Iwashima-4/+10
2025-01-07rtnetlink: Add rtnl_net_lock_killable().Kuniyuki Iwashima-1/+10
2025-01-07xfrm: Support ESN context update to hardware for TXJianbo Liu-0/+1
2025-01-07net: don't dump Tx and uninitialized NAPIsJakub Kicinski-2/+3
2025-01-06net: hsr: remove one synchronize_rcu() from hsr_del_port()Eric Dumazet-3/+2
2025-01-06ax25: rcu protect dev->ax25_ptrEric Dumazet-14/+29
2025-01-06sctp: Prepare sctp_v4_get_dst() to dscp_t conversion.Guillaume Nault-3/+7
2025-01-06SUNRPC: no need get cache ref when protected by rcuYang Erkun-9/+3
2025-01-06SUNRPC: introduce cache_check_rcu to help check in rcu contextYang Erkun-15/+26
2025-01-06sunrpc: remove all connection limit configurationNeilBrown-7/+1
2025-01-06nfsd: don't use sv_nrthreads in connection limiting calculations.NeilBrown-16/+16
2025-01-05netfilter: xt_hashlimit: htable_selective_cleanup() optimizationEric Dumazet-1/+5
2025-01-05ipvs: speed up reads from ip_vs_conn proc fileFlorian Westphal-22/+28
2025-01-05netfilter: nf_tables: remove the genmask parametertuqiang-4/+3
2025-01-04net: corrections for security_secid_to_secctx returnsCasey Schaufler-8/+10
2025-01-04Merge tag 'ieee802154-for-net-next-2025-01-03' of git://git.kernel.org/pub/sc...Jakub Kicinski-16/+0
2025-01-04Merge tag 'ieee802154-for-net-2025-01-03' of git://git.kernel.org/pub/scm/lin...Jakub Kicinski-0/+4
2025-01-04net_sched: cls_flow: validate TCA_FLOW_RSHIFT attributeEric Dumazet-1/+2
2025-01-04net: 802: LLC+SNAP OID:PID lookup on start of skb dataAntonio Pastor-2/+2
2025-01-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-60/+95