summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2016-11-15udp: fix IP_CHECKSUM handlingEric Dumazet
2016-11-15ipv4: use the right lock for ping_group_rangeWANG Cong
2016-11-15ipv4: disable BH in set_ping_group_range()Eric Dumazet
2016-11-15net: add recursion limit to GROSabrina Dubroca
2016-11-15ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_routeNikolay Aleksandrov
2016-11-15tcp: fix a compile error in DBGUNDO()Eric Dumazet
2016-11-15tcp: fix wrong checksum calculation on MTU probingDouglas Caetano dos Santos
2016-11-15tcp: fix overflow in __tcp_retransmit_skb()Eric Dumazet
2016-10-31tunnels: Remove encapsulation offloads on decap.Jesse Gross
2016-10-31tunnels: Don't apply GRO to multiple layers of encapsulation.Jesse Gross
2016-10-31ipip: Properly mark ipip GRO packets as encapsulated.Jesse Gross
2016-09-30vti: flush x-netns xfrm cache when vti interface is removedLance Richardson
2016-09-30tcp: properly scale window in tcp_v[46]_reqsk_send_ack()Eric Dumazet
2016-09-30tcp: cwnd does not increase in TCP YeAHArtem Germanov
2016-09-30ipv4: panic in leaf_walk_rcu due to stale node pointerDavid Forster
2016-09-15udp: properly support MSG_PEEK with truncated buffersEric Dumazet
2016-08-16tcp: consider recv buf for the initial window scaleSoheil Hassas Yeganeh
2016-08-16ipv4: reject RTNH_F_DEAD and RTNH_F_LINKDOWN from user spaceJulian Anastasov
2016-08-16tcp: enable per-socket rate limiting of all 'challenge acks'Jason Baron
2016-08-16tcp: make challenge acks less predictableEric Dumazet
2016-07-11ipmr/ip6mr: Initialize the last assert time of mfc entries.Tom Goff
2016-07-11esp: Fix ESN generation under UDP encapsulationHerbert Xu
2016-06-24netfilter: x_tables: introduce and use xt_copy_counters_from_userFlorian Westphal
2016-06-24netfilter: x_tables: do compat validation via translate_tableFlorian Westphal
2016-06-24netfilter: x_tables: xt_compat_match_from_user doesn't need a retvalFlorian Westphal
2016-06-24netfilter: ip_tables: simplify translate_compat_table argsFlorian Westphal
2016-06-24netfilter: arp_tables: simplify translate_compat_table argsFlorian Westphal
2016-06-24netfilter: x_tables: check for bogus target offsetFlorian Westphal
2016-06-24netfilter: x_tables: add compat version of xt_check_entry_offsetsFlorian Westphal
2016-06-24netfilter: x_tables: kill check_entry helperFlorian Westphal
2016-06-24netfilter: x_tables: add and use xt_check_entry_offsetsFlorian Westphal
2016-06-24netfilter: x_tables: validate targets of jumpsFlorian Westphal
2016-06-24netfilter: x_tables: don't move to non-existent next ruleFlorian Westphal
2016-06-24netfilter: x_tables: fix unconditional helperFlorian Westphal
2016-06-24netfilter: x_tables: make sure e->next_offset covers remaining blob sizeFlorian Westphal
2016-06-24netfilter: x_tables: validate e->target_offset earlyFlorian Westphal
2016-06-24vxlan, gre, geneve: Set a large MTU on ovs-created tunnel devicesDavid Wragg
2016-06-24udp: prevent skbs lingering in tunnel socket queuesHannes Frederic Sowa
2016-05-18net/route: enforce hoplimit max valuePaolo Abeni
2016-05-18tcp: refresh skb timestamp at retransmit timeEric Dumazet
2016-05-18gre: do not pull header in ICMP error processingJiri Benc
2016-05-18ipv4/fib: don't warn when primary address is missing if in_dev is deadPaolo Abeni
2016-05-18route: do not cache fib route info on local routes with oifChris Friesen
2016-04-20ipv4: initialize flowi4_flags before calling fib_lookup()Lance Richardson
2016-04-20ipv4: fix broadcast packets receptionPaolo Abeni
2016-04-20tcp/dccp: remove obsolete WARN_ON() in icmp handlersEric Dumazet
2016-04-20ipv4: Don't do expensive useless work during inetdev destroy.David S. Miller
2016-04-20tcp: fix tcpi_segs_in after connection establishmentEric Dumazet
2016-04-20mld, igmp: Fix reserved tailroom calculationBenjamin Poirier
2016-04-20ipv4: only create late gso-skb if skb is already set up with CHECKSUM_PARTIALHannes Frederic Sowa