summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2017-11-02ipv4: initialize fib_trie prior to register_netdev_notifier call.Mahesh Bandewar
2017-11-02net: ping: do not abuse udp_poll()Eric Dumazet
2017-11-02tcp: initialize rcv_mss to TCP_MIN_MSS instead of 0Wei Wang
2017-11-02tcp: when rearming RTO, if RTO time is in past then fire RTO ASAPNeal Cardwell
2017-11-02tcp: avoid setting cwnd to invalid ssthresh after cwnd reduction statesYuchung Cheng
2017-11-02tcp: reset sk_rx_dst in tcp_disconnect()WANG Cong
2017-11-02tcp: disallow cwnd undo when switching congestion controlYuchung Cheng
2017-11-02netfilter: invoke synchronize_rcu after set the _hook_ to NULLLiping Zhang
2017-11-01tcp: fix xmit timer to only be reset if data ACKed/SACKedNeal Cardwell
2017-11-01tcp: enable xmit timer fix by having TLP use time when RTO should fireNeal Cardwell
2017-11-01tcp: introduce tcp_rto_delta_us() helper for xmit timer fixNeal Cardwell
2017-11-01udp: consistently apply ufo or fragmentationWillem de Bruijn
2017-06-20tcp: initialize icsk_ack.lrcvtime at session start timeEric Dumazet
2017-06-20ipv4: provide stronger user input validation in nl_fib_input()Eric Dumazet
2017-06-20tcp: fix various issues for sockets morphing to listen stateEric Dumazet
2017-06-20tcp: fix 0 divide in __tcp_select_window()Eric Dumazet
2017-06-20igmp: Make igmp group member RFC 3376 compliantMichal Tesar
2017-06-08dccp/tcp: do not inherit mc_list from parentEric Dumazet
2017-06-08ping: implement proper lockingEric Dumazet
2017-06-08netfilter: arp_tables: fix invoking 32bit "iptable -P INPUT ACCEPT" failed in...Hongxu Jia
2017-06-08ipv4: igmp: Allow removing groups from a removed interfaceAndrew Lunn
2017-06-08dccp/tcp: fix routing redirect raceJon Maxwell
2017-06-08ipv4: mask tos for input routeJulian Anastasov
2017-06-08vti4: Don't count header length twice.Steffen Klassert
2017-06-08ping: fix a null pointer dereferenceWANG Cong
2017-06-08netlabel: out of bound access in cipso_v4_validate()Eric Dumazet
2017-06-08ipv4: keep skb->dst around in presence of IP optionsEric Dumazet
2017-06-08tcp: initialize max window for a new fastopen socketAlexey Kodanev
2017-06-08tcp: avoid infinite loop in tcp_splice_read()Eric Dumazet
2017-02-10ipv4: Set skb->protocol properly for local outputEli Cooper
2017-02-10ipv4: use new_gw for redirect neigh lookupStephen Suryaputra Lin
2017-02-10neigh: check error pointer instead of NULL for ipv4_neigh_lookup()WANG Cong
2017-02-10ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_routeNikolay Aleksandrov
2017-02-10net: disable fragment reassembly if high_thresh is set to zeroMichal Kubecek
2017-02-10tcp: take care of truncations done by sk_filter()Eric Dumazet
2017-02-10tcp: fix wrong checksum calculation on MTU probingDouglas Caetano dos Santos
2017-02-10tcp: fix overflow in __tcp_retransmit_skb()Eric Dumazet
2017-02-10tcp: properly scale window in tcp_v[46]_reqsk_send_ack()Eric Dumazet
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