summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2018-03-06net: Only honor ifindex in IP_PKTINFO if non-0David Ahern
2018-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-05netfilter: x_tables: ensure last rule in base chain matches underflow/policyFlorian Westphal
2018-03-05netfilter: compat: prepare xt_compat_init_offsets to return errorsFlorian Westphal
2018-03-05netfilter: x_tables: add counters allocation wrapperFlorian Westphal
2018-03-05netfilter: x_tables: move hook entry checks into coreFlorian Westphal
2018-03-05netfilter: x_tables: check standard verdicts in coreFlorian Westphal
2018-03-05netfilter: unlock xt_table earlier in __do_replaceXin Long
2018-03-05netfilter: ipt_ah: return boolean instead of integerGustavo A. R. Silva
2018-03-05net: Convert fou_net_opsKirill Tkhai
2018-03-05net: Convert arp_tables_net_ops and ip6_tables_net_opsKirill Tkhai
2018-03-05net: Convert log pernet_operationsKirill Tkhai
2018-03-05tcp: add ca_state stat in SCM_TIMESTAMPING_OPT_STATSPriyaranjan Jha
2018-03-05tcp: add send queue size stat in SCM_TIMESTAMPING_OPT_STATSPriyaranjan Jha
2018-03-04gre: add sequence number for collect md mode.William Tu
2018-03-04net: xfrm: use skb_gso_validate_network_len() to check gso sizesDaniel Axtens
2018-03-04net: rename skb_gso_validate_mtu -> skb_gso_validate_network_lenDaniel Axtens
2018-03-04net: Rename NETEVENT_MULTIPATH_HASH_UPDATEDavid Ahern
2018-03-04net/ipv4: Simplify fib_multipath_hash with optional flow keysDavid Ahern
2018-03-04net: Align ip_multipath_l3_keys and ip6_multipath_l3_keysDavid Ahern
2018-03-04net/ipv4: Pass net to fib_multipath_hash instead of fib_infoDavid Ahern
2018-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2018-03-01tcp_bbr: remove bbr->tso_segs_goalEric Dumazet
2018-03-01tcp_bbr: better deal with suboptimal GSO (II)Eric Dumazet
2018-03-01vrf: check forwarding on the original netdevice when generating ICMP dest unr...Stephen Suryaputra
2018-03-01net: ipv4: avoid unused variable warning for sysctlArnd Bergmann
2018-03-01ipmr, ip6mr: Unite dumproute flowsYuval Mintz
2018-03-01ipmr, ip6mr: Unite vif seq functionsYuval Mintz
2018-03-01ipmr, ip6mr: Unite mfc seq logicYuval Mintz
2018-03-01ipmr, ip6mr: Unite logic for searching in MFC cacheYuval Mintz
2018-03-01ipmr, ip6mr: Make mfc_cache a common structureYuval Mintz
2018-03-01ipmr, ip6mr: Unite creation of new mr_tableYuval Mintz
2018-03-01mroute*: Make mr_table a common structYuval Mintz
2018-03-01ipmr,ipmr6: Define a uniform vif_deviceYuval Mintz
2018-02-28ipv6: route: dissect flow in input path if fib rules need itRoopa Prabhu
2018-02-28ipv4: fib_rules: support match on sport, dport and ip protoRoopa Prabhu
2018-02-28net/tcp/illinois: replace broken algorithm reference linkJoey Pabalinas
2018-02-28inet: whitespace cleanupStephen Hemminger
2018-02-28tcp: purge write queue upon RSTSoheil Hassas Yeganeh
2018-02-28tcp: revert F-RTO extension to detect more spurious timeoutsYuchung Cheng
2018-02-28tcp: revert F-RTO middle-box workaroundYuchung Cheng
2018-02-27ip_tunnel: Rename & publish init_tunnel_flowPetr Machata
2018-02-27net: GRE: Add is_gretap_dev, is_ip6gretap_devPetr Machata
2018-02-27ip_gre: fix IFLA_MTU ignored on NEWLINKXin Long
2018-02-27net: ipv4: don't allow setting net.ipv4.route.min_pmtu below 68Sabrina Dubroca
2018-02-27net: Convert defrag4_net_opsKirill Tkhai
2018-02-27net: Convert clusterip_net_opsKirill Tkhai
2018-02-27net: Convert ipgre_net_ops, ipgre_tap_net_ops, erspan_net_ops, vti_net_ops an...Kirill Tkhai
2018-02-27esp: check the NETIF_F_HW_ESP_TX_CSUM bit before segmentingShannon Nelson
2018-02-26ip_tunnel: Do not use mark in skb by defaultThomas Winter