summaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2018-03-30netfilter: nf_tables: build-in filter chain typePablo Neira Ayuso4-133/+2
2018-03-30netfilter: nf_tables: nft_register_chain_type() returns voidPablo Neira Ayuso4-8/+10
2018-03-30netfilter: nf_tables: rename struct nf_chain_typePablo Neira Ayuso4-4/+4
2018-03-20netfilter: ctnetlink: synproxy supportPablo Neira Ayuso1-1/+7
2018-03-05netfilter: x_tables: ensure last rule in base chain matches underflow/policyFlorian Westphal2-2/+32
2018-03-05netfilter: compat: prepare xt_compat_init_offsets to return errorsFlorian Westphal2-5/+13
2018-03-05netfilter: x_tables: add counters allocation wrapperFlorian Westphal2-2/+2
2018-03-05netfilter: x_tables: move hook entry checks into coreFlorian Westphal2-20/+6
2018-03-05netfilter: x_tables: check standard verdicts in coreFlorian Westphal2-10/+0
2018-03-05netfilter: unlock xt_table earlier in __do_replaceXin Long2-2/+4
2018-03-05netfilter: ipt_ah: return boolean instead of integerGustavo A. R. Silva1-1/+1
2018-03-05net: Convert fou_net_opsKirill Tkhai1-0/+1
2018-03-05net: Convert arp_tables_net_ops and ip6_tables_net_opsKirill Tkhai1-0/+1
2018-03-05net: Convert log pernet_operationsKirill Tkhai2-0/+2
2018-03-05tcp: add ca_state stat in SCM_TIMESTAMPING_OPT_STATSPriyaranjan Jha1-1/+2
2018-03-05tcp: add send queue size stat in SCM_TIMESTAMPING_OPT_STATSPriyaranjan Jha1-1/+3
2018-03-04gre: add sequence number for collect md mode.William Tu1-2/+5
2018-03-04net: Rename NETEVENT_MULTIPATH_HASH_UPDATEDavid Ahern1-1/+1
2018-03-04net/ipv4: Simplify fib_multipath_hash with optional flow keysDavid Ahern1-14/+10
2018-03-04net: Align ip_multipath_l3_keys and ip6_multipath_l3_keysDavid Ahern1-9/+11
2018-03-04net/ipv4: Pass net to fib_multipath_hash instead of fib_infoDavid Ahern2-4/+3
2018-03-01tcp_bbr: remove bbr->tso_segs_goalEric Dumazet1-8/+4
2018-03-01tcp_bbr: better deal with suboptimal GSO (II)Eric Dumazet2-17/+21
2018-03-01ipmr, ip6mr: Unite dumproute flowsYuval Mintz2-122/+162
2018-03-01ipmr, ip6mr: Unite vif seq functionsYuval Mintz2-44/+38
2018-03-01ipmr, ip6mr: Unite mfc seq logicYuval Mintz2-88/+67
2018-03-01ipmr, ip6mr: Unite logic for searching in MFC cacheYuval Mintz2-57/+68
2018-03-01ipmr, ip6mr: Make mfc_cache a common structureYuval Mintz1-108/+125
2018-03-01ipmr, ip6mr: Unite creation of new mr_tableYuval Mintz2-17/+37
2018-03-01mroute*: Make mr_table a common structYuval Mintz1-2/+0
2018-03-01ipmr,ipmr6: Define a uniform vif_deviceYuval Mintz4-17/+49
2018-02-28ipv6: route: dissect flow in input path if fib rules need itRoopa Prabhu3-15/+38
2018-02-28ipv4: fib_rules: support match on sport, dport and ip protoRoopa Prabhu1-0/+11
2018-02-28inet: whitespace cleanupStephen Hemminger4-4/+2
2018-02-27ip_tunnel: Rename & publish init_tunnel_flowPetr Machata1-28/+12
2018-02-27net: GRE: Add is_gretap_dev, is_ip6gretap_devPetr Machata1-0/+6
2018-02-27net: Convert defrag4_net_opsKirill Tkhai1-0/+1
2018-02-27net: Convert clusterip_net_opsKirill Tkhai1-0/+1
2018-02-27net: Convert ipgre_net_ops, ipgre_tap_net_ops, erspan_net_ops, vti_net_ops an...Kirill Tkhai3-0/+5
2018-02-26net: make kmem caches as __ro_after_initAlexey Dobriyan3-4/+7
2018-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-31/+40
2018-02-22net: ipv4: Set addr_type in hash_keys for forwarded caseDavid Ahern1-0/+2
2018-02-22tcp_bbr: better deal with suboptimal GSOEric Dumazet1-4/+5
2018-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller7-27/+33
2018-02-21tcp: remove dead code after CHECKSUM_PARTIAL adoptionEric Dumazet2-43/+8
2018-02-21tcp: remove dead code from tcp_set_skb_tso_segs()Eric Dumazet1-1/+1
2018-02-21tcp: tcp_sendmsg() only deals with CHECKSUM_PARTIALEric Dumazet1-8/+3
2018-02-21tcp: remove sk_check_csum_caps()Eric Dumazet1-8/+3
2018-02-21tcp: remove sk_can_gso() useEric Dumazet2-29/+8
2018-02-21tcp: switch to GSO being always onEric Dumazet1-0/+1