summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
12 daysinet: 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
2024-03-08ipv4: raw: check sk->sk_rcvbuf earlierEric Dumazet
2024-03-08nexthop: Simplify dump error handlingIdo Schimmel
2024-03-08net: nexthop: Expose nexthop group HW stats to user spaceIdo Schimmel
2024-03-08net: nexthop: Add ability to enable / disable hardware statisticsIdo Schimmel
2024-03-08net: nexthop: Add hardware statistics notificationsIdo Schimmel
2024-03-08net: nexthop: Expose nexthop group stats to user spaceIdo Schimmel
2024-03-08net: nexthop: Add nexthop group entry statsIdo Schimmel
2024-03-08net: nexthop: Add NHA_OP_FLAGSPetr Machata
2024-03-08net: nexthop: Adjust netlink policy parsing for a new attributePetr Machata
2024-03-08net: ip_tunnel: make sure to pull inner header in ip_tunnel_rcv()Eric Dumazet
2024-03-07net: introduce include/net/rps.hEric Dumazet