summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2024-06-27tcp: clear tp->retrans_stamp in tcp_rcv_fastopen_synack()Eric Dumazet
2024-06-27net/tcp_ao: Don't leak ao_info on error-pathDmitry Safonov
2024-06-27cipso: fix total option length computationOndrej Mosnacek
2024-06-21tcp: use signed arithmetic in tcp_rtx_probe0_timed_out()Eric Dumazet
2024-06-21rtnetlink: make the "split" NLM_DONE handling genericJakub Kicinski
2024-06-21tcp: count CLOSE-WAIT sockets for TCP_MIB_CURRESTABJason Xing
2024-06-21net: tls: fix marking packets as decryptedJakub Kicinski
2024-06-16net/tcp: Don't consider TCP_CLOSE in TCP_AO_ESTABLISHEDDmitry Safonov
2024-06-12ipv4: correctly iterate over the target netns in inet_dump_ifaddr()Alexander Mikhalitsyn
2024-06-12net: fix __dst_negative_advice() raceEric Dumazet
2024-06-12inet: introduce dst_rtable() helperEric Dumazet
2024-06-12ipv6: introduce dst_rt6_info() helperEric Dumazet
2024-06-12netfilter: tproxy: bail out if IP has been disabled on the deviceFlorian Westphal
2024-06-12ipv4: Fix address dump when IPv4 is disabled on an interfaceIdo Schimmel
2024-06-12net: relax socket state check at accept time.Paolo Abeni
2024-06-12tcp: Fix shift-out-of-bounds in dctcp_update_alpha().Kuniyuki Iwashima
2024-05-30inet: fix inet_fill_ifaddr() flags truncationEric Dumazet
2024-05-30tcp: avoid premature drops in tcp_add_backlog()Eric Dumazet
2024-05-30udp: Avoid call to compute_score on multiple sitesGabriel Krisman Bertazi
2024-05-03Merge tag 'ipsec-2024-05-02' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2024-05-02tcp: Use refcount_inc_not_zero() in tcp_twsk_unique().Kuniyuki Iwashima
2024-05-02tcp: defer shutdown(SEND_SHUTDOWN) for TCP_SYN_RECV socketsEric Dumazet
2024-05-02net: gro: add flush check in udp_gro_receive_segmentRichard Gobert
2024-05-02net: gro: fix udp bad offset in socket lookup by adding {inner_}network_offse...Richard Gobert
2024-05-02ipv4: Fix uninit-value access in __ip_make_skb()Shigeru Yoshida
2024-04-26xfrm: Preserve vlan tags for transport mode software GROPaul Davey
2024-04-23tcp: Fix Use-After-Free in tcp_ao_connect_initHyunwoo Kim
2024-04-23ipv4: check for NULL idev in ip_route_use_hint()Eric Dumazet
2024-04-22icmp: prevent possible NULL dereferences from icmp_build_probe()Eric Dumazet
2024-04-19udp: preserve the connected status if only UDP cmsgYick Xie
2024-04-15inet: bring NLM_DONE out to a separate recv() againJakub Kicinski
2024-04-10netfilter: complete validation of user inputEric Dumazet
2024-04-09ipv4/route: avoid unused-but-set-variable warningArnd Bergmann
2024-04-04netfilter: validate user input for expected lengthEric Dumazet
2024-03-29tcp: Fix bind() regression for v6-only wildcard and v4(-mapped-v6) non-wildca...Kuniyuki Iwashima
2024-03-29tcp: Fix bind() regression for v6-only wildcard and v4-mapped-v6 non-wildcard...Kuniyuki Iwashima
2024-03-29erspan: make sure erspan_base_hdr is present in skb->headEric Dumazet
2024-03-29udp: prevent local UDP tunnel packets from being GROedAntoine Tenart
2024-03-29udp: do not transition UDP GRO fraglist partial checksums to unnecessaryAntoine Tenart
2024-03-29gro: fix ownership transferAntoine Tenart
2024-03-29udp: do not accept non-tunnel GSO skbs landing in a tunnelAntoine Tenart
2024-03-28inet: inet_defrag: prevent sk release while still in useFlorian Westphal
2024-03-28Merge tag 'nf-24-03-28' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni
2024-03-28netfilter: arptables: Select NETFILTER_FAMILY_ARP when building arp_tables.cKuniyuki Iwashima
2024-03-25tcp: properly terminate timers for kernel socketsEric Dumazet
2024-03-22nexthop: fix uninitialized variable in nla_put_nh_group_stats()Dan Carpenter
2024-03-21Merge tag 'net-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2024-03-19Merge tag 'ipsec-2024-03-19' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2024-03-19tcp: Clear req->syncookie in reqsk_alloc().Kuniyuki Iwashima
2024-03-19ipv4: raw: Fix sending packets from raw sockets via IPsec tunnelsTobias Brunner