summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* net: Convert udp_sysctl_opsKirill Tkhai2018-03-231-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-237-19/+44
|\
| * ipv4: lock mtu in fnhe when received PMTU < net.ipv4.route.min_pmtuSabrina Dubroca2018-03-142-7/+20
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-03-133-10/+18
| |\
| | * xfrm: Verify MAC header exists before overwriting eth_hdr(skb)->h_protoYossi Kuperman2018-03-071-1/+2
| | * xfrm: reuse uncached_list to track xdstsXin Long2018-02-162-9/+16
| * | sock_diag: request _diag module only when the family or proto has been regist...Xin Long2018-03-121-2/+1
| * | tcp: purge write queue upon aborting the connectionSoheil Hassas Yeganeh2018-03-072-0/+2
| * | net: Fix hlist corruptions in inet_evict_bucket()Kirill Tkhai2018-03-071-0/+3
| * | net: Only honor ifindex in IP_PKTINFO if non-0David Ahern2018-03-061-2/+4
* | | net: Replace ip_ra_lock with per-net mutexKirill Tkhai2018-03-221-9/+6
* | | net: Make ip_ra_chain per struct netKirill Tkhai2018-03-222-16/+4
* | | net: Revert "ipv4: fix a deadlock in ip_ra_control"Kirill Tkhai2018-03-223-5/+9
* | | net: Move IP_ROUTER_ALERT out of lock_sock(sk)Kirill Tkhai2018-03-221-3/+2
* | | net: Revert "ipv4: get rid of ip_ra_lock"Kirill Tkhai2018-03-221-2/+10
* | | gre: fix TUNNEL_SEQ bit check on sequence numberingColin Ian King2018-03-221-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-03-211-1/+3
|\ \ \
| * | | net: do_tcp_sendpages flag to avoid SKBTX_SHARED_FRAGJohn Fastabend2018-03-191-1/+3
* | | | net-tcp_bbr: set tp->snd_ssthresh to BDP upon STARTUP exitYousuk Seung2018-03-161-1/+4
* | | | tcp: add snd_ssthresh stat in SCM_TIMESTAMPING_OPT_STATSYousuk Seung2018-03-161-1/+2
* | | | udp: Move the udp sysctl to namespace.Tonghao Zhang2018-03-162-51/+67
* | | | net: do not create fallback tunnels for non-default namespacesEric Dumazet2018-03-091-8/+12
* | | | net: Convert ipv4_net_opsKirill Tkhai2018-03-081-0/+1
* | | | net: Convert iptable_security_net_opsKirill Tkhai2018-03-081-0/+1
* | | | net: Convert iptable_raw_net_opsKirill Tkhai2018-03-081-0/+1
* | | | net: Convert iptable_nat_net_opsKirill Tkhai2018-03-081-0/+1
* | | | net: Convert iptable_mangle_net_opsKirill Tkhai2018-03-081-0/+1
* | | | net: Convert arptable_filter_net_opsKirill Tkhai2018-03-081-0/+1
|/ / /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-0610-44/+43
|\ \ \ | |/ /
| * | net: xfrm: use skb_gso_validate_network_len() to check gso sizesDaniel Axtens2018-03-041-1/+2
| * | net: rename skb_gso_validate_mtu -> skb_gso_validate_network_lenDaniel Axtens2018-03-043-3/+3
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-03-022-5/+11
| |\ \
| | * | netfilter: nf_flow_table: fix checksum when handling DNATFelix Fietkau2018-02-251-0/+1
| | * | netfilter: ipt_CLUSTERIP: put config instead of freeing itFlorian Westphal2018-02-251-3/+4
| | * | netfilter: ipt_CLUSTERIP: put config struct if we can't increment ct refcountFlorian Westphal2018-02-251-2/+6
| * | | vrf: check forwarding on the original netdevice when generating ICMP dest unr...Stephen Suryaputra2018-03-011-1/+10
| * | | net: ipv4: avoid unused variable warning for sysctlArnd Bergmann2018-03-011-2/+1
| * | | net/tcp/illinois: replace broken algorithm reference linkJoey Pabalinas2018-02-281-1/+1
| * | | tcp: purge write queue upon RSTSoheil Hassas Yeganeh2018-02-281-0/+1
| * | | tcp: revert F-RTO extension to detect more spurious timeoutsYuchung Cheng2018-02-281-18/+12
| * | | tcp: revert F-RTO middle-box workaroundYuchung Cheng2018-02-281-10/+7
| * | | ip_gre: fix IFLA_MTU ignored on NEWLINKXin Long2018-02-271-5/+0
| * | | net: ipv4: don't allow setting net.ipv4.route.min_pmtu below 68Sabrina Dubroca2018-02-271-2/+6
| * | | ip_tunnel: Do not use mark in skb by defaultThomas Winter2018-02-261-10/+3
| |/ /
* | | net: Convert fou_net_opsKirill Tkhai2018-03-051-0/+1
* | | net: Convert arp_tables_net_ops and ip6_tables_net_opsKirill Tkhai2018-03-051-0/+1
* | | net: Convert log pernet_operationsKirill Tkhai2018-03-052-0/+2
* | | tcp: add ca_state stat in SCM_TIMESTAMPING_OPT_STATSPriyaranjan Jha2018-03-051-1/+2
* | | tcp: add send queue size stat in SCM_TIMESTAMPING_OPT_STATSPriyaranjan Jha2018-03-051-1/+3
* | | gre: add sequence number for collect md mode.William Tu2018-03-041-2/+5
OpenPOWER on IntegriCloud