summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2016-08-16tcp: make challenge acks less predictableEric Dumazet1-3/+9
2016-08-16tcp: consider recv buf for the initial window scaleSoheil Hassas Yeganeh1-1/+2
2016-07-27ipmr/ip6mr: Initialize the last assert time of mfc entries.Tom Goff1-1/+3
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-210/+50
2016-06-24netfilter: ensure number of counters is >0 in do_replace()Dave Jones2-0/+12
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-36/+25
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/+34
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-05-19route: do not cache fib route info on local routes with oifChris Friesen1-0/+12
2016-04-20ipv4: fix broadcast packets receptionPaolo Abeni1-4/+8
2016-03-04netfilter: ipt_rpfilter: remove the nh_scope test in rpfilter_lookup_reverselucien1-3/+1
2016-01-29tcp_yeah: don't set ssthresh below 2Neal Cardwell1-1/+1
2016-01-23net: add validation for the socket syscall protocol argumentHannes Frederic Sowa1-0/+3
2016-01-23net: ipmr: fix static mfc/dev leaks on table destructionNikolay Aleksandrov1-7/+8
2016-01-23tcp: initialize tp->copied_seq in case of cross SYN connectionEric Dumazet1-0/+1
2016-01-23tcp: md5: fix lockdep annotationEric Dumazet1-1/+2
2015-12-09ipmr: fix possible race resulting from improper usage of IP_INC_STATS_BH() in...Ani Sinha1-3/+3
2015-10-01net: gso: use feature flag argument in all protocol gso handlersFlorian Westphal3-3/+3
2015-10-01udp: fix dst races with multicast early demuxEric Dumazet1-3/+10
2015-10-01inet: frags: fix defragmented packet's IP header for af_packetEdward Hyunkoo Jee1-2/+5
2015-10-01ipv6: lock socket in ip6_datagram_connect()Eric Dumazet1-4/+12
2015-10-01ip_tunnel: fix ipv4 pmtu check to honor inner ip header dfTimo Teräs1-3/+5
2015-07-10tcp: Do not call tcp_fastopen_reset_cipher from interrupt contextChristoph Paasch3-4/+7
2015-06-23ipv4/udp: Verify multicast group is ours in upd_v4_early_demux()Shawn Bohrer1-3/+15
2015-06-23udp: fix behavior of wrong checksumsEric Dumazet1-4/+2
2015-06-23ipv4: Avoid crashing in ip_errorEric W. Biederman1-0/+4
2015-06-23tcp/ipv6: fix flow label setting in TIME_WAIT stateFlorent Fourcot1-1/+1
2015-05-13ipv4: Missing sk_nulls_node_init() in ping_unhash().David S. Miller1-0/+1
2015-05-06tcp: avoid looping in tcp_send_fin()Eric Dumazet1-21/+29
2015-05-06tcp: fix possible deadlock in tcp_send_fin()Eric Dumazet1-1/+19
2015-05-06ip_forward: Drop frames with attached skb->skSebastian Pöhn1-0/+3
2015-04-29tcp: tcp_make_synack() should clear skb->tstampEric Dumazet1-0/+2
2015-04-29tcp: fix FRTO undo on cumulative ACK of SACKed rangeNeal Cardwell1-3/+4
2015-04-29tcp: prevent fetching dst twice in early demux codeMichal Kubeček1-1/+1
2015-04-19tcp: Fix crash in TCP Fast OpenBen Hutchings1-0/+1
2015-03-26tcp: make connect() mem charging friendlyEric Dumazet1-35/+27
2015-03-26tcp: fix tcp fin memory accountingJosh Hunt1-5/+1
2015-03-26inet_diag: fix possible overflow in inet_diag_dump_one_icsk()Eric Dumazet1-3/+15
2015-03-18net: ping: Return EAFNOSUPPORT when appropriate.Lorenzo Colitti1-2/+11
2015-03-18udp: only allow UFO for packets from SOCK_DGRAM socketsMichal Kubeček1-1/+2