summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2016-08-27ipmr/ip6mr: Initialize the last assert time of mfc entries.Tom Goff
2016-08-21tcp: consider recv buf for the initial window scaleSoheil Hassas Yeganeh
2016-08-21tcp: make challenge acks less predictableCharles (Chas) Williams
2016-08-21udp: properly support MSG_PEEK with truncated buffersEric Dumazet
2016-08-21netfilter: x_tables: introduce and use xt_copy_counters_from_userFlorian Westphal
2016-08-21netfilter: x_tables: do compat validation via translate_tableFlorian Westphal
2016-08-21netfilter: ensure number of counters is >0 in do_replace()Dave Jones
2016-08-21netfilter: x_tables: xt_compat_match_from_user doesn't need a retvalFlorian Westphal
2016-08-21netfilter: ip_tables: simplify translate_compat_table argsFlorian Westphal
2016-08-21netfilter: arp_tables: simplify translate_compat_table argsFlorian Westphal
2016-08-21netfilter: x_tables: check for bogus target offsetFlorian Westphal
2016-08-21netfilter: x_tables: add compat version of xt_check_entry_offsetsFlorian Westphal
2016-08-21netfilter: x_tables: kill check_entry helperFlorian Westphal
2016-08-21netfilter: x_tables: add and use xt_check_entry_offsetsFlorian Westphal
2016-08-21netfilter: x_tables: don't move to non-existent next ruleFlorian Westphal
2016-08-21netfilter: x_tables: fix unconditional helperFlorian Westphal
2016-08-21netfilter: x_tables: make sure e->next_offset covers remaining blob sizeFlorian Westphal
2016-08-21netfilter: x_tables: validate e->target_offset earlyFlorian Westphal
2016-06-07route: do not cache fib route info on local routes with oifChris Friesen
2016-01-28tcp_yeah: don't set ssthresh below 2Neal Cardwell
2016-01-22net: add validation for the socket syscall protocol argumentHannes Frederic Sowa
2016-01-22net: ipmr: fix static mfc/dev leaks on table destructionNikolay Aleksandrov
2016-01-22tcp: initialize tp->copied_seq in case of cross SYN connectionEric Dumazet
2016-01-22tcp: md5: fix lockdep annotationEric Dumazet
2015-12-09ipmr: fix possible race resulting from improper usage of IP_INC_STATS_BH() in...Ani Sinha
2015-10-01inet: frags: fix defragmented packet's IP header for af_packetEdward Hyunkoo Jee
2015-10-01ipv6: lock socket in ip6_datagram_connect()Eric Dumazet
2015-07-03xfrm: Increase the garbage collector thresholdSteffen Klassert
2015-06-22udp: fix behavior of wrong checksumsEric Dumazet
2015-06-22ipv4: Avoid crashing in ip_errorEric W. Biederman
2015-05-13ipv4: Missing sk_nulls_node_init() in ping_unhash().David S. Miller
2015-05-06tcp: avoid looping in tcp_send_fin()Eric Dumazet
2015-05-06tcp: fix possible deadlock in tcp_send_fin()Eric Dumazet
2015-05-06ip_forward: Drop frames with attached skb->skSebastian Pöhn
2015-04-29tcp: tcp_make_synack() should clear skb->tstampEric Dumazet
2015-04-29tcp: fix FRTO undo on cumulative ACK of SACKed rangeNeal Cardwell
2015-04-29tcp: prevent fetching dst twice in early demux codeMichal Kubeček
2015-04-29remove extra definitions of U32_MAXAlex Elder
2015-04-29conditionally define U32_MAXAlex Elder
2015-04-19tcp: Fix crash in TCP Fast OpenBen Hutchings
2015-03-26tcp: make connect() mem charging friendlyEric Dumazet
2015-03-26tcp: fix tcp fin memory accountingJosh Hunt
2015-03-26inet_diag: fix possible overflow in inet_diag_dump_one_icsk()Eric Dumazet
2015-03-18udp: only allow UFO for packets from SOCK_DGRAM socketsMichal Kubeček
2015-03-18ipv4: ip_check_defrag should not assume that skb_network_offset is zeroAlexander Drozdov
2015-03-18ipv4: ip_check_defrag should correctly check return value of skb_copy_bitsAlexander Drozdov
2015-02-26ipv4: tcp: get rid of ugly unicast_sockEric Dumazet
2015-02-26tcp: ipv4: initialize unicast_sock sk_pacing_rateEric Dumazet
2015-02-26ping: Fix race in free in receive pathsubashab@codeaurora.org
2015-02-26udp_diag: Fix socket skipping within chainHerbert Xu