summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-03-3010-178/+53
|\
| * Revert "netfilter: x_tables: ensure last rule in base chain matches underflow...Florian Westphal2018-03-302-32/+2
| * netfilter: nf_tables: enable conntrack if NAT chain is registeredPablo Neira Ayuso2018-03-301-0/+12
| * netfilter: nf_tables: build-in filter chain typePablo Neira Ayuso2018-03-304-133/+2
| * netfilter: nf_tables: nft_register_chain_type() returns voidPablo Neira Ayuso2018-03-304-8/+10
| * netfilter: nf_tables: rename struct nf_chain_typePablo Neira Ayuso2018-03-304-4/+4
| * netfilter: ctnetlink: synproxy supportPablo Neira Ayuso2018-03-201-1/+7
| * netfilter: x_tables: ensure last rule in base chain matches underflow/policyFlorian Westphal2018-03-052-2/+32
| * netfilter: compat: prepare xt_compat_init_offsets to return errorsFlorian Westphal2018-03-052-5/+13
| * netfilter: x_tables: add counters allocation wrapperFlorian Westphal2018-03-052-2/+2
| * netfilter: x_tables: move hook entry checks into coreFlorian Westphal2018-03-052-20/+6
| * netfilter: x_tables: check standard verdicts in coreFlorian Westphal2018-03-052-10/+0
| * netfilter: unlock xt_table earlier in __do_replaceXin Long2018-03-052-2/+4
| * netfilter: ipt_ah: return boolean instead of integerGustavo A. R. Silva2018-03-051-1/+1
* | net/ipv4: Allow notifier to fail route replaceDavid Ahern2018-03-291-2/+7
* | net/ipv4: Move call_fib_entry_notifiers up for new routesDavid Ahern2018-03-291-2/+16
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-03-292-1/+3
|\ \
| * | esp: check the NETIF_F_HW_ESP_TX_CSUM bit before segmentingShannon Nelson2018-02-271-0/+2
| * | esp4: remove redundant initialization of pointer esphColin Ian King2018-02-131-1/+1
* | | net: Drop pernet_operations::asyncKirill Tkhai2018-03-2735-43/+0
* | | ip6mr: Add refcounting to mfcYuval Mintz2018-03-261-4/+4
* | | ipmr: Make ipmr_dump() commonYuval Mintz2018-03-262-51/+44
* | | ipmr: Make MFC fib notifiers commonYuval Mintz2018-03-261-22/+4
* | | ipmr: Make vif fib notifiers commonYuval Mintz2018-03-261-26/+5
* | | net: Use octal not symbolic permissionsJoe Perches2018-03-2611-17/+17
* | | net: Convert udp_sysctl_opsKirill Tkhai2018-03-231-1/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-237-19/+44
|\ \ \
| * | | ipv4: lock mtu in fnhe when received PMTU < net.ipv4.route.min_pmtuSabrina Dubroca2018-03-142-7/+20
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-03-133-10/+18
| |\ \ \
| | * | | xfrm: Verify MAC header exists before overwriting eth_hdr(skb)->h_protoYossi Kuperman2018-03-071-1/+2
| | * | | xfrm: reuse uncached_list to track xdstsXin Long2018-02-162-9/+16
| * | | | sock_diag: request _diag module only when the family or proto has been regist...Xin Long2018-03-121-2/+1
| * | | | tcp: purge write queue upon aborting the connectionSoheil Hassas Yeganeh2018-03-072-0/+2
| * | | | net: Fix hlist corruptions in inet_evict_bucket()Kirill Tkhai2018-03-071-0/+3
| * | | | net: Only honor ifindex in IP_PKTINFO if non-0David Ahern2018-03-061-2/+4
* | | | | net: Replace ip_ra_lock with per-net mutexKirill Tkhai2018-03-221-9/+6
* | | | | net: Make ip_ra_chain per struct netKirill Tkhai2018-03-222-16/+4
* | | | | net: Revert "ipv4: fix a deadlock in ip_ra_control"Kirill Tkhai2018-03-223-5/+9
* | | | | net: Move IP_ROUTER_ALERT out of lock_sock(sk)Kirill Tkhai2018-03-221-3/+2
* | | | | net: Revert "ipv4: get rid of ip_ra_lock"Kirill Tkhai2018-03-221-2/+10
* | | | | gre: fix TUNNEL_SEQ bit check on sequence numberingColin Ian King2018-03-221-1/+1
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-03-211-1/+3
|\ \ \ \ \
| * | | | | net: do_tcp_sendpages flag to avoid SKBTX_SHARED_FRAGJohn Fastabend2018-03-191-1/+3
* | | | | | net-tcp_bbr: set tp->snd_ssthresh to BDP upon STARTUP exitYousuk Seung2018-03-161-1/+4
* | | | | | tcp: add snd_ssthresh stat in SCM_TIMESTAMPING_OPT_STATSYousuk Seung2018-03-161-1/+2
* | | | | | udp: Move the udp sysctl to namespace.Tonghao Zhang2018-03-162-51/+67
* | | | | | net: do not create fallback tunnels for non-default namespacesEric Dumazet2018-03-091-8/+12
* | | | | | net: Convert ipv4_net_opsKirill Tkhai2018-03-081-0/+1
* | | | | | net: Convert iptable_security_net_opsKirill Tkhai2018-03-081-0/+1
* | | | | | net: Convert iptable_raw_net_opsKirill Tkhai2018-03-081-0/+1