summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2017-04-30ping: implement proper lockingEric Dumazet1-2/+3
2017-04-22tcp: initialize icsk_ack.lrcvtime at session start timeEric Dumazet2-1/+2
2017-04-22ipv4: provide stronger user input validation in nl_fib_input()Eric Dumazet1-1/+2
2017-04-18dccp/tcp: fix routing redirect raceJon Maxwell1-1/+2
2017-04-18tcp: fix various issues for sockets morphing to listen stateEric Dumazet2-4/+9
2017-04-18ipv4: mask tos for input routeJulian Anastasov1-0/+1
2017-04-18ipv4: disable BH in set_ping_group_range()Eric Dumazet1-2/+2
2017-04-18ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_routeNikolay Aleksandrov2-2/+4
2017-04-18tcp: fix a compile error in DBGUNDO()Eric Dumazet1-2/+1
2017-04-18tcp: fix wrong checksum calculation on MTU probingDouglas Caetano dos Santos1-5/+7
2017-04-18tcp: fix overflow in __tcp_retransmit_skb()Eric Dumazet1-1/+2
2017-04-18tcp: avoid infinite loop in tcp_splice_read()Eric Dumazet1-0/+6
2017-04-18ping: fix a null pointer dereferenceWANG Cong1-0/+2
2017-04-18netlabel: out of bound access in cipso_v4_validate()Eric Dumazet1-0/+4
2017-04-18ipv4: keep skb->dst around in presence of IP optionsEric Dumazet1-1/+8
2017-04-18tcp: fix 0 divide in __tcp_select_window()Eric Dumazet1-2/+4
2017-02-08net:Add sysctl_max_skb_fragsHans Westgaard Ry1-2/+2
2017-02-08netfilter: Fix switch statement warnings with recent gcc.David Miller1-0/+2
2017-01-15gro: Allow tunnel stacking in the case of FOU/GUEAlexander Duyck1-0/+16
2017-01-15tunnels: Don't apply GRO to multiple layers of encapsulation.Jesse Gross3-4/+22
2017-01-15net: ipv4: Convert IP network timestamps to be y2038 safeDeepa Dinamani3-12/+33
2017-01-15ipip: Properly mark ipip GRO packets as encapsulated.Jesse Gross1-1/+8
2016-11-19udp: properly support MSG_PEEK with truncated buffersEric Dumazet1-2/+4
2016-08-24tcp: make challenge acks less predictableEric Dumazet1-4/+9
2016-08-03netfilter: x_tables: speed up jump target validationFlorian Westphal2-44/+49
2016-07-12netfilter: x_tables: introduce and use xt_copy_counters_from_userFlorian Westphal2-86/+10
2016-07-12netfilter: x_tables: do compat validation via translate_tableFlorian Westphal2-210/+50
2016-07-12netfilter: x_tables: xt_compat_match_from_user doesn't need a retvalFlorian Westphal2-29/+14
2016-07-12netfilter: ip_tables: simplify translate_compat_table argsFlorian Westphal1-36/+25
2016-07-12netfilter: arp_tables: simplify translate_compat_table argsFlorian Westphal1-46/+36
2016-07-12netfilter: x_tables: check for bogus target offsetFlorian Westphal2-4/+6
2016-07-12netfilter: x_tables: add compat version of xt_check_entry_offsetsFlorian Westphal2-2/+4
2016-07-12netfilter: x_tables: kill check_entry helperFlorian Westphal2-23/+16
2016-07-12netfilter: x_tables: add and use xt_check_entry_offsetsFlorian Westphal2-21/+2
2016-07-12netfilter: x_tables: validate targets of jumpsFlorian Westphal2-0/+32
2016-07-12netfilter: x_tables: don't move to non-existent next ruleFlorian Westphal2-3/+9
2016-07-12netfilter: x_tables: fix unconditional helperFlorian Westphal2-21/+20
2016-07-12netfilter: x_tables: make sure e->next_offset covers remaining blob sizeFlorian Westphal2-4/+8
2016-07-12netfilter: x_tables: validate e->target_offset earlyFlorian Westphal2-18/+16
2016-07-12tcp: refresh skb timestamp at retransmit timeEric Dumazet1-2/+4
2016-07-12route: do not cache fib route info on local routes with oifChris Friesen1-0/+12
2016-07-12ipv4: fix broadcast packets receptionPaolo Abeni1-4/+8
2016-07-12ipv4: Don't do expensive useless work during inetdev destroy.David S. Miller3-2/+18
2016-07-12tcp: convert cached rtt from usec to jiffies when feeding initial rtoKonstantin Khlebnikov1-1/+1
2016-04-23tcp_cubic: do not set epoch_start in the futureEric Dumazet1-2/+8
2016-04-20tcp_cubic: better follow cubic curve after idle periodEric Dumazet1-0/+16
2016-02-15xfrm: dst_entries_init() per-net dst_opsDan Streetman1-9/+37
2016-02-15tcp_yeah: don't set ssthresh below 2Neal Cardwell1-1/+1
2016-01-16fou: clean up socket with kfree_rcuHannes Frederic Sowa1-1/+2
2016-01-16net: fix IP early demux racesEric Dumazet1-3/+2