summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* tcp: Fix Use-After-Free in tcp_ao_connect_initHyunwoo Kim7 days1-1/+2
* ipv4: check for NULL idev in ip_route_use_hint()Eric Dumazet7 days1-0/+3
* icmp: prevent possible NULL dereferences from icmp_build_probe()Eric Dumazet9 days1-2/+10
* udp: preserve the connected status if only UDP cmsgYick Xie11 days1-2/+3
* inet: bring NLM_DONE out to a separate recv() againJakub Kicinski2024-04-151-0/+5
* netfilter: complete validation of user inputEric Dumazet2024-04-102-0/+8
* ipv4/route: avoid unused-but-set-variable warningArnd Bergmann2024-04-091-3/+1
* netfilter: validate user input for expected lengthEric Dumazet2024-04-042-0/+8
* tcp: Fix bind() regression for v6-only wildcard and v4(-mapped-v6) non-wildca...Kuniyuki Iwashima2024-03-291-8/+11
* tcp: Fix bind() regression for v6-only wildcard and v4-mapped-v6 non-wildcard...Kuniyuki Iwashima2024-03-291-2/+9
* erspan: make sure erspan_base_hdr is present in skb->headEric Dumazet2024-03-291-0/+5
* udp: prevent local UDP tunnel packets from being GROedAntoine Tenart2024-03-291-0/+6
* udp: do not transition UDP GRO fraglist partial checksums to unnecessaryAntoine Tenart2024-03-291-7/+1
* gro: fix ownership transferAntoine Tenart2024-03-291-1/+2
* udp: do not accept non-tunnel GSO skbs landing in a tunnelAntoine Tenart2024-03-292-2/+11
* inet: inet_defrag: prevent sk release while still in useFlorian Westphal2024-03-282-14/+58
* Merge tag 'nf-24-03-28' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2024-03-281-0/+1
|\
| * netfilter: arptables: Select NETFILTER_FAMILY_ARP when building arp_tables.cKuniyuki Iwashima2024-03-281-0/+1
* | tcp: properly terminate timers for kernel socketsEric Dumazet2024-03-252-0/+16
* | nexthop: fix uninitialized variable in nla_put_nh_group_stats()Dan Carpenter2024-03-221-1/+3
|/
* Merge tag 'net-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-03-217-33/+28
|\
| * Merge tag 'ipsec-2024-03-19' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski2024-03-191-4/+4
| |\
| | * net: esp: fix bad handling of pages from page_poolDragos Tatulea2024-03-181-4/+4
| * | tcp: Clear req->syncookie in reqsk_alloc().Kuniyuki Iwashima2024-03-191-0/+3
| * | ipv4: raw: Fix sending packets from raw sockets via IPsec tunnelsTobias Brunner2024-03-191-0/+1
| * | Revert "net: Re-use and set mono_delivery_time bit for userspace tstamp packets"Abhishek Chauhan2024-03-182-2/+0
| |/
| * tcp: Fix refcnt handling in __inet_hash_connect().Kuniyuki Iwashima2024-03-141-1/+1
| * rds: tcp: Fix use-after-free of net in reqsk_timer_handler().Kuniyuki Iwashima2024-03-121-4/+0
| * tcp: Fix NEW_SYN_RECV handling in inet_twsk_purge()Eric Dumazet2024-03-121-22/+19
* | Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-03-141-1/+1
|\ \ | |/ |/|
| * Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>"Ahelenia ZiemiaƄska2024-03-061-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-03-111-1/+14
|\ \
| * | net: ip_tunnel: make sure to pull inner header in ip_tunnel_rcv()Eric Dumazet2024-03-081-1/+14
* | | nexthop: Fix splat with CONFIG_DEBUG_PREEMPT=yIdo Schimmel2024-03-111-1/+2
* | | nexthop: Fix out-of-bounds access during attribute validationIdo Schimmel2024-03-111-12/+17
* | | nexthop: Only parse NHA_OP_FLAGS for dump messages that require itIdo Schimmel2024-03-111-5/+5
* | | nexthop: Only parse NHA_OP_FLAGS for get messages that require itIdo Schimmel2024-03-111-8/+8
* | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-03-111-5/+1
|\ \ \
| * | | bpf, net: validate struct_ops when updating value.Kui-Feng Lee2024-03-041-5/+1
* | | | net: nexthop: Have all NH notifiers carry NH IDPetr Machata2024-03-111-1/+1
* | | | net: nexthop: Initialize NH group ID in resilient NH group notifiersPetr Machata2024-03-111-0/+1
* | | | tcp: annotate a data-race around sysctl_tcp_wmem[0]Jason Xing2024-03-111-1/+1
* | | | udp: no longer touch sk->sk_refcnt in early demuxEric Dumazet2024-03-111-2/+3
* | | | udp: fix incorrect parameter validation in the udp_lib_getsockopt() functionGavrilov Ilia2024-03-111-2/+2
* | | | ipmr: fix incorrect parameter validation in the ip_mroute_getsockopt() functionGavrilov Ilia2024-03-111-1/+3
* | | | tcp: fix incorrect parameter validation in the do_tcp_getsockopt() functionGavrilov Ilia2024-03-111-2/+2
* | | | ipv4: raw: check sk->sk_rcvbuf earlierEric Dumazet2024-03-081-0/+7
* | | | nexthop: Simplify dump error handlingIdo Schimmel2024-03-081-9/+0
* | | | net: nexthop: Expose nexthop group HW stats to user spaceIdo Schimmel2024-03-081-8/+122
* | | | net: nexthop: Add ability to enable / disable hardware statisticsIdo Schimmel2024-03-081-1/+14