index
:
linux.git
dev
master
v4.9.13
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
Age
Commit message (
Expand
)
Author
2024-05-17
tcp: Use refcount_inc_not_zero() in tcp_twsk_unique().
Kuniyuki Iwashima
2024-05-17
tcp: defer shutdown(SEND_SHUTDOWN) for TCP_SYN_RECV sockets
Eric Dumazet
2024-05-17
xfrm: Preserve vlan tags for transport mode software GRO
Paul Davey
2024-05-17
net: gro: add flush check in udp_gro_receive_segment
Richard Gobert
2024-05-02
udp: preserve the connected status if only UDP cmsg
Yick Xie
2024-05-02
ipv4: check for NULL idev in ip_route_use_hint()
Eric Dumazet
2024-05-02
icmp: prevent possible NULL dereferences from icmp_build_probe()
Eric Dumazet
2024-04-17
netfilter: complete validation of user input
Eric Dumazet
2024-04-17
ipv4/route: avoid unused-but-set-variable warning
Arnd Bergmann
2024-04-10
tcp: Fix bind() regression for v6-only wildcard and v4(-mapped-v6) non-wildca...
Kuniyuki Iwashima
2024-04-10
udp: prevent local UDP tunnel packets from being GROed
Antoine Tenart
2024-04-10
udp: do not transition UDP GRO fraglist partial checksums to unnecessary
Antoine Tenart
2024-04-10
udp: do not accept non-tunnel GSO skbs landing in a tunnel
Antoine Tenart
2024-04-10
erspan: make sure erspan_base_hdr is present in skb->head
Eric Dumazet
2024-04-10
gro: fix ownership transfer
Antoine Tenart
2024-04-10
netfilter: validate user input for expected length
Eric Dumazet
2024-04-10
inet: inet_defrag: prevent sk release while still in use
Florian Westphal
2024-04-10
tcp: properly terminate timers for kernel sockets
Eric Dumazet
2024-03-26
ipv4: raw: Fix sending packets from raw sockets via IPsec tunnels
Tobias Brunner
2024-03-26
tcp: Fix refcnt handling in __inet_hash_connect().
Kuniyuki Iwashima
2024-03-26
rds: tcp: Fix use-after-free of net in reqsk_timer_handler().
Kuniyuki Iwashima
2024-03-26
tcp: Fix NEW_SYN_RECV handling in inet_twsk_purge()
Eric Dumazet
2024-03-26
udp: fix incorrect parameter validation in the udp_lib_getsockopt() function
Gavrilov Ilia
2024-03-26
ipmr: fix incorrect parameter validation in the ip_mroute_getsockopt() function
Gavrilov Ilia
2024-03-26
tcp: fix incorrect parameter validation in the do_tcp_getsockopt() function
Gavrilov Ilia
2024-03-26
net: ip_tunnel: make sure to pull inner header in ip_tunnel_rcv()
Eric Dumazet
2024-03-26
inet_diag: annotate data-races around inet_diag_table[]
Eric Dumazet
2024-03-06
netfilter: let reset rules clean out conntrack entries
Florian Westphal
2024-03-06
net: ip_tunnel: prevent perpetual headroom growth
Florian Westphal
2024-03-01
arp: Prevent overflow in arp_req_get().
Kuniyuki Iwashima
2024-03-01
ipv4: properly combine dev_base_seq and ipv4.dev_addr_genid
Eric Dumazet
2024-03-01
dccp/tcp: Unhash sk from ehash for tb2 alloc failure after check_estalblished().
Kuniyuki Iwashima
2024-02-16
inet: read sk->sk_family once in inet_recv_error()
Eric Dumazet
2024-02-16
tunnels: fix out of bounds access when building IPv6 PMTU error
Antoine Tenart
2024-02-05
net: ipv4: fix a memleak in ip_setup_cork
Zhipeng Lu
2024-02-05
tcp: add sanity checks to rx zerocopy
Eric Dumazet
2024-02-05
ipmr: fix kernel panic when forwarding mcast packets
Nicolas Dichtel
2024-02-05
ipv4: raw: add drop reasons
Eric Dumazet
2024-01-31
tcp: Add memory barrier to tcp_push()
Salvatore Dipietro
2024-01-31
tcp: make sure init the accept_queue's spinlocks once
Zhengchao Shao
2024-01-25
netfilter: bridge: replace physindev with physinif in nf_bridge_info
Pavel Tikhomirov
2024-01-25
netfilter: propagate net to nf_bridge_get_physindev
Pavel Tikhomirov
2024-01-25
udp: annotate data-races around up->pending
Eric Dumazet
2024-01-25
sctp: support MSG_ERRQUEUE flag in recvmsg()
Eric Dumazet
2024-01-25
ipmr: support IP_PKTINFO on cache report IGMP msg
Leone Fernando
2024-01-10
udp: annotate data-races around udp->encap_type
Eric Dumazet
2024-01-10
udp: lockless UDP_ENCAP_L2TPINUDP / UDP_GRO
Eric Dumazet
2024-01-10
udp: move udp->accept_udp_{l4|fraglist} to udp->udp_flags
Eric Dumazet
2024-01-10
udp: move udp->gro_enabled to udp->udp_flags
Eric Dumazet
2024-01-10
udp: move udp->no_check6_rx to udp->udp_flags
Eric Dumazet
[next]