summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2016-08-24tcp: make challenge acks less predictableEric Dumazet
2016-08-03netfilter: x_tables: speed up jump target validationFlorian Westphal
2016-07-12netfilter: x_tables: introduce and use xt_copy_counters_from_userFlorian Westphal
2016-07-12netfilter: x_tables: do compat validation via translate_tableFlorian Westphal
2016-07-12netfilter: x_tables: xt_compat_match_from_user doesn't need a retvalFlorian Westphal
2016-07-12netfilter: ip_tables: simplify translate_compat_table argsFlorian Westphal
2016-07-12netfilter: arp_tables: simplify translate_compat_table argsFlorian Westphal
2016-07-12netfilter: x_tables: check for bogus target offsetFlorian Westphal
2016-07-12netfilter: x_tables: add compat version of xt_check_entry_offsetsFlorian Westphal
2016-07-12netfilter: x_tables: kill check_entry helperFlorian Westphal
2016-07-12netfilter: x_tables: add and use xt_check_entry_offsetsFlorian Westphal
2016-07-12netfilter: x_tables: validate targets of jumpsFlorian Westphal
2016-07-12netfilter: x_tables: don't move to non-existent next ruleFlorian Westphal
2016-07-12netfilter: x_tables: fix unconditional helperFlorian Westphal
2016-07-12netfilter: x_tables: make sure e->next_offset covers remaining blob sizeFlorian Westphal
2016-07-12netfilter: x_tables: validate e->target_offset earlyFlorian Westphal
2016-07-12tcp: refresh skb timestamp at retransmit timeEric Dumazet
2016-07-12route: do not cache fib route info on local routes with oifChris Friesen
2016-07-12ipv4: fix broadcast packets receptionPaolo Abeni
2016-07-12ipv4: Don't do expensive useless work during inetdev destroy.David S. Miller
2016-07-12tcp: convert cached rtt from usec to jiffies when feeding initial rtoKonstantin Khlebnikov
2016-04-23tcp_cubic: do not set epoch_start in the futureEric Dumazet
2016-04-20tcp_cubic: better follow cubic curve after idle periodEric Dumazet
2016-02-15xfrm: dst_entries_init() per-net dst_opsDan Streetman
2016-02-15tcp_yeah: don't set ssthresh below 2Neal Cardwell
2016-01-15fou: clean up socket with kfree_rcuHannes Frederic Sowa
2016-01-15net: fix IP early demux racesEric Dumazet
2016-01-15net: add validation for the socket syscall protocol argumentHannes Frederic Sowa
2015-12-14net: ipmr: fix static mfc/dev leaks on table destructionNikolay Aleksandrov
2015-12-14tcp: initialize tp->copied_seq in case of cross SYN connectionEric Dumazet
2015-12-14tcp: fix potential huge kmalloc() calls in TCP_REPAIREric Dumazet
2015-12-14tcp: md5: fix lockdep annotationEric Dumazet
2015-12-14ipv4: disable BH when changing ip local port rangeWANG Cong
2015-12-03ipv6: gre: support SIT encapsulationEric Dumazet
2015-12-03ipmr: fix possible race resulting from improper usage of IP_INC_STATS_BH() in...Ani Sinha
2015-10-27tcp: add proper TS val into RST packetsEric Dumazet
2015-10-27udp: fix dst races with multicast early demuxEric Dumazet
2015-09-28inet: frags: fix defragmented packet's IP header for af_packetEdward Hyunkoo Jee
2015-09-28ipv6: lock socket in ip6_datagram_connect()Eric Dumazet
2015-09-27ip_tunnel: fix ipv4 pmtu check to honor inner ip header dfTimo Teräs
2015-08-27ip_vti/ip6_vti: Preserve skb->mark after rcv_cb callAlexander Duyck
2015-08-27ip_vti/ip6_vti: Do not touch skb->mark on xmitAlexander Duyck
2015-07-05tcp: Do not call tcp_fastopen_reset_cipher from interrupt contextChristoph Paasch
2015-06-28tcp: tcp_get_info() should fetch socket fields onceEric Dumazet
2015-06-15ipv4/udp: Verify multicast group is ours in upd_v4_early_demux()Shawn Bohrer
2015-06-15tcp: fix child sockets to use system default congestion control if not setNeal Cardwell
2015-06-15udp: fix behavior of wrong checksumsEric Dumazet
2015-06-15ipv4: Avoid crashing in ip_errorEric W. Biederman
2015-06-15tcp/ipv6: fix flow label setting in TIME_WAIT stateFlorent Fourcot
2015-05-11tcp: avoid looping in tcp_send_fin()Eric Dumazet