summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-05-10af_unix: Add dead flag to struct scm_fp_list.Kuniyuki Iwashima
2024-05-10net: ipv6: fix wrong start position when receive hop-by-hop fragmentgaoxingwang
2024-05-09tcp: get rid of twsk_unique()Eric Dumazet
2024-05-09net/sched: adjust device watchdog timer to detect stopped queue at right timePraveen Kumar Kannoju
2024-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-05-09l2tp: Support several sockets with same IP/port quadrupleSamuel Thibault
2024-05-09net/smc: fix neighbour and rtable leak in smc_ib_find_route()Wen Gu
2024-05-08Merge tag 'wireless-next-2024-05-08' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2024-05-08ipv6: prevent NULL dereference in ip6_output()Eric Dumazet
2024-05-08hsr: Simplify code for announcing HSR nodes timer setupLukasz Majewski
2024-05-08phonet: no longer hold RTNL in route_dumpit()Eric Dumazet
2024-05-08ipv6: fib6_rules: avoid possible NULL dereference in fib6_rule_action()Eric Dumazet
2024-05-08net: dst_cache: minor optimization in dst_cache_set_ip6()Eric Dumazet
2024-05-08net: dst_cache: annotate data-races around dst_cache->reset_tsEric Dumazet
2024-05-08rxrpc: Only transmit one ACK per jumbo packet receivedDavid Howells
2024-05-08rxrpc: Fix congestion control algorithmDavid Howells
2024-05-08ax25: Remove superfuous "return" from ax25_ds_set_timerJoel Granados
2024-05-08ipvs: allow some sysctls in non-init user namespacesAlexander Mikhalitsyn
2024-05-08ipvs: add READ_ONCE barrier for ipvs->sysctl_amemthreshAlexander Mikhalitsyn
2024-05-08ipv6: Fix potential uninit-value access in __ip6_make_skb()Shigeru Yoshida
2024-05-08net: bridge: switchdev: Improve error message for port_obj_add/del functionsOleksij Rempel
2024-05-08appletalk: Improve handling of broadcast packetsVincent Duvert
2024-05-08net/ipv4: add tracepoint for icmp_sendPeilin He
2024-05-08net: bridge: fix corrupted ethernet header on multicast-to-unicastFelix Fietkau
2024-05-08net: dsa: add support switches global DSCP priority mappingOleksij Rempel
2024-05-08net: add IEEE 802.1q specific helpersOleksij Rempel
2024-05-08net: dsa: add support for DCB get/set apptrust configurationOleksij Rempel
2024-05-07mptcp: only allow set existing scheduler for net.mptcp.schedulerGregory Detal
2024-05-07nfc: nci: Fix kcov check in nci_rx_work()Tetsuo Handa
2024-05-07mptcp: fix possible NULL dereferencesEric Dumazet
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet
2024-05-07net: dccp: Fix ccid2_rtt_estimator() kernel-docJeff Johnson
2024-05-07rtnetlink: allow rtnl_fill_link_netnsid() to run under RCU protectionEric Dumazet
2024-05-07rtnetlink: do not depend on RTNL in rtnl_xdp_prog_skb()Eric Dumazet
2024-05-07rtnetlink: do not depend on RTNL in rtnl_fill_proto_down()Eric Dumazet
2024-05-07rtnetlink: do not depend on RTNL for many attributesEric Dumazet
2024-05-07net: write once on dev->allmulti and dev->promiscuityEric Dumazet
2024-05-07rtnetlink: do not depend on RTNL for IFLA_TXQLEN outputEric Dumazet
2024-05-07rtnetlink: do not depend on RTNL for IFLA_IFNAME outputEric Dumazet
2024-05-07rtnetlink: do not depend on RTNL for IFLA_QDISC outputEric Dumazet
2024-05-06Merge tag 'ipsec-next-2024-05-03' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2024-05-06mptcp: fix typos in commentsShi-Sheng Yang
2024-05-06phonet: fix rtm_phonet_notify() skb allocationEric Dumazet
2024-05-06Merge wireless into wireless-nextJohannes Berg
2024-05-06net: fix out-of-bounds access in ops_initThadeu Lima de Souza Cascardo
2024-05-06net: add heuristic for enabling TCP fraglist GROFelix Fietkau
2024-05-06net: create tcp_gro_header_pull helper functionFelix Fietkau
2024-05-06net: create tcp_gro_lookup helper functionFelix Fietkau
2024-05-06net: add code for TCP fraglist GROFelix Fietkau
2024-05-06net: add support for segmenting TCP fraglist GSO packetsFelix Fietkau