summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2020-10-06ipv4: use dev_sw_netstats_rx_add()Fabian Frederick2-15/+2
2020-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller5-9/+31
2020-10-04tcp: account total lost packets properlyYuchung Cheng1-0/+10
2020-10-03genetlink: move to smaller ops wherever possibleJakub Kicinski2-6/+6
2020-10-03tcp: fix syn cookied MPTCP request socket leakPaolo Abeni1-1/+1
2020-10-03tcp: use sendpage_ok() to detect misused .sendpageColy Li1-1/+2
2020-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-21/+2
2020-10-01tcp: add exponential backoff in __tcp_send_ack()Eric Dumazet1-3/+8
2020-10-01inet: remove icsk_ack.blockedEric Dumazet4-11/+5
2020-09-28udp_tunnel: add the ability to share port tablesJakub Kicinski1-10/+86
2020-09-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-0/+2
2020-09-26tcp: consolidate tcp_mark_skb_lost and tcp_skb_mark_lostYuchung Cheng1-12/+2
2020-09-26tcp: simplify tcp_mark_skb_lostYuchung Cheng1-37/+22
2020-09-26tcp: move tcp_mark_skb_lostYuchung Cheng2-14/+14
2020-09-26tcp: consistently check retransmit hintYuchung Cheng2-8/+3
2020-09-25bpf: Change bpf_sk_storage_*() to accept ARG_PTR_TO_BTF_ID_SOCK_COMMONMartin KaFai Lau1-21/+2
2020-09-25net: tcp: drop unused function argument from mptcp_incoming_optionsFlorian Westphal1-2/+2
2020-09-25tcp: skip DSACKs with dubious sequence rangesPriyaranjan Jha2-7/+26
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller4-36/+17
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller5-11/+28
2020-09-22inet_diag: validate INET_DIAG_REQ_PROTOCOL attributeEric Dumazet1-5/+15
2020-09-22bpf: Allow specifying a BTF ID per argument in function protosLorenz Bauer1-14/+5
2020-09-16nexthop: Only emit a notification when nexthop is actually deletedIdo Schimmel1-2/+2
2020-09-16nexthop: Convert to blocking notification chainIdo Schimmel1-6/+7
2020-09-16ipv4: Update exception handling for multipath routes via same deviceDavid Ahern1-5/+8
2020-09-15tcp: schedule EPOLLOUT after a partial sendmsgSoheil Hassas Yeganeh1-11/+9
2020-09-15tcp: return EPOLLOUT from tcp_poll only when notsent_bytes is half the limitSoheil Hassas Yeganeh1-2/+2
2020-09-15lwtunnel: only keep the available bits when setting vxlan md->gbpXin Long1-0/+1
2020-09-15ipv4: Initialize flowi4_multipath_hash in data pathDavid Ahern2-0/+2
2020-09-14tcp: remove SOCK_QUEUE_SHRUNKEric Dumazet2-17/+7
2020-09-14mptcp: call tcp_cleanup_rbuf on subflowsPaolo Abeni1-1/+1
2020-09-11tcp: Simplify tcp_set_congestion_control() load=false caseNeal Cardwell1-11/+4
2020-09-11tcp: simplify tcp_set_congestion_control(): Always reinitializeNeal Cardwell2-10/+3
2020-09-11tcp: Only init congestion control if not initialized alreadyNeal Cardwell3-2/+6
2020-09-10tcp: reflect tos value received in SYN to the socketWei Wang2-1/+18
2020-09-10ip: pass tos into ip_build_and_send_pkt()Wei Wang2-3/+5
2020-09-10tcp: record received TOS value in the request socketWei Wang2-3/+4
2020-09-10ipmr: Use full VIF ID in netlink cache reportsPaul Davey1-1/+1
2020-09-10ipmr: Add high byte of VIF ID to igmpmsgPaul Davey1-2/+6
2020-09-10ipmr: Add route table ID to netlink cache reportsPaul Davey1-1/+3
2020-09-09ip: fix tos reflection in ack and reset packetsWei Wang1-1/+2
2020-09-09cipso: fix 'audit_secid' kernel-doc warning in cipso_ipv4.cWang Hai1-1/+1
2020-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-4/+5
2020-09-04ip: expose inet sockopts through inet_diagWei Wang1-0/+17
2020-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller8-52/+314
2020-08-31net: ipv4: remove unused arg exact_dif in compute_scoreMiaohe Lin1-4/+2
2020-08-31net: clean up codestyleMiaohe Lin4-9/+11
2020-08-31net: Use helper macro IP_MAX_MTU in __ip_append_data()Miaohe Lin1-1/+1
2020-08-28netfilter: delete repeated wordsRandy Dunlap1-1/+1
2020-08-27net: Fix some commentsMiaohe Lin1-1/+1