summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-03-07Merge tag 'nf-24-03-07' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni
2024-03-07netrom: Fix data-races around sysctl_net_busy_readJason Xing
2024-03-07netrom: Fix a data-race around sysctl_netrom_link_fails_countJason Xing
2024-03-07netrom: Fix a data-race around sysctl_netrom_routing_controlJason Xing
2024-03-07netrom: Fix a data-race around sysctl_netrom_transport_no_activity_timeoutJason Xing
2024-03-07netrom: Fix a data-race around sysctl_netrom_transport_requested_window_sizeJason Xing
2024-03-07netrom: Fix a data-race around sysctl_netrom_transport_busy_delayJason Xing
2024-03-07netrom: Fix a data-race around sysctl_netrom_transport_acknowledge_delayJason Xing
2024-03-07netrom: Fix a data-race around sysctl_netrom_transport_maximum_triesJason Xing
2024-03-07netrom: Fix a data-race around sysctl_netrom_transport_timeoutJason Xing
2024-03-07netrom: Fix data-races around sysctl_netrom_network_ttl_initialiserJason Xing
2024-03-07netrom: Fix a data-race around sysctl_netrom_obsolescence_count_initialiserJason Xing
2024-03-07netrom: Fix a data-race around sysctl_netrom_default_path_qualityJason Xing
2024-03-06Merge tag 'ipsec-2024-03-06' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2024-03-06ethtool: remove ethtool_eee_use_linkmodesHeiner Kallweit
2024-03-06mptcp: drop lookup_by_id in lookup_addrGeliang Tang
2024-03-06mptcp: set error messages for set_flagsGeliang Tang
2024-03-06mptcp: update set_flags interfacesGeliang Tang
2024-03-06mptcp: drop duplicate header inclusionsGeliang Tang
2024-03-07netfilter: nf_conntrack_h323: Add protection for bmp length out of rangeLena Wang
2024-03-07netfilter: nf_tables: mark set as dead when unbinding anonymous set with timeoutPablo Neira Ayuso
2024-03-07netfilter: nft_ct: fix l3num expectations with inet pseudo familyFlorian Westphal
2024-03-07netfilter: nf_tables: reject constant set with timeoutPablo Neira Ayuso
2024-03-07netfilter: nf_tables: disallow anonymous set with timeout flagPablo Neira Ayuso
2024-03-06inet: Add getsockopt support for IP_ROUTER_ALERT and IPV6_ROUTER_ALERTJuntong Deng
2024-03-06net/rds: fix WARNING in rds_conn_connect_if_downEdward Adam Davis
2024-03-06genetlink: fit NLMSG_DONE into same read() as familiesJakub Kicinski
2024-03-06netdev: let netlink core handle -EMSGSIZE errorsJakub Kicinski
2024-03-06netlink: handle EMSGSIZE errors in the coreJakub Kicinski
2024-03-05ethtool: ignore unused/unreliable fields in set_eee opHeiner Kallweit
2024-03-05dpll: move all dpll<>netdev helpers to dpll codeJakub Kicinski
2024-03-05sock: Use unsafe_memcpy() for sock_copy()Kees Cook
2024-03-05nfc: core: make nfc_class constantRicardo B. Marliere
2024-03-05net/ipv6: avoid possible UAF in ip6_route_mpath_notify()Eric Dumazet
2024-03-05net/smc: reduce rtnl pressure in smc_pnet_create_pnetids_list()Eric Dumazet
2024-03-05net: Re-use and set mono_delivery_time bit for userspace tstamp packetsAbhishek Chauhan
2024-03-05tcp: gro: micro optimizations in tcp[4]_gro_complete()Eric Dumazet
2024-03-05net: gro: enable fast path for more casesEric Dumazet
2024-03-05net: gro: rename skb_gro_header_hard()Eric Dumazet
2024-03-05mm/page_alloc: modify page_frag_alloc_align() to accept align as an argumentYunsheng Lin
2024-03-05xfrm: set skb control buffer based on packet offload as wellMike Yu
2024-03-05xfrm: fix xfrm child route lookup for packet offloadMike Yu
2024-03-04tcp: align tcp_sock_write_rx groupEric Dumazet
2024-03-04mptcp: get addr in userspace pm listGeliang Tang
2024-03-04mptcp: implement mptcp_userspace_pm_get_addrGeliang Tang
2024-03-04mptcp: add userspace_pm_lookup_addr_by_id helperGeliang Tang
2024-03-04mptcp: check userspace pm flagsGeliang Tang
2024-03-04mptcp: dump addrs in userspace pm listGeliang Tang
2024-03-04mptcp: add token for get-addr in yamlGeliang Tang