summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2017-08-12ipv4: Should use consistent conditional judgement for ip fragment in __ip_app...zheng li
2017-08-12udp: consistently apply ufo or fragmentationWillem de Bruijn
2017-08-12revert "ipv4: Should use consistent conditional judgement for ip fragment in ...Greg Kroah-Hartman
2017-08-12net: avoid skb_warn_bad_offload false positives on UFOWillem de Bruijn
2017-08-12tcp: fastopen: tcp_connect() must refresh the routeEric Dumazet
2017-08-12net: fix keepalive code vs TCP_FASTOPEN_CONNECTEric Dumazet
2017-08-12tcp: avoid setting cwnd to invalid ssthresh after cwnd reduction statesYuchung Cheng
2017-08-11ipv4: Should use consistent conditional judgement for ip fragment in __ip_app...zheng li
2017-08-11ipv4: initialize fib_trie prior to register_netdev_notifier call.Mahesh Bandewar
2017-07-21tcp: reset sk_rx_dst in tcp_disconnect()WANG Cong
2017-07-05igmp: add a missing spin_lock_init()WANG Cong
2017-07-05igmp: acquire pmc lock for ip_mc_clear_src()WANG Cong
2017-06-14net: ping: do not abuse udp_poll()Eric Dumazet
2017-06-14tcp: disallow cwnd undo when switching congestion controlYuchung Cheng
2017-06-07tcp: avoid fastopen API to be used on AF_UNSPECWei Wang
2017-06-07tcp: eliminate negative reordering in tcp_clean_rtx_queueSoheil Hassas Yeganeh
2017-06-07tcp: avoid fragmenting peculiar skbs in SACKYuchung Cheng
2017-06-07dccp/tcp: do not inherit mc_list from parentEric Dumazet
2017-05-15tcp: fix wraparound issue in tcp_lpEric Dumazet
2017-05-15ipv4, ipv6: ensure raw socket message is big enough to hold an IP headerAlexander Potapenko
2017-05-15tcp: do not underestimate skb->truesize in tcp_trim_head()Eric Dumazet
2017-04-30ping: implement proper lockingEric Dumazet
2017-04-22tcp: initialize icsk_ack.lrcvtime at session start timeEric Dumazet
2017-04-22ipv4: provide stronger user input validation in nl_fib_input()Eric Dumazet
2017-04-18dccp/tcp: fix routing redirect raceJon Maxwell
2017-04-18tcp: fix various issues for sockets morphing to listen stateEric Dumazet
2017-04-18ipv4: mask tos for input routeJulian Anastasov
2017-04-18ipv4: disable BH in set_ping_group_range()Eric Dumazet
2017-04-18ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_routeNikolay Aleksandrov
2017-04-18tcp: fix a compile error in DBGUNDO()Eric Dumazet
2017-04-18tcp: fix wrong checksum calculation on MTU probingDouglas Caetano dos Santos
2017-04-18tcp: fix overflow in __tcp_retransmit_skb()Eric Dumazet
2017-04-18tcp: avoid infinite loop in tcp_splice_read()Eric Dumazet
2017-04-18ping: fix a null pointer dereferenceWANG Cong
2017-04-18netlabel: out of bound access in cipso_v4_validate()Eric Dumazet
2017-04-18ipv4: keep skb->dst around in presence of IP optionsEric Dumazet
2017-04-18tcp: fix 0 divide in __tcp_select_window()Eric Dumazet
2017-02-08net:Add sysctl_max_skb_fragsHans Westgaard Ry
2017-02-08netfilter: Fix switch statement warnings with recent gcc.David Miller
2017-01-15gro: Allow tunnel stacking in the case of FOU/GUEAlexander Duyck
2017-01-15tunnels: Don't apply GRO to multiple layers of encapsulation.Jesse Gross
2017-01-15net: ipv4: Convert IP network timestamps to be y2038 safeDeepa Dinamani
2017-01-15ipip: Properly mark ipip GRO packets as encapsulated.Jesse Gross
2016-11-19udp: properly support MSG_PEEK with truncated buffersEric Dumazet
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