summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-193-12/+71
|\
| * 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
* | | net: tcp: reset 'drop_reason' to NOT_SPCIFIED in tcp_v{4,6}_rcv()Menglong Dong2022-05-161-0/+1
* | | inet: rename INET_MATCH()Eric Dumazet2022-05-162-5/+5
* | | ipv6: add READ_ONCE(sk->sk_bound_dev_if) in INET6_MATCH()Eric Dumazet2022-05-161-1/+1
* | | inet: add READ_ONCE(sk->sk_bound_dev_if) in inet_csk_bind_conflict()Eric Dumazet2022-05-161-4/+8
* | | tcp_cubic: make hystart_ack_delay() aware of BIG TCPEric Dumazet2022-05-161-2/+2
* | | net: allow gso_max_size to exceed 65536Alexander Duyck2022-05-162-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextDavid S. Miller2022-05-161-3/+7
|\ \ \
| * | | netfilter: conntrack: skip verification of zero UDP checksumKevin Mitchell2022-05-131-3/+7
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski2022-05-131-6/+0
|\ \ \ \
| * | | | xfrm: free not used XFRM_ESP_NO_TRAILER flagLeon Romanovsky2022-05-061-6/+0
* | | | | inet: add READ_ONCE(sk->sk_bound_dev_if) in INET_MATCH()Eric Dumazet2022-05-132-12/+6
* | | | | net: inet: Retire port only listening_hashMartin KaFai Lau2022-05-124-53/+21
* | | | | net: inet: Open code inet_hash2 and inet_unhash2Martin KaFai Lau2022-05-121-55/+33
* | | | | net: inet: Remove count from inet_listen_hashbucketMartin KaFai Lau2022-05-121-6/+0
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-122-1/+12
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | ipv4: drop dst in multicast routing pathLokesh Dhoundiyal2022-05-061-0/+1
| * | | ping: fix address binding wrt vrfNicolas Dichtel2022-05-051-1/+11
* | | | tcp: allow MPTCP to update the announced windowPaolo Abeni2022-05-051-6/+8
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-052-18/+33
|\| | |
| * | | 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
* | | memcg: accounting for objects allocated for new netdeviceVasily Averin2022-05-041-1/+1
* | | net: sysctl: introduce sysctl SYSCTL_THREETonghao Zhang2022-05-031-2/+1
* | | net: sysctl: use shared sysctl macroTonghao Zhang2022-05-031-8/+5
* | | ip_gre: Make GRE and GRETAP devices always NETIF_F_LLTXPeilin Ye2022-05-021-28/+22
* | | ipv4: remove unnecessary type castingsYu Zhe2022-04-308-10/+10
* | | tcp: use tcp_skb_sent_after() instead in RACKPengcheng Yang2022-04-301-10/+5
* | | tcp: drop skb dst in tcp_rcv_established()Eric Dumazet2022-04-301-0/+1
* | | Merge branch 'tcp-pass-back-data-left-in-socket-after-receive' of git://git.k...Jakub Kicinski2022-04-291-6/+10
|\ \ \
| * | | tcp: pass back data left in socket after receiveJens Axboe2022-04-291-6/+10
* | | | net: SO_RCVMARK socket option for SO_MARK with recvmsg()Erin MacNeil2022-04-282-2/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-04-287-14/+35
|\ \ \ \ | | |/ / | |/| |
| * | | 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
| |/ /