summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* ipmr/ip6mr: Initialize the last assert time of mfc entries.Tom Goff2016-07-111-1/+3
* esp: Fix ESN generation under UDP encapsulationHerbert Xu2016-07-111-20/+32
* netfilter: x_tables: introduce and use xt_copy_counters_from_userFlorian Westphal2016-06-242-86/+10
* netfilter: x_tables: do compat validation via translate_tableFlorian Westphal2016-06-242-217/+52
* netfilter: x_tables: xt_compat_match_from_user doesn't need a retvalFlorian Westphal2016-06-242-29/+14
* netfilter: ip_tables: simplify translate_compat_table argsFlorian Westphal2016-06-241-35/+24
* netfilter: arp_tables: simplify translate_compat_table argsFlorian Westphal2016-06-241-46/+36
* netfilter: x_tables: check for bogus target offsetFlorian Westphal2016-06-242-4/+6
* netfilter: x_tables: add compat version of xt_check_entry_offsetsFlorian Westphal2016-06-242-2/+4
* netfilter: x_tables: kill check_entry helperFlorian Westphal2016-06-242-23/+16
* netfilter: x_tables: add and use xt_check_entry_offsetsFlorian Westphal2016-06-242-21/+2
* netfilter: x_tables: validate targets of jumpsFlorian Westphal2016-06-242-0/+32
* netfilter: x_tables: don't move to non-existent next ruleFlorian Westphal2016-06-242-3/+9
* netfilter: x_tables: fix unconditional helperFlorian Westphal2016-06-242-21/+20
* netfilter: x_tables: make sure e->next_offset covers remaining blob sizeFlorian Westphal2016-06-242-4/+8
* netfilter: x_tables: validate e->target_offset earlyFlorian Westphal2016-06-242-18/+16
* vxlan, gre, geneve: Set a large MTU on ovs-created tunnel devicesDavid Wragg2016-06-242-3/+25
* udp: prevent skbs lingering in tunnel socket queuesHannes Frederic Sowa2016-06-241-1/+1
* net/route: enforce hoplimit max valuePaolo Abeni2016-05-181-0/+2
* tcp: refresh skb timestamp at retransmit timeEric Dumazet2016-05-181-2/+4
* gre: do not pull header in ICMP error processingJiri Benc2016-05-181-3/+8
* ipv4/fib: don't warn when primary address is missing if in_dev is deadPaolo Abeni2016-05-181-1/+5
* route: do not cache fib route info on local routes with oifChris Friesen2016-05-181-0/+12
* ipv4: initialize flowi4_flags before calling fib_lookup()Lance Richardson2016-04-201-9/+7
* ipv4: fix broadcast packets receptionPaolo Abeni2016-04-201-4/+8
* tcp/dccp: remove obsolete WARN_ON() in icmp handlersEric Dumazet2016-04-201-2/+0
* ipv4: Don't do expensive useless work during inetdev destroy.David S. Miller2016-04-203-2/+18
* tcp: fix tcpi_segs_in after connection establishmentEric Dumazet2016-04-201-1/+2
* mld, igmp: Fix reserved tailroom calculationBenjamin Poirier2016-04-201-2/+1
* ipv4: only create late gso-skb if skb is already set up with CHECKSUM_PARTIALHannes Frederic Sowa2016-04-201-1/+4
* tunnel: Clear IPCB(skb)->opt before dst_link_failure calledBernie Harris2016-04-202-1/+4
* tcp: convert cached rtt from usec to jiffies when feeding initial rtoKonstantin Khlebnikov2016-04-201-1/+1
* rtnl: RTM_GETNETCONF: fix wrong return valueAnton Protopopov2016-03-031-1/+1
* tcp/dccp: fix another race at listener dismantleEric Dumazet2016-03-032-14/+14
* route: check and remove route cache when we get routeXin Long2016-03-031-14/+63
* tcp: md5: release request socket instead of listenerEric Dumazet2016-03-031-2/+4
* ipv4: fix memory leaks in ip_cmsg_send() callersEric Dumazet2016-03-034-3/+11
* net:Add sysctl_max_skb_fragsHans Westgaard Ry2016-03-031-2/+2
* tcp: do not drop syn_recv on all icmp reportsEric Dumazet2016-03-031-3/+8
* tcp: beware of alignments in tcp_get_info()Eric Dumazet2016-03-031-4/+8
* inet: frag: Always orphan skbs inside ip_defrag()Joe Stringer2016-03-032-2/+1
* tcp: fix NULL deref in tcp_v4_send_ack()Eric Dumazet2016-03-031-5/+8
* net: preserve IP control block during GSO segmentationKonstantin Khlebnikov2016-01-311-0/+1
* udp: disallow UFO for sockets with SO_NO_CHECK optionMichal Kubeček2016-01-311-1/+1
* tcp_yeah: don't set ssthresh below 2Neal Cardwell2016-01-311-1/+1
* tcp: fix zero cwnd in tcp_cwnd_reductionYuchung Cheng2016-01-061-0/+3
* net: Propagate lookup failure in l3mdev_get_saddr to callerDavid Ahern2016-01-042-4/+10
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2015-12-221-9/+37
|\
| * xfrm: dst_entries_init() per-net dst_opsDan Streetman2015-11-031-9/+37
* | ipip: ioctl: Remove superfluous IP-TTL handling.Pravin B Shelar2015-12-181-3/+0
OpenPOWER on IntegriCloud