summaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)AuthorLines
2018-03-30Merge tag 'kbuild-fixes-v4.16-3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+1
2018-03-29ip_tunnel: Resolve ipsec merge conflict properly.David S. Miller-6/+6
2018-03-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller-3/+6
2018-03-29netfilter: nf_nat_snmp_basic: add correct dependency to MakefileMasahiro Yamada-1/+1
2018-03-25net/ipv4: disable SMC TCP option with SYN CookiesHans Wippel-0/+5
2018-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-3/+17
2018-03-24netfilter: nf_socket: Fix out of bounds access in nf_sk_lookup_slow_v{4,6}Subash Abhinov Kasiviswanathan-2/+4
2018-03-23ip_tunnel: Emit events for post-register MTU changesPetr Machata-5/+21
2018-03-22netfilter: drop template ct when conntrack is skipped.Paolo Abeni-1/+13
2018-03-19vti4: Don't override MTU passed on link creation via IFLA_MTUStefano Brivio-1/+0
2018-03-19ip_tunnel: Clamp MTU to bounds on new linkStefano Brivio-1/+7
2018-03-19vti4: Don't count header length twice on tunnel setupStefano Brivio-1/+0
2018-03-14ipv4: lock mtu in fnhe when received PMTU < net.ipv4.route.min_pmtuSabrina Dubroca-7/+20
2018-03-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller-10/+18
2018-03-12sock_diag: request _diag module only when the family or proto has been regist...Xin Long-2/+1
2018-03-07tcp: purge write queue upon aborting the connectionSoheil Hassas Yeganeh-0/+2
2018-03-07net: Fix hlist corruptions in inet_evict_bucket()Kirill Tkhai-0/+3
2018-03-07xfrm: Verify MAC header exists before overwriting eth_hdr(skb)->h_protoYossi Kuperman-1/+2
2018-03-06net: Only honor ifindex in IP_PKTINFO if non-0David Ahern-2/+4
2018-03-04net: xfrm: use skb_gso_validate_network_len() to check gso sizesDaniel Axtens-1/+2
2018-03-04net: rename skb_gso_validate_mtu -> skb_gso_validate_network_lenDaniel Axtens-3/+3
2018-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-5/+11
2018-03-01vrf: check forwarding on the original netdevice when generating ICMP dest unr...Stephen Suryaputra-1/+10
2018-03-01net: ipv4: avoid unused variable warning for sysctlArnd Bergmann-2/+1
2018-02-28net/tcp/illinois: replace broken algorithm reference linkJoey Pabalinas-1/+1
2018-02-28tcp: purge write queue upon RSTSoheil Hassas Yeganeh-0/+1
2018-02-28tcp: revert F-RTO extension to detect more spurious timeoutsYuchung Cheng-18/+12
2018-02-28tcp: revert F-RTO middle-box workaroundYuchung Cheng-10/+7
2018-02-27ip_gre: fix IFLA_MTU ignored on NEWLINKXin Long-5/+0
2018-02-27net: ipv4: don't allow setting net.ipv4.route.min_pmtu below 68Sabrina Dubroca-2/+6
2018-02-26ip_tunnel: Do not use mark in skb by defaultThomas Winter-10/+3
2018-02-25netfilter: nf_flow_table: fix checksum when handling DNATFelix Fietkau-0/+1
2018-02-25netfilter: ipt_CLUSTERIP: put config instead of freeing itFlorian Westphal-3/+4
2018-02-25netfilter: ipt_CLUSTERIP: put config struct if we can't increment ct refcountFlorian Westphal-2/+6
2018-02-22net: ipv4: Set addr_type in hash_keys for forwarded caseDavid Ahern-0/+2
2018-02-22tcp_bbr: better deal with suboptimal GSOEric Dumazet-4/+5
2018-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-27/+33
2018-02-16udplite: fix partial checksum initializationAlexey Kodanev-0/+5
2018-02-16fib_semantics: Don't match route with mismatching tclassidStefano Brivio-0/+5
2018-02-16xfrm: reuse uncached_list to track xdstsXin Long-9/+16
2018-02-14netfilter: x_tables: use pr ratelimiting in all remaining spotsFlorian Westphal-4/+4
2018-02-14netfilter: x_tables: rate-limit table mismatch warningsFlorian Westphal-2/+2
2018-02-14netfilter: x_tables: remove pr_info where possibleFlorian Westphal-6/+4
2018-02-14netfilter: ipt_CLUSTERIP: fix a refcount bug in clusterip_config_find_get()Cong Wang-2/+6
2018-02-14netfilter: add back stackpointer size checksFlorian Westphal-1/+10
2018-02-14netfilter: drop outermost socket lock in getsockopt()Paolo Abeni-6/+1
2018-02-12tcp: Honor the eor bit in tcp_mtu_probeIlya Lesokhin-0/+25
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds-22/+22
2018-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-5/+54
2018-02-08netfilter: ipt_CLUSTERIP: fix a race condition of proc file creationCong Wang-6/+6