summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2017-02-23tcp: take care of truncations done by sk_filter()Eric Dumazet
2017-02-23net: ping: check minimum size on ICMP header lengthKees Cook
2017-02-23ipv4: Set skb->protocol properly for local outputEli Cooper
2017-02-23netfilter: arp_tables: fix invoking 32bit "iptable -P INPUT ACCEPT" failed in...Hongxu Jia
2017-02-23ipv4: use new_gw for redirect neigh lookupStephen Suryaputra Lin
2017-02-23neigh: check error pointer instead of NULL for ipv4_neigh_lookup()WANG Cong
2017-02-23ipv4: allow local fragmentation in ip_finish_output_gso()Lance Richardson
2017-02-23ipv4: use the right lock for ping_group_rangeWANG Cong
2017-02-23ipv4: accept u8 in IP_TOS ancillary dataEric Dumazet
2016-11-20ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_routeNikolay Aleksandrov
2016-11-20tcp: fix a compile error in DBGUNDO()Eric Dumazet
2016-11-20tcp: fastopen: fix rcv_wup initialization for TFO server on SYN/dataNeal Cardwell
2016-11-20tcp: consider recv buf for the initial window scaleSoheil Hassas Yeganeh
2016-11-20netfilter: x_tables: speed up jump target validationFlorian Westphal
2016-11-20netfilter: x_tables: validate targets of jumpsFlorian Westphal
2016-08-22netfilter: ensure number of counters is >0 in do_replace()Dave Jones
2016-08-22netfilter: x_tables: introduce and use xt_copy_counters_from_userFlorian Westphal
2016-08-22netfilter: x_tables: do compat validation via translate_tableFlorian Westphal
2016-08-22netfilter: x_tables: xt_compat_match_from_user doesn't need a retvalFlorian Westphal
2016-08-22netfilter: ip_tables: simplify translate_compat_table argsFlorian Westphal
2016-08-22netfilter: arp_tables: simplify translate_compat_table argsFlorian Westphal
2016-08-22netfilter: x_tables: check for bogus target offsetFlorian Westphal
2016-08-22netfilter: x_tables: add compat version of xt_check_entry_offsetsFlorian Westphal
2016-08-22netfilter: x_tables: kill check_entry helperFlorian Westphal
2016-08-22netfilter: x_tables: add and use xt_check_entry_offsetsFlorian Westphal
2016-08-22netfilter: x_tables: don't move to non-existent next ruleFlorian Westphal
2016-08-22tcp: make challenge acks less predictableEric Dumazet
2016-05-01netfilter: x_tables: fix unconditional helperFlorian Westphal
2016-05-01netfilter: x_tables: make sure e->next_offset covers remaining blob sizeFlorian Westphal
2016-05-01netfilter: x_tables: validate e->target_offset earlyFlorian Westphal
2016-05-01tunnels: Don't apply GRO to multiple layers of encapsulation.Jesse Gross
2016-03-29ipv4: Don't do expensive useless work during inetdev destroy.David S. Miller
2016-03-24mld, igmp: Fix reserved tailroom calculationBenjamin Poirier
2016-03-24tcp: convert cached rtt from usec to jiffies when feeding initial rtoKonstantin Khlebnikov
2016-03-24rtnl: RTM_GETNETCONF: fix wrong return valueAnton Protopopov
2016-03-24route: check and remove route cache when we get routeXin Long
2016-03-24ipv4: fix memory leaks in ip_cmsg_send() callersEric Dumazet
2016-03-24net:Add sysctl_max_skb_fragsHans Westgaard Ry
2016-03-09tcp: fix NULL deref in tcp_v4_send_ack()Eric Dumazet
2016-01-28xfrm: dst_entries_init() per-net dst_opsDan Streetman
2016-01-28tcp_yeah: don't set ssthresh below 2Neal Cardwell
2016-01-25udp: properly support MSG_PEEK with truncated buffersEric Dumazet
2016-01-25Revert "[stable-only] net: add length argument to skb_copy_and_csum_datagram_...Luis Henriques
2016-01-05ipv4: igmp: Allow removing groups from a removed interfaceAndrew Lunn
2016-01-04net: add validation for the socket syscall protocol argumentHannes Frederic Sowa
2015-12-18netfilter: ipt_rpfilter: remove the nh_scope test in rpfilter_lookup_reverselucien
2015-12-18net: ipmr: fix static mfc/dev leaks on table destructionNikolay Aleksandrov
2015-12-18tcp: initialize tp->copied_seq in case of cross SYN connectionEric Dumazet
2015-12-18tcp: md5: fix lockdep annotationEric Dumazet
2015-12-13tcp: apply Kern's check on RTTs used for congestion controlYuchung Cheng