summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2017-01-15net: ipv4: Fix multipath selection with vrfDavid Ahern1-2/+7
2017-01-15ipv4: Do not allow MAIN to be alias for new LOCAL w/ custom rulesAlexander Duyck1-1/+1
2017-01-15igmp: Make igmp group member RFC 3376 compliantMichal Tesar1-1/+6
2016-12-10esp4: Fix integrity verification when ESN are usedTobias Brunner1-1/+1
2016-12-10ipv4: Set skb->protocol properly for local outputEli Cooper1-0/+3
2016-12-10net: ping: check minimum size on ICMP header lengthKees Cook1-0/+4
2016-11-21tcp: take care of truncations done by sk_filter()Eric Dumazet1-1/+18
2016-11-21ipv4: use new_gw for redirect neigh lookupStephen Suryaputra Lin1-1/+3
2016-11-21fib_trie: Correct /proc/net/route off by one errorAlexander Duyck1-12/+9
2016-11-21tcp: fix potential memory corruptionEric Dumazet1-1/+1
2016-11-21dctcp: avoid bogus doubling of cwnd after lossFlorian Westphal1-1/+12
2016-11-15udp: fix IP_CHECKSUM handlingEric Dumazet2-5/+7
2016-11-15ipv4: use the right lock for ping_group_rangeWANG Cong1-4/+4
2016-11-15ipv4: disable BH in set_ping_group_range()Eric Dumazet1-2/+2
2016-11-15net: add recursion limit to GROSabrina Dubroca4-6/+6
2016-11-15ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_routeNikolay Aleksandrov2-2/+4
2016-11-15tcp: fix a compile error in DBGUNDO()Eric Dumazet1-2/+1
2016-11-15tcp: fix wrong checksum calculation on MTU probingDouglas Caetano dos Santos1-5/+7
2016-11-15tcp: fix overflow in __tcp_retransmit_skb()Eric Dumazet1-1/+2
2016-10-31tunnels: Remove encapsulation offloads on decap.Jesse Gross2-3/+13
2016-10-31tunnels: Don't apply GRO to multiple layers of encapsulation.Jesse Gross3-4/+22
2016-10-31ipip: Properly mark ipip GRO packets as encapsulated.Jesse Gross1-1/+8
2016-09-30vti: flush x-netns xfrm cache when vti interface is removedLance Richardson1-0/+31
2016-09-30tcp: properly scale window in tcp_v[46]_reqsk_send_ack()Eric Dumazet1-1/+7
2016-09-30tcp: cwnd does not increase in TCP YeAHArtem Germanov1-1/+1
2016-09-30ipv4: panic in leaf_walk_rcu due to stale node pointerDavid Forster1-6/+2
2016-09-15udp: properly support MSG_PEEK with truncated buffersEric Dumazet1-2/+4
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-19net/route: enforce hoplimit max valuePaolo Abeni1-0/+2