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
2022-07-07
tunnels: do not assume mac header is set in skb_tunnel_check_pmtu()
Eric Dumazet
2022-07-07
tcp: add a missing nf_reset_ct() in 3WHS handling
Eric Dumazet
2022-06-29
sock: redo the psock vs ULP protection check
Jakub Kicinski
2022-06-29
erspan: do not assume transport header is always set
Eric Dumazet
2022-06-29
ipv4: ping: fix bind address validity check
Riccardo Paolo Bestetti
2022-06-22
net: remove noblock parameter from skb_recv_datagram()
Oliver Hartkopp
2022-06-14
tcp: fix tcp_mtup_probe_success vs wrong snd_cwnd
Eric Dumazet
2022-06-14
tcp: use alloc_large_system_hash() to allocate table_perturb
Muchun Song
2022-06-14
ip_gre: test csum_start instead of transport header
Willem de Bruijn
2022-06-14
net: xfrm: unexport __init-annotated xfrm4_protocol_init()
Masahiro Yamada
2022-06-14
tcp: tcp_rtx_synack() can be called from process context
Eric Dumazet
2022-06-14
tcp: add accessors to read/set tp->snd_cwnd
Eric Dumazet
2022-06-09
tcp: consume incoming skb leading to a reset
Eric Dumazet
2022-05-18
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2022-05-16
xfrm: fix "disable_policy" flag use when arriving from different devices
Eyal Birger
2022-05-13
Revert "tcp/dccp: get rid of inet_twsk_purge()"
Eric Dumazet
2022-05-06
ipv4: drop dst in multicast routing path
Lokesh Dhoundiyal
2022-05-05
ping: fix address binding wrt vrf
Nicolas Dichtel
2022-05-04
tcp: drop the hash_32() part from the index calculation
Willy Tarreau
2022-05-04
tcp: increase source port perturb table to 2^16
Willy Tarreau
2022-05-04
tcp: dynamically allocate the perturb table used by source ports
Willy Tarreau
2022-05-04
tcp: add small random increments to the source port
Willy Tarreau
2022-05-04
tcp: use different parts of the port_offset for index and offset
Willy Tarreau
2022-05-04
secure_seq: use the 64 bits of the siphash for port offset calculation
Willy Tarreau
2022-04-30
net: igmp: respect RCU rules in ip_mc_source() and ip_mc_msfilter()
Eric Dumazet
2022-04-28
tcp: fix F-RTO may not work correctly when receiving DSACK
Pengcheng Yang
2022-04-25
tcp: make sure treq->af_specific is initialized
Eric Dumazet
2022-04-25
tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWAT
Eric Dumazet
2022-04-25
ip_gre, ip6_gre: Fix race condition on o_seqno in collect_md mode
Peilin Ye
2022-04-25
ip_gre: Make o_seqno start from 0 in native mode
Peilin Ye
2022-04-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf
David S. Miller
2022-04-25
netfilter: flowtable: Remove the empty file
Rongguang Wei
2022-04-22
tcp: ensure to use the most recently sent skb when filling the rate sample
Pengcheng Yang
2022-04-22
tcp: md5: incorrect tcp_header_len for incoming connections
Francesco Ruggeri
2022-04-15
net: Handle l3mdev in ip_tunnel_init_flow
David Ahern
2022-04-13
esp: limit skb_page_frag_refill use to a single page
Sabrina Dubroca
2022-04-01
net: ipv4: fix route with nexthop object delete warning
Nikolay Aleksandrov
2022-03-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-03-22
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2022-03-21
tcp: ensure PMTU updates are processed during fastopen
Jakub Kicinski
2022-03-20
netfilter: nf_nat_h323: eliminate anonymous module_init & module_exit
Randy Dunlap
2022-03-20
netfilter: nft_fib: add reduce support
Florian Westphal
2022-03-20
netfilter: nf_tables: do not reduce read-only expressions
Pablo Neira Ayuso
2022-03-18
ipv4: Fix route lookups when handling ICMP redirects and PMTU updates
Guillaume Nault
2022-03-15
net: Add l3mdev index to flow struct and avoid oif reset for port devices
David Ahern
2022-03-15
bpf, sockmap: Fix double uncharge the mem of sk_msg
Wang Yufen
2022-03-15
bpf, sockmap: Fix more uncharged while msg has more_data
Wang Yufen
2022-03-11
tcp: unexport tcp_ca_get_key_by_name and tcp_ca_get_name_by_key
Christoph Hellwig
2022-03-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-03-09
tcp: adjust TSO packet sizes based on min_rtt
Eric Dumazet
[next]