summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* 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
* | net: Rename NETEVENT_MULTIPATH_HASH_UPDATEDavid Ahern2018-03-041-1/+1
* | net/ipv4: Simplify fib_multipath_hash with optional flow keysDavid Ahern2018-03-041-14/+10
* | net: Align ip_multipath_l3_keys and ip6_multipath_l3_keysDavid Ahern2018-03-041-9/+11
* | net/ipv4: Pass net to fib_multipath_hash instead of fib_infoDavid Ahern2018-03-042-4/+3
* | tcp_bbr: remove bbr->tso_segs_goalEric Dumazet2018-03-011-8/+4
* | tcp_bbr: better deal with suboptimal GSO (II)Eric Dumazet2018-03-012-17/+21
* | ipmr, ip6mr: Unite dumproute flowsYuval Mintz2018-03-012-122/+162
* | ipmr, ip6mr: Unite vif seq functionsYuval Mintz2018-03-012-44/+38
* | ipmr, ip6mr: Unite mfc seq logicYuval Mintz2018-03-012-88/+67
* | ipmr, ip6mr: Unite logic for searching in MFC cacheYuval Mintz2018-03-012-57/+68
* | ipmr, ip6mr: Make mfc_cache a common structureYuval Mintz2018-03-011-108/+125
* | ipmr, ip6mr: Unite creation of new mr_tableYuval Mintz2018-03-012-17/+37
* | mroute*: Make mr_table a common structYuval Mintz2018-03-011-2/+0
* | ipmr,ipmr6: Define a uniform vif_deviceYuval Mintz2018-03-014-17/+49
* | ipv6: route: dissect flow in input path if fib rules need itRoopa Prabhu2018-02-283-15/+38
* | ipv4: fib_rules: support match on sport, dport and ip protoRoopa Prabhu2018-02-281-0/+11
* | inet: whitespace cleanupStephen Hemminger2018-02-284-4/+2
* | ip_tunnel: Rename & publish init_tunnel_flowPetr Machata2018-02-271-28/+12
* | net: GRE: Add is_gretap_dev, is_ip6gretap_devPetr Machata2018-02-271-0/+6
* | net: Convert defrag4_net_opsKirill Tkhai2018-02-271-0/+1
* | net: Convert clusterip_net_opsKirill Tkhai2018-02-271-0/+1
* | net: Convert ipgre_net_ops, ipgre_tap_net_ops, erspan_net_ops, vti_net_ops an...Kirill Tkhai2018-02-273-0/+5
* | net: make kmem caches as __ro_after_initAlexey Dobriyan2018-02-263-4/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-02-249-31/+40
|\|
| * net: ipv4: Set addr_type in hash_keys for forwarded caseDavid Ahern2018-02-221-0/+2
| * tcp_bbr: better deal with suboptimal GSOEric Dumazet2018-02-221-4/+5
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-02-217-27/+33
| |\
| | * netfilter: x_tables: use pr ratelimiting in all remaining spotsFlorian Westphal2018-02-143-4/+4