summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-05-2556-680/+939
|\
| * net: Add a second bind table hashed by port and addressJoanne Koong2022-05-203-77/+377
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski2022-05-191-2/+1
| |\
| | * netfilter: Use l3mdev flow key when re-routing mangled packetsMartin Willi2022-05-161-2/+1
| * | tcp: improve PRR loss recoveryYuchung Cheng2022-05-191-5/+5
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-193-12/+71
| |\ \
| * | | 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
| |\ \ \ \ | | |/ / / | |/| | |
| * | | | 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
| |\ \ \ \
| * | | | | 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
| |\ \ \ \ \
| * | | | | | 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
| |\ \ \ \ \ \
| * | | | | | | net: generalize skb freeing deferral to per-cpu listsEric Dumazet2022-04-262-25/+1
| * | | | | | | arp: fix unused variable warnning when CONFIG_PROC_FS=nYajun Deng2022-04-251-5/+2
| * | | | | | | ipv4: Initialise ->flowi4_scope properly in ICMP handlers.Guillaume Nault2022-04-221-20/+17
| * | | | | | | ipv4: Avoid using RTO_ONLINK with ip_route_connect().Guillaume Nault2022-04-223-10/+8
| * | | | | | | ipv4: Don't reset ->flowi4_scope in ip_rt_fix_tos().Guillaume Nault2022-04-221-2/+2
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-04-223-9/+9
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | tcp: fix signed/unsigned comparisonEric Dumazet2022-04-181-2/+3
| * | | | | | | tcp: add drop reason support to tcp_ofo_queue()Eric Dumazet2022-04-171-7/+2
| * | | | | | | tcp: add drop reasons to tcp_rcv_synsent_state_process()Eric Dumazet2022-04-171-6/+9
| * | | | | | | tcp: make tcp_rcv_synsent_state_process() drop monitor friendEric Dumazet2022-04-171-9/+8
| * | | | | | | tcp: add drop reason support to tcp_prune_ofo_queue()Eric Dumazet2022-04-171-1/+2
| * | | | | | | tcp: add two drop reasons for tcp_ack()Eric Dumazet2022-04-171-3/+4
| * | | | | | | tcp: add drop reasons to tcp_rcv_state_process()Eric Dumazet2022-04-171-7/+17
| * | | | | | | tcp: make tcp_rcv_state_process() drop monitor friendlyEric Dumazet2022-04-171-3/+7
| * | | | | | | tcp: add drop reason support to tcp_validate_incoming()Eric Dumazet2022-04-171-1/+6
| * | | | | | | tcp: get rid of rst_seq_matchEric Dumazet2022-04-171-8/+5
| * | | | | | | tcp: consume incoming skb leading to a resetEric Dumazet2022-04-171-12/+16