summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2018-03-23net: Convert udp_sysctl_opsKirill Tkhai
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-22net: Replace ip_ra_lock with per-net mutexKirill Tkhai
2018-03-22net: Make ip_ra_chain per struct netKirill Tkhai
2018-03-22net: Revert "ipv4: fix a deadlock in ip_ra_control"Kirill Tkhai
2018-03-22net: Move IP_ROUTER_ALERT out of lock_sock(sk)Kirill Tkhai
2018-03-22net: Revert "ipv4: get rid of ip_ra_lock"Kirill Tkhai
2018-03-22gre: fix TUNNEL_SEQ bit check on sequence numberingColin Ian King
2018-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-03-19net: do_tcp_sendpages flag to avoid SKBTX_SHARED_FRAGJohn Fastabend
2018-03-16net-tcp_bbr: set tp->snd_ssthresh to BDP upon STARTUP exitYousuk Seung
2018-03-16tcp: add snd_ssthresh stat in SCM_TIMESTAMPING_OPT_STATSYousuk Seung
2018-03-16udp: Move the udp sysctl to namespace.Tonghao Zhang
2018-03-14ipv4: lock mtu in fnhe when received PMTU < net.ipv4.route.min_pmtuSabrina Dubroca
2018-03-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2018-03-12sock_diag: request _diag module only when the family or proto has been regist...Xin Long
2018-03-09net: do not create fallback tunnels for non-default namespacesEric Dumazet
2018-03-08net: Convert ipv4_net_opsKirill Tkhai
2018-03-08net: Convert iptable_security_net_opsKirill Tkhai
2018-03-08net: Convert iptable_raw_net_opsKirill Tkhai
2018-03-08net: Convert iptable_nat_net_opsKirill Tkhai
2018-03-08net: Convert iptable_mangle_net_opsKirill Tkhai
2018-03-08net: Convert arptable_filter_net_opsKirill Tkhai
2018-03-07tcp: purge write queue upon aborting the connectionSoheil Hassas Yeganeh
2018-03-07net: Fix hlist corruptions in inet_evict_bucket()Kirill Tkhai
2018-03-07xfrm: Verify MAC header exists before overwriting eth_hdr(skb)->h_protoYossi Kuperman
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-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