aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-31inet: frags: use rhashtables for reassembly unitsEric Dumazet2-341/+115
2018-03-31inet: frags: refactor ipfrag_init()Eric Dumazet1-2/+2
2018-03-31inet: frags: add a pointer to struct netns_fragsEric Dumazet2-11/+15
2018-03-31inet: frags: change inet_frags_init_net() return valueEric Dumazet1-3/+9
2018-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller10-178/+53
2018-03-30Revert "netfilter: x_tables: ensure last rule in base chain matches underflow/policy"Florian Westphal2-32/+2
2018-03-30netfilter: nf_tables: enable conntrack if NAT chain is registeredPablo Neira Ayuso1-0/+12
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-29net/ipv4: Allow notifier to fail route replaceDavid Ahern1-2/+7
2018-03-29net/ipv4: Move call_fib_entry_notifiers up for new routesDavid Ahern1-2/+16
2018-03-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller2-1/+3
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai35-43/+0
2018-03-26ip6mr: Add refcounting to mfcYuval Mintz1-4/+4
2018-03-26ipmr: Make ipmr_dump() commonYuval Mintz2-51/+44
2018-03-26ipmr: Make MFC fib notifiers commonYuval Mintz1-22/+4
2018-03-26ipmr: Make vif fib notifiers commonYuval Mintz1-26/+5
2018-03-26net: Use octal not symbolic permissionsJoe Perches11-17/+17
2018-03-23net: Convert udp_sysctl_opsKirill Tkhai1-1/+2
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-19/+44
2018-03-22net: Replace ip_ra_lock with per-net mutexKirill Tkhai1-9/+6
2018-03-22net: Make ip_ra_chain per struct netKirill Tkhai2-16/+4
2018-03-22net: Revert "ipv4: fix a deadlock in ip_ra_control"Kirill Tkhai3-5/+9
2018-03-22net: Move IP_ROUTER_ALERT out of lock_sock(sk)Kirill Tkhai1-3/+2
2018-03-22net: Revert "ipv4: get rid of ip_ra_lock"Kirill Tkhai1-2/+10
2018-03-22gre: fix TUNNEL_SEQ bit check on sequence numberingColin Ian King1-1/+1
2018-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+3
2018-03-20netfilter: ctnetlink: synproxy supportPablo Neira Ayuso1-1/+7
2018-03-19net: do_tcp_sendpages flag to avoid SKBTX_SHARED_FRAGJohn Fastabend1-1/+3
2018-03-16net-tcp_bbr: set tp->snd_ssthresh to BDP upon STARTUP exitYousuk Seung1-1/+4
2018-03-16tcp: add snd_ssthresh stat in SCM_TIMESTAMPING_OPT_STATSYousuk Seung1-1/+2
2018-03-16udp: Move the udp sysctl to namespace.Tonghao Zhang2-51/+67
2018-03-14ipv4: lock mtu in fnhe when received PMTU < net.ipv4.route.min_pmtuSabrina Dubroca2-7/+20
2018-03-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller3-10/+18
2018-03-12sock_diag: request _diag module only when the family or proto has been registeredXin Long1-2/+1
2018-03-09net: do not create fallback tunnels for non-default namespacesEric Dumazet1-8/+12
2018-03-08net: Convert ipv4_net_opsKirill Tkhai1-0/+1
2018-03-08net: Convert iptable_security_net_opsKirill Tkhai1-0/+1
2018-03-08net: Convert iptable_raw_net_opsKirill Tkhai1-0/+1
2018-03-08net: Convert iptable_nat_net_opsKirill Tkhai1-0/+1
2018-03-08net: Convert iptable_mangle_net_opsKirill Tkhai1-0/+1
2018-03-08net: Convert arptable_filter_net_opsKirill Tkhai1-0/+1
2018-03-07tcp: purge write queue upon aborting the connectionSoheil Hassas Yeganeh2-0/+2
2018-03-07net: Fix hlist corruptions in inet_evict_bucket()Kirill Tkhai1-0/+3
2018-03-07xfrm: Verify MAC header exists before overwriting eth_hdr(skb)->h_protoYossi Kuperman1-1/+2
2018-03-06net: Only honor ifindex in IP_PKTINFO if non-0David Ahern1-2/+4
2018-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller10-44/+43
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