aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
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 and ipip_net_opsKirill 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
2018-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-0/+35
2018-02-19net: Convert iptable_filter_net_opsKirill Tkhai1-0/+1
2018-02-19net: Convert ip_tables_net_ops, udplite6_net_ops and xt_net_opsKirill Tkhai1-0/+1
2018-02-16net: Only honor ifindex in IP_PKTINFO if non-0David Ahern1-2/+4
2018-02-16udplite: fix partial checksum initializationAlexey Kodanev1-0/+5
2018-02-16fib_semantics: Don't match route with mismatching tclassidStefano Brivio1-0/+5
2018-02-15net/ipv4: Remove fib table id from rtableDavid Ahern2-9/+1
2018-02-14netfilter: x_tables: use pr ratelimiting in all remaining spotsFlorian Westphal3-4/+4
2018-02-14netfilter: x_tables: rate-limit table mismatch warningsFlorian Westphal1-2/+2
2018-02-14netfilter: x_tables: remove pr_info where possibleFlorian Westphal1-6/+4
2018-02-14netfilter: ipt_CLUSTERIP: fix a refcount bug in clusterip_config_find_get()Cong Wang1-2/+6
2018-02-14netfilter: add back stackpointer size checksFlorian Westphal2-1/+10
2018-02-14netfilter: drop outermost socket lock in getsockopt()Paolo Abeni1-6/+1
2018-02-14net: Move ipv4 set_lwt_redirect helper to lwtunnelDavid Ahern1-15/+2
2018-02-14tcp: try to keep packet if SYN_RCV race is lostEric Dumazet3-3/+17
2018-02-13net/ipv4: Unexport fib_multipath_hash and fib_select_pathDavid Ahern2-2/+0
2018-02-13net/ipv4: Simplify fib_select_pathDavid Ahern1-6/+5
2018-02-13net: Convert ipv4_sysctl_opsKirill Tkhai1-0/+1
2018-02-13net: Convert pernet_subsys, registered from inet_init()Kirill Tkhai17-0/+22
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko1-3/+2
2018-02-12tcp: Honor the eor bit in tcp_mtu_probeIlya Lesokhin1-0/+25
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds4-22/+22