summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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
2025-01-08netdev: prevent accessing NAPI instances from another namespaceJakub Kicinski
2025-01-08treewide: Introduce kthread_run_worker[_on_cpu]()Frederic Weisbecker
2025-01-08Bluetooth: btmtk: Fix failed to send func ctrl for MediaTek devices.Chris Lu
2025-01-08Bluetooth: MGMT: Fix Add Device to responding before completingLuiz Augusto von Dentz
2025-01-08Bluetooth: hci_sync: Fix not setting Random Address when requiredLuiz Augusto von Dentz
2025-01-07net: dsa: no longer call ds->ops->get_mac_eee()Russell King (Oracle)
2025-01-07ipvlan: Fix use-after-free in ipvlan_get_iflink().Kuniyuki Iwashima
2025-01-07net: Hold rtnl_net_lock() in (un)?register_netdevice_notifier_dev_net().Kuniyuki Iwashima
2025-01-07net: Hold rtnl_net_lock() in (un)?register_netdevice_notifier_net().Kuniyuki Iwashima
2025-01-07net: Hold __rtnl_net_lock() in (un)?register_netdevice_notifier().Kuniyuki Iwashima
2025-01-07net: watchdog: rename __dev_watchdog_up() and dev_watchdog_down()Eric Dumazet
2025-01-07tls: Fix tls_sw_sendmsg error handlingBenjamin Coddington
2025-01-07bridge: Make br_is_nd_neigh_msg() accept pointer to "const struct sk_buff"Ted Chen
2025-01-07dev: Hold per-netns RTNL in (un)?register_netdev().Kuniyuki Iwashima
2025-01-07rtnetlink: Add rtnl_net_lock_killable().Kuniyuki Iwashima
2025-01-07xfrm: Support ESN context update to hardware for TXJianbo Liu
2025-01-07net: don't dump Tx and uninitialized NAPIsJakub Kicinski
2025-01-06net: hsr: remove one synchronize_rcu() from hsr_del_port()Eric Dumazet
2025-01-06ax25: rcu protect dev->ax25_ptrEric Dumazet
2025-01-06sctp: Prepare sctp_v4_get_dst() to dscp_t conversion.Guillaume Nault
2025-01-06SUNRPC: no need get cache ref when protected by rcuYang Erkun
2025-01-06SUNRPC: introduce cache_check_rcu to help check in rcu contextYang Erkun
2025-01-06sunrpc: remove all connection limit configurationNeilBrown
2025-01-06nfsd: don't use sv_nrthreads in connection limiting calculations.NeilBrown
2025-01-05netfilter: xt_hashlimit: htable_selective_cleanup() optimizationEric Dumazet
2025-01-05ipvs: speed up reads from ip_vs_conn proc fileFlorian Westphal
2025-01-05netfilter: nf_tables: remove the genmask parametertuqiang
2025-01-04net: corrections for security_secid_to_secctx returnsCasey Schaufler
2025-01-04Merge tag 'ieee802154-for-net-next-2025-01-03' of git://git.kernel.org/pub/sc...Jakub Kicinski
2025-01-04Merge tag 'ieee802154-for-net-2025-01-03' of git://git.kernel.org/pub/scm/lin...Jakub Kicinski
2025-01-04net_sched: cls_flow: validate TCA_FLOW_RSHIFT attributeEric Dumazet
2025-01-04net: 802: LLC+SNAP OID:PID lookup on start of skb dataAntonio Pastor
2025-01-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-01-03Merge tag 'net-6.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-01-03driver core: Constify API device_find_child() and adapt for various usagesZijun Hu