summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2020-09-10tcp: Only init congestion control if not initialized alreadyNeal Cardwell
2020-09-10tcp: reflect tos value received in SYN to the socketWei Wang
2020-09-10ip: pass tos into ip_build_and_send_pkt()Wei Wang
2020-09-10tcp: record received TOS value in the request socketWei Wang
2020-09-10ipmr: Use full VIF ID in netlink cache reportsPaul Davey
2020-09-10ipmr: Add high byte of VIF ID to igmpmsgPaul Davey
2020-09-10ipmr: Add route table ID to netlink cache reportsPaul Davey
2020-09-08ip: fix tos reflection in ack and reset packetsWei Wang
2020-09-08cipso: fix 'audit_secid' kernel-doc warning in cipso_ipv4.cWang Hai
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-09-03ip: expose inet sockopts through inet_diagWei Wang
2020-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-08-31net: ipv4: remove unused arg exact_dif in compute_scoreMiaohe Lin
2020-08-31net: clean up codestyleMiaohe Lin
2020-08-31net: Use helper macro IP_MAX_MTU in __ip_append_data()Miaohe Lin
2020-08-28netfilter: delete repeated wordsRandy Dunlap
2020-08-27net: Fix some commentsMiaohe Lin
2020-08-26ipv4: nexthop: Correctly update nexthop group when replacing a nexthopIdo Schimmel
2020-08-26ipv4: nexthop: Correctly update nexthop group when removing a nexthopIdo Schimmel
2020-08-26ipv4: nexthop: Remove unnecessary rtnl_dereference()Ido Schimmel
2020-08-26ipv4: nexthop: Use nla_put_be32() for NHA_GATEWAYIdo Schimmel
2020-08-26ipv4: nexthop: Reduce allocation size of 'struct nh_group'Ido Schimmel
2020-08-26ipv4: Silence suspicious RCU usage warningIdo Schimmel
2020-08-25net: clean up codestyle for net/ipv4Miaohe Lin
2020-08-25net: Remove duplicated midx check against 0Miaohe Lin
2020-08-25net: Avoid unnecessary inet_addr_type() call when addr is INADDR_ANYMiaohe Lin
2020-08-25net: Set ping saddr after we successfully get the ping portMiaohe Lin
2020-08-25net: gain ipv4 mtu when mtu is not lockedMiaohe Lin
2020-08-24net: Use helper macro RT_TOS() in __icmp_send()Miaohe Lin
2020-08-24net: Avoid access icmp_err_convert when icmp code is ICMP_FRAG_NEEDEDMiaohe Lin
2020-08-24net: ipv4: delete repeated wordsRandy Dunlap
2020-08-24io_uring: allow tcp ancillary data for __sys_recvmsg_sock()Luke Hsiao
2020-08-24tcp: bpf: Optionally store mac header in TCP_SAVE_SYNMartin KaFai Lau
2020-08-24bpf: tcp: Allow bpf prog to write and parse TCP header optionMartin KaFai Lau
2020-08-24bpf: tcp: Add bpf_skops_hdr_opt_len() and bpf_skops_write_hdr_opt()Martin KaFai Lau
2020-08-24bpf: tcp: Add bpf_skops_parse_hdr()Martin KaFai Lau
2020-08-24bpf: tcp: Add bpf_skops_established()Martin KaFai Lau
2020-08-24tcp: Add saw_unknown to struct tcp_options_receivedMartin KaFai Lau
2020-08-24tcp: bpf: Add TCP_BPF_RTO_MIN for bpf_setsockoptMartin KaFai Lau
2020-08-24tcp: bpf: Add TCP_BPF_DELACK_MAX setsockoptMartin KaFai Lau
2020-08-24tcp: Use a struct to represent a saved_synMartin KaFai Lau
2020-08-22net: nexthop: don't allow empty NHA_GROUPNikolay Aleksandrov
2020-08-21net: sk_msg: Simplify sk_psock initializationLorenz Bauer
2020-08-20csum_partial_copy_nocheck(): drop the last argumentAl Viro
2020-08-20icmp_push_reply(): reorder adding the checksum upAl Viro
2020-08-20skb_copy_and_csum_bits(): don't bother with the last argumentAl Viro
2020-08-18net: ipv4: remove duplicate "the the" phrase in Kconfig textColin Ian King
2020-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-08-12Revert "ipv4: tunnel: fix compilation on ARCH=um"David S. Miller
2020-08-12ipv4: tunnel: fix compilation on ARCH=umJohannes Berg