summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
* | ip6mr: Add refcounting to mfcYuval Mintz2018-03-261-4/+4
* | ipmr: Make ipmr_dump() commonYuval Mintz2018-03-262-51/+44Star
* | ipmr: Make MFC fib notifiers commonYuval Mintz2018-03-261-22/+4Star
* | ipmr: Make vif fib notifiers commonYuval Mintz2018-03-261-26/+5Star
* | 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/+1Star
| * | | 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/+6Star
* | | | net: Make ip_ra_chain per struct netKirill Tkhai2018-03-222-16/+4Star
* | | | 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/+2Star
* | | | 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
* | | | | net: Convert iptable_nat_net_opsKirill Tkhai2018-03-081-0/+1
* | | | | net: Convert iptable_mangle_net_opsKirill Tkhai2018-03-081-0/+1
* | | | | net: Convert arptable_filter_net_opsKirill Tkhai2018-03-081-0/+1
|/ / / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-0610-44/+43Star
|\| | |
| * | | net: xfrm: use skb_gso_validate_network_len() to check gso sizesDaniel Axtens2018-03-041-1/+2
| * | | net: rename skb_gso_validate_mtu -> skb_gso_validate_network_lenDaniel Axtens2018-03-043-3/+3
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-03-032-5/+11
| |\ \ \
| | * | | netfilter: nf_flow_table: fix checksum when handling DNATFelix Fietkau2018-02-251-0/+1
| | * | | netfilter: ipt_CLUSTERIP: put config instead of freeing itFlorian Westphal2018-02-251-3/+4
| | * | | netfilter: ipt_CLUSTERIP: put config struct if we can't increment ct refcountFlorian Westphal2018-02-251-2/+6
| * | | | vrf: check forwarding on the original netdevice when generating ICMP dest unr...Stephen Suryaputra2018-03-021-1/+10
| * | | | net: ipv4: avoid unused variable warning for sysctlArnd Bergmann2018-03-011-2/+1Star
| * | | | net/tcp/illinois: replace broken algorithm reference linkJoey Pabalinas2018-02-281-1/+1
| * | | | tcp: purge write queue upon RSTSoheil Hassas Yeganeh2018-02-281-0/+1