summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2016-08-16tcp: consider recv buf for the initial window scaleSoheil Hassas Yeganeh1-1/+2
2016-08-16ipv4: reject RTNH_F_DEAD and RTNH_F_LINKDOWN from user spaceJulian Anastasov1-0/+6
2016-08-16tcp: enable per-socket rate limiting of all 'challenge acks'Jason Baron1-17/+22
2016-08-16tcp: make challenge acks less predictableEric Dumazet1-5/+10
2016-07-11ipmr/ip6mr: Initialize the last assert time of mfc entries.Tom Goff1-1/+3
2016-07-11esp: Fix ESN generation under UDP encapsulationHerbert Xu1-20/+32
2016-06-24netfilter: x_tables: introduce and use xt_copy_counters_from_userFlorian Westphal2-86/+10
2016-06-24netfilter: x_tables: do compat validation via translate_tableFlorian Westphal2-217/+52
2016-06-24netfilter: x_tables: xt_compat_match_from_user doesn't need a retvalFlorian Westphal2-29/+14
2016-06-24netfilter: ip_tables: simplify translate_compat_table argsFlorian Westphal1-35/+24
2016-06-24netfilter: arp_tables: simplify translate_compat_table argsFlorian Westphal1-46/+36
2016-06-24netfilter: x_tables: check for bogus target offsetFlorian Westphal2-4/+6
2016-06-24netfilter: x_tables: add compat version of xt_check_entry_offsetsFlorian Westphal2-2/+4
2016-06-24netfilter: x_tables: kill check_entry helperFlorian Westphal2-23/+16
2016-06-24netfilter: x_tables: add and use xt_check_entry_offsetsFlorian Westphal2-21/+2
2016-06-24netfilter: x_tables: validate targets of jumpsFlorian Westphal2-0/+32
2016-06-24netfilter: x_tables: don't move to non-existent next ruleFlorian Westphal2-3/+9
2016-06-24netfilter: x_tables: fix unconditional helperFlorian Westphal2-21/+20
2016-06-24netfilter: x_tables: make sure e->next_offset covers remaining blob sizeFlorian Westphal2-4/+8
2016-06-24netfilter: x_tables: validate e->target_offset earlyFlorian Westphal2-18/+16
2016-06-24vxlan, gre, geneve: Set a large MTU on ovs-created tunnel devicesDavid Wragg2-3/+25
2016-06-24udp: prevent skbs lingering in tunnel socket queuesHannes Frederic Sowa1-1/+1
2016-05-18net/route: enforce hoplimit max valuePaolo Abeni1-0/+2
2016-05-18tcp: refresh skb timestamp at retransmit timeEric Dumazet1-2/+4
2016-05-18gre: do not pull header in ICMP error processingJiri Benc1-3/+8
2016-05-18ipv4/fib: don't warn when primary address is missing if in_dev is deadPaolo Abeni1-1/+5
2016-05-18route: do not cache fib route info on local routes with oifChris Friesen1-0/+12
2016-04-20ipv4: initialize flowi4_flags before calling fib_lookup()Lance Richardson1-9/+7
2016-04-20ipv4: fix broadcast packets receptionPaolo Abeni1-4/+8
2016-04-20tcp/dccp: remove obsolete WARN_ON() in icmp handlersEric Dumazet1-2/+0
2016-04-20ipv4: Don't do expensive useless work during inetdev destroy.David S. Miller3-2/+18
2016-04-20tcp: fix tcpi_segs_in after connection establishmentEric Dumazet1-1/+2
2016-04-20mld, igmp: Fix reserved tailroom calculationBenjamin Poirier1-2/+1
2016-04-20ipv4: only create late gso-skb if skb is already set up with CHECKSUM_PARTIALHannes Frederic Sowa1-1/+4
2016-04-20tunnel: Clear IPCB(skb)->opt before dst_link_failure calledBernie Harris2-1/+4
2016-04-20tcp: convert cached rtt from usec to jiffies when feeding initial rtoKonstantin Khlebnikov1-1/+1
2016-03-03rtnl: RTM_GETNETCONF: fix wrong return valueAnton Protopopov1-1/+1
2016-03-03tcp/dccp: fix another race at listener dismantleEric Dumazet2-14/+14
2016-03-03route: check and remove route cache when we get routeXin Long1-14/+63
2016-03-03tcp: md5: release request socket instead of listenerEric Dumazet1-2/+4
2016-03-03ipv4: fix memory leaks in ip_cmsg_send() callersEric Dumazet4-3/+11
2016-03-03net:Add sysctl_max_skb_fragsHans Westgaard Ry1-2/+2
2016-03-03tcp: do not drop syn_recv on all icmp reportsEric Dumazet1-3/+8
2016-03-03tcp: beware of alignments in tcp_get_info()Eric Dumazet1-4/+8
2016-03-03inet: frag: Always orphan skbs inside ip_defrag()Joe Stringer2-2/+1
2016-03-03tcp: fix NULL deref in tcp_v4_send_ack()Eric Dumazet1-5/+8
2016-01-31net: preserve IP control block during GSO segmentationKonstantin Khlebnikov1-0/+1
2016-01-31udp: disallow UFO for sockets with SO_NO_CHECK optionMichal Kubeček1-1/+1
2016-01-31tcp_yeah: don't set ssthresh below 2Neal Cardwell1-1/+1
2016-01-06tcp: fix zero cwnd in tcp_cwnd_reductionYuchung Cheng1-0/+3