aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-24net: tcp: drop unused function argument from mptcp_incoming_optionsFlorian Westphal1-2/+2
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller4-36/+17
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller5-11/+28
2020-09-21inet_diag: validate INET_DIAG_REQ_PROTOCOL attributeEric Dumazet1-5/+15
2020-09-21bpf: Allow specifying a BTF ID per argument in function protosLorenz Bauer1-14/+5
2020-09-15nexthop: Only emit a notification when nexthop is actually deletedIdo Schimmel1-2/+2
2020-09-15nexthop: Convert to blocking notification chainIdo Schimmel1-6/+7
2020-09-15ipv4: Update exception handling for multipath routes via same deviceDavid Ahern1-5/+8
2020-09-14tcp: schedule EPOLLOUT after a partial sendmsgSoheil Hassas Yeganeh1-11/+9
2020-09-14tcp: return EPOLLOUT from tcp_poll only when notsent_bytes is half the limitSoheil Hassas Yeganeh1-2/+2
2020-09-14lwtunnel: only keep the available bits when setting vxlan md->gbpXin Long1-0/+1
2020-09-14ipv4: 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-10tcp: Simplify tcp_set_congestion_control() load=false caseNeal Cardwell1-11/+4
2020-09-10tcp: simplify tcp_set_congestion_control(): Always reinitializeNeal Cardwell2-10/+3
2020-09-10tcp: 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-08ip: fix tos reflection in ack and reset packetsWei Wang1-1/+2
2020-09-08cipso: fix 'audit_secid' kernel-doc warning in cipso_ipv4.cWang Hai1-1/+1
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-4/+5
2020-09-03ip: 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
2020-08-26ipv4: nexthop: Correctly update nexthop group when replacing a nexthopIdo Schimmel1-0/+32
2020-08-26ipv4: nexthop: Correctly update nexthop group when removing a nexthopIdo Schimmel1-1/+7
2020-08-26ipv4: nexthop: Remove unnecessary rtnl_dereference()Ido Schimmel1-1/+1
2020-08-26ipv4: nexthop: Use nla_put_be32() for NHA_GATEWAYIdo Schimmel1-1/+1
2020-08-26ipv4: nexthop: Reduce allocation size of 'struct nh_group'Ido Schimmel1-4/+1
2020-08-26ipv4: Silence suspicious RCU usage warningIdo Schimmel1-1/+2
2020-08-25net: clean up codestyle for net/ipv4Miaohe Lin3-20/+23
2020-08-25net: Remove duplicated midx check against 0Miaohe Lin1-3/+2
2020-08-25net: Avoid unnecessary inet_addr_type() call when addr is INADDR_ANYMiaohe Lin1-2/+2
2020-08-25net: Set ping saddr after we successfully get the ping portMiaohe Lin1-16/+3
2020-08-25net: gain ipv4 mtu when mtu is not lockedMiaohe Lin1-1/+2
2020-08-24net: Use helper macro RT_TOS() in __icmp_send()Miaohe Lin1-2/+2
2020-08-24net: Avoid access icmp_err_convert when icmp code is ICMP_FRAG_NEEDEDMiaohe Lin1-2/+3
2020-08-24net: ipv4: delete repeated wordsRandy Dunlap5-6/+6
2020-08-24io_uring: allow tcp ancillary data for __sys_recvmsg_sock()Luke Hsiao1-0/+1
2020-08-24tcp: bpf: Optionally store mac header in TCP_SAVE_SYNMartin KaFai Lau2-2/+15
2020-08-24bpf: tcp: Allow bpf prog to write and parse TCP header optionMartin KaFai Lau3-16/+109