summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-05-14netdev: Add queue stats for TX stop and wakeDaniel Jurgens1-1/+3
2024-05-14tcp: socket option to check for MPTCP fallback to TCPMatthieu Baerts (NGI0)2-0/+5
2024-05-14net: gro: move L3 flush checks to tcp_gro_receive and udp_gro_receive_segmentRichard Gobert5-76/+5
2024-05-14net: gro: use cb instead of skb->network_headerRichard Gobert4-9/+6
2024-05-13Merge tag 'nf-next-24-05-12' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski15-171/+159
2024-05-11af_unix: Add dead flag to struct scm_fp_list.Kuniyuki Iwashima2-4/+11
2024-05-10netfilter: nf_tables: allow clone callbacks to sleepFlorian Westphal7-19/+21
2024-05-10netfilter: nft_set_pipapo: remove dirty flagFlorian Westphal2-27/+0
2024-05-10netfilter: nft_set_pipapo: move cloning of match info to insert/removal pathFlorian Westphal1-21/+49
2024-05-10netfilter: nft_set_pipapo: prepare pipapo_get helper for on-demand cloneFlorian Westphal1-7/+10
2024-05-10net: ipv6: fix wrong start position when receive hop-by-hop fragmentgaoxingwang1-1/+1
2024-05-10tcp: get rid of twsk_unique()Eric Dumazet4-4/+5
2024-05-10net/sched: adjust device watchdog timer to detect stopped queue at right timePraveen Kumar Kannoju1-4/+7
2024-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski28-79/+199
2024-05-09l2tp: Support several sockets with same IP/port quadrupleSamuel Thibault1-0/+21
2024-05-09net/smc: fix neighbour and rtable leak in smc_ib_find_route()Wen Gu1-7/+12
2024-05-09Merge tag 'wireless-next-2024-05-08' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski6-60/+168
2024-05-09ipv6: prevent NULL dereference in ip6_output()Eric Dumazet1-1/+1
2024-05-09hsr: Simplify code for announcing HSR nodes timer setupLukasz Majewski1-15/+12
2024-05-09phonet: no longer hold RTNL in route_dumpit()Eric Dumazet1-8/+9
2024-05-09ipv6: fib6_rules: avoid possible NULL dereference in fib6_rule_action()Eric Dumazet1-1/+5
2024-05-09net: dst_cache: minor optimization in dst_cache_set_ip6()Eric Dumazet1-1/+1
2024-05-09net: dst_cache: annotate data-races around dst_cache->reset_tsEric Dumazet1-2/+3
2024-05-08rxrpc: Only transmit one ACK per jumbo packet receivedDavid Howells1-11/+35
2024-05-08rxrpc: Fix congestion control algorithmDavid Howells3-10/+2
2024-05-08ax25: Remove superfuous "return" from ax25_ds_set_timerJoel Granados1-1/+0
2024-05-08ipvs: allow some sysctls in non-init user namespacesAlexander Mikhalitsyn1-4/+15
2024-05-08ipvs: add READ_ONCE barrier for ipvs->sysctl_amemthreshAlexander Mikhalitsyn1-7/+7
2024-05-08ipv6: Fix potential uninit-value access in __ip6_make_skb()Shigeru Yoshida1-1/+1
2024-05-08net: bridge: switchdev: Improve error message for port_obj_add/del functionsOleksij Rempel1-4/+95
2024-05-08appletalk: Improve handling of broadcast packetsVincent Duvert1-3/+16
2024-05-08net/ipv4: add tracepoint for icmp_sendPeilin He1-0/+4
2024-05-08net: bridge: fix corrupted ethernet header on multicast-to-unicastFelix Fietkau1-2/+7
2024-05-08net: dsa: add support switches global DSCP priority mappingOleksij Rempel1-0/+75
2024-05-08net: add IEEE 802.1q specific helpersOleksij Rempel3-0/+246
2024-05-08net: dsa: add support for DCB get/set apptrust configurationOleksij Rempel1-0/+28
2024-05-08mptcp: only allow set existing scheduler for net.mptcp.schedulerGregory Detal1-1/+38
2024-05-08nfc: nci: Fix kcov check in nci_rx_work()Tetsuo Handa1-0/+1
2024-05-08mptcp: fix possible NULL dereferencesEric Dumazet1-15/+17
2024-05-08net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet11-12/+13
2024-05-08net: dccp: Fix ccid2_rtt_estimator() kernel-docJeff Johnson1-0/+1
2024-05-07rtnetlink: allow rtnl_fill_link_netnsid() to run under RCU protectionEric Dumazet4-6/+5
2024-05-07rtnetlink: do not depend on RTNL in rtnl_xdp_prog_skb()Eric Dumazet1-5/+7
2024-05-07rtnetlink: do not depend on RTNL in rtnl_fill_proto_down()Eric Dumazet2-8/+11
2024-05-07rtnetlink: do not depend on RTNL for many attributesEric Dumazet1-20/+31
2024-05-07net: write once on dev->allmulti and dev->promiscuityEric Dumazet1-16/+20
2024-05-07rtnetlink: do not depend on RTNL for IFLA_TXQLEN outputEric Dumazet4-5/+5
2024-05-07rtnetlink: do not depend on RTNL for IFLA_IFNAME outputEric Dumazet1-2/+6
2024-05-07rtnetlink: do not depend on RTNL for IFLA_QDISC outputEric Dumazet1-3/+3
2024-05-07Merge tag 'ipsec-next-2024-05-03' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski13-61/+203