summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
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
2024-03-18Revert "net: Re-use and set mono_delivery_time bit for userspace tstamp packets"Abhishek Chauhan
2024-03-18net: esp: fix bad handling of pages from page_poolDragos Tatulea
2024-03-14Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-03-14tcp: Fix refcnt handling in __inet_hash_connect().Kuniyuki Iwashima
2024-03-12rds: tcp: Fix use-after-free of net in reqsk_timer_handler().Kuniyuki Iwashima
2024-03-12tcp: Fix NEW_SYN_RECV handling in inet_twsk_purge()Eric Dumazet
2024-03-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-03-11nexthop: Fix splat with CONFIG_DEBUG_PREEMPT=yIdo Schimmel
2024-03-11nexthop: Fix out-of-bounds access during attribute validationIdo Schimmel
2024-03-11nexthop: Only parse NHA_OP_FLAGS for dump messages that require itIdo Schimmel
2024-03-11nexthop: Only parse NHA_OP_FLAGS for get messages that require itIdo Schimmel
2024-03-11Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-03-11net: nexthop: Have all NH notifiers carry NH IDPetr Machata
2024-03-11net: nexthop: Initialize NH group ID in resilient NH group notifiersPetr Machata
2024-03-11tcp: annotate a data-race around sysctl_tcp_wmem[0]Jason Xing
2024-03-11udp: no longer touch sk->sk_refcnt in early demuxEric Dumazet
2024-03-11udp: fix incorrect parameter validation in the udp_lib_getsockopt() functionGavrilov Ilia
2024-03-11ipmr: fix incorrect parameter validation in the ip_mroute_getsockopt() functionGavrilov Ilia
2024-03-11tcp: fix incorrect parameter validation in the do_tcp_getsockopt() functionGavrilov Ilia