summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'random-5.19-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-05-241-3/+1
|\
| * random32: use real rng for non-deterministic randomnessJason A. Donenfeld2022-05-181-3/+1
* | Merge tag 'for-5.19/io_uring-net-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds2022-05-231-6/+10
|\ \
| * \ Merge branch 'tcp-pass-back-data-left-in-socket-after-receive' of git://git.k...Jens Axboe2022-04-291-6/+10
| |\ \
| | * | tcp: pass back data left in socket after receiveJens Axboe2022-04-291-6/+10
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2022-05-181-5/+18
|\ \ \ \
| * | | | xfrm: fix "disable_policy" flag use when arriving from different devicesEyal Birger2022-05-161-5/+18
* | | | | Revert "tcp/dccp: get rid of inet_twsk_purge()"Eric Dumazet2022-05-132-7/+53
* | | | | ipv4: drop dst in multicast routing pathLokesh Dhoundiyal2022-05-061-0/+1
* | | | | ping: fix address binding wrt vrfNicolas Dichtel2022-05-051-1/+11
| |_|_|/ |/| | |
* | | | tcp: drop the hash_32() part from the index calculationWilly Tarreau2022-05-041-1/+1
* | | | tcp: increase source port perturb table to 2^16Willy Tarreau2022-05-041-4/+5
* | | | tcp: dynamically allocate the perturb table used by source portsWilly Tarreau2022-05-041-2/+10
* | | | tcp: add small random increments to the source portWilly Tarreau2022-05-041-4/+5
* | | | tcp: use different parts of the port_offset for index and offsetWilly Tarreau2022-05-041-1/+1
* | | | secure_seq: use the 64 bits of the siphash for port offset calculationWilly Tarreau2022-05-041-4/+6
|/ / /
* / / net: igmp: respect RCU rules in ip_mc_source() and ip_mc_msfilter()Eric Dumazet2022-04-301-3/+6
|/ /
* | tcp: fix F-RTO may not work correctly when receiving DSACKPengcheng Yang2022-04-281-1/+2
* | tcp: make sure treq->af_specific is initializedEric Dumazet2022-04-251-1/+7
* | tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWATEric Dumazet2022-04-252-1/+12
* | ip_gre, ip6_gre: Fix race condition on o_seqno in collect_md modePeilin Ye2022-04-251-3/+3
* | ip_gre: Make o_seqno start from 0 in native modePeilin Ye2022-04-251-5/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller2022-04-251-0/+0
|\ \
| * | netfilter: flowtable: Remove the empty fileRongguang Wei2022-04-251-0/+0
| |/
* | tcp: ensure to use the most recently sent skb when filling the rate samplePengcheng Yang2022-04-221-3/+8
* | tcp: md5: incorrect tcp_header_len for incoming connectionsFrancesco Ruggeri2022-04-221-1/+1
|/
* net: Handle l3mdev in ip_tunnel_init_flowDavid Ahern2022-04-152-6/+7
* esp: limit skb_page_frag_refill use to a single pageSabrina Dubroca2022-04-131-3/+2
* net: ipv4: fix route with nexthop object delete warningNikolay Aleksandrov2022-04-011-1/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-232-5/+18
|\
| * tcp: ensure PMTU updates are processed during fastopenJakub Kicinski2022-03-211-1/+4
| * ipv4: Fix route lookups when handling ICMP redirects and PMTU updatesGuillaume Nault2022-03-181-4/+14
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-03-221-6/+8
|\ \
| * | bpf, sockmap: Fix double uncharge the mem of sk_msgWang Yufen2022-03-151-4/+3
| * | bpf, sockmap: Fix more uncharged while msg has more_dataWang Yufen2022-03-151-2/+5
* | | netfilter: nf_nat_h323: eliminate anonymous module_init & module_exitRandy Dunlap2022-03-201-4/+4
* | | netfilter: nft_fib: add reduce supportFlorian Westphal2022-03-201-0/+2
* | | netfilter: nf_tables: do not reduce read-only expressionsPablo Neira Ayuso2022-03-202-0/+2
* | | net: Add l3mdev index to flow struct and avoid oif reset for port devicesDavid Ahern2022-03-155-15/+9
* | | tcp: unexport tcp_ca_get_key_by_name and tcp_ca_get_name_by_keyChristoph Hellwig2022-03-111-2/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-102-2/+9
|\ \ \ | | |/ | |/|
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2022-03-092-2/+9
| |\ \
| | * | net: Fix esp GSO on inter address family tunnels.Steffen Klassert2022-03-071-2/+1
| | * | esp: Fix BEET mode inter address family tunneling on GSOSteffen Klassert2022-03-071-0/+3
| | * | esp: Fix possible buffer overflow in ESP transformationSteffen Klassert2022-03-071-0/+5
* | | | tcp: adjust TSO packet sizes based on min_rttEric Dumazet2022-03-093-12/+29
* | | | tcp: autocork: take MSG_EOR hint into considerationEric Dumazet2022-03-091-1/+2
* | | | skb: make drop reason booleanableJakub Kicinski2022-03-092-17/+16
| |_|/ |/| |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-032-5/+7
|\| |
| * | tcp: make tcp_read_sock() more robustEric Dumazet2022-03-021-4/+6
| |/