summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2017-09-10net: avoid skb_warn_bad_offload false positives on UFOWillem de Bruijn
2017-09-10tcp: avoid setting cwnd to invalid ssthresh after cwnd reduction statesYuchung Cheng
2017-09-10ipv4: Should use consistent conditional judgement for ip fragment in __ip_app...zheng li
2017-09-10ipv4: initialize fib_trie prior to register_netdev_notifier call.Mahesh Bandewar
2017-07-31igmp: add a missing spin_lock_init()WANG Cong
2017-07-31igmp: acquire pmc lock for ip_mc_clear_src()WANG Cong
2017-06-25NET: Fix /proc/net/arp for AX.25Ralf Baechle
2017-06-25net: ping: do not abuse udp_poll()Eric Dumazet
2017-06-25tcp: disallow cwnd undo when switching congestion controlYuchung Cheng
2017-06-25tcp: avoid fastopen API to be used on AF_UNSPECWei Wang
2017-06-24tcp: eliminate negative reordering in tcp_clean_rtx_queueSoheil Hassas Yeganeh
2017-06-24tcp: avoid fragmenting peculiar skbs in SACKYuchung Cheng
2017-06-24dccp/tcp: do not inherit mc_list from parentEric Dumazet
2017-06-13ipv4, ipv6: ensure raw socket message is big enough to hold an IP headerAlexander Potapenko
2017-06-13tcp: fix wraparound issue in tcp_lpEric Dumazet
2017-06-13tcp: do not underestimate skb->truesize in tcp_trim_head()Eric Dumazet
2017-06-13net: ipv4: fix multipath RTM_GETROUTE behavior when iif is givenFlorian Larysch
2017-06-13ping: implement proper lockingEric Dumazet
2017-05-28udp: properly support MSG_PEEK with truncated buffersEric Dumazet
2017-01-13gro: Allow tunnel stacking in the case of FOU/GUEAlexander Duyck
2017-01-13tunnels: Don't apply GRO to multiple layers of encapsulation.Jesse Gross
2017-01-13net: ipv4: Convert IP network timestamps to be y2038 safeDeepa Dinamani
2017-01-13ipip: Properly mark ipip GRO packets as encapsulated.Jesse Gross
2016-12-23net: ping: check minimum size on ICMP header lengthKees Cook
2016-12-23net: add recursion limit to GROSabrina Dubroca
2016-08-24tcp: enable per-socket rate limiting of all 'challenge acks'Jason Baron
2016-08-24tcp: make challenge acks less predictableEric Dumazet
2016-08-03netfilter: x_tables: speed up jump target validationFlorian Westphal
2016-07-10netfilter: x_tables: introduce and use xt_copy_counters_from_userFlorian Westphal
2016-07-10netfilter: x_tables: do compat validation via translate_tableFlorian Westphal
2016-07-10netfilter: x_tables: xt_compat_match_from_user doesn't need a retvalFlorian Westphal
2016-07-10netfilter: ip_tables: simplify translate_compat_table argsFlorian Westphal
2016-07-10netfilter: arp_tables: simplify translate_compat_table argsFlorian Westphal
2016-07-10netfilter: x_tables: check for bogus target offsetFlorian Westphal
2016-07-10netfilter: x_tables: add compat version of xt_check_entry_offsetsFlorian Westphal
2016-07-10netfilter: x_tables: kill check_entry helperFlorian Westphal
2016-07-10netfilter: x_tables: add and use xt_check_entry_offsetsFlorian Westphal
2016-07-10netfilter: x_tables: validate targets of jumpsFlorian Westphal
2016-07-10netfilter: x_tables: don't move to non-existent next ruleFlorian Westphal
2016-07-10netfilter: x_tables: fix unconditional helperFlorian Westphal
2016-07-10netfilter: x_tables: make sure e->next_offset covers remaining blob sizeFlorian Westphal
2016-07-10netfilter: x_tables: validate e->target_offset earlyFlorian Westphal
2016-07-10tcp: refresh skb timestamp at retransmit timeEric Dumazet
2016-07-10ipv4/fib: don't warn when primary address is missing if in_dev is deadPaolo Abeni
2016-07-10route: do not cache fib route info on local routes with oifChris Friesen
2016-07-10ipv4: fix broadcast packets receptionPaolo Abeni
2016-07-10ipv4: Don't do expensive useless work during inetdev destroy.David S. Miller
2016-07-10mld, igmp: Fix reserved tailroom calculationBenjamin Poirier
2016-07-10tunnel: Clear IPCB(skb)->opt before dst_link_failure calledBernie Harris
2016-07-10tcp: convert cached rtt from usec to jiffies when feeding initial rtoKonstantin Khlebnikov