summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-05-13Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-05-13ax25: Fix reference count leak issue of net_deviceDuoming Zhou
2024-05-13ax25: Fix reference count leak issues of ax25_devDuoming Zhou
2024-05-13ax25: Use kernel universal linked list to implement ax25_dev_listDuoming Zhou
2024-05-13l2tp: Support different protocol versions with same IP/port quadrupleSamuel Thibault
2024-05-13netdev: Add queue stats for TX stop and wakeDaniel Jurgens
2024-05-13netlabel: fix RCU annotation for IPv4 options on socket creationDavide Caratti
2024-05-13tcp: socket option to check for MPTCP fallback to TCPMatthieu Baerts (NGI0)
2024-05-13net: gro: move L3 flush checks to tcp_gro_receive and udp_gro_receive_segmentRichard Gobert
2024-05-13net: gro: use cb instead of skb->network_headerRichard Gobert
2024-05-13inet: fix inet_fill_ifaddr() flags truncationEric Dumazet
2024-05-13Merge tag 'nf-next-24-05-12' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2024-05-13Merge tag 'for-6.10/io_uring-20240511' of git://git.kernel.dk/linuxLinus Torvalds
2024-05-13Merge tag 'vfs-6.10.netfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2024-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next into net-...Jens Axboe
2024-05-11Merge branch 'for-6.10/io_uring' into net-accept-moreJens Axboe
2024-05-10ipv6: sr: fix invalid unregister error pathHangbin Liu
2024-05-10ipv6: sr: fix incorrect unregister orderHangbin Liu
2024-05-10ipv6: sr: add missing seg6_local_exitHangbin Liu
2024-05-10net: openvswitch: fix overwriting ct original tuple for ICMPv6Ilya Maximets
2024-05-10af_unix: Fix data races in unix_release_sock/unix_stream_sendmsgBreno Leitao
2024-05-10af_unix: Add dead flag to struct scm_fp_list.Kuniyuki Iwashima
2024-05-10netfilter: nf_tables: allow clone callbacks to sleepFlorian Westphal
2024-05-10netfilter: nft_set_pipapo: remove dirty flagFlorian Westphal
2024-05-10netfilter: nft_set_pipapo: move cloning of match info to insert/removal pathFlorian Westphal
2024-05-10netfilter: nft_set_pipapo: prepare pipapo_get helper for on-demand cloneFlorian Westphal
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-10kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada
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-09SUNRPC: Fix gss_free_in_token_pages()Chuck Lever
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