summaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)Author
2016-05-18route: do not cache fib route info on local routes with oifChris Friesen
2016-04-20ipv4: fix broadcast packets receptionPaolo Abeni
2016-03-03netfilter: ipt_rpfilter: remove the nh_scope test in rpfilter_lookup_reverselucien
2016-01-28tcp_yeah: don't set ssthresh below 2Neal Cardwell
2016-01-22net: add validation for the socket syscall protocol argumentHannes Frederic Sowa
2016-01-22net: ipmr: fix static mfc/dev leaks on table destructionNikolay Aleksandrov
2016-01-22tcp: initialize tp->copied_seq in case of cross SYN connectionEric Dumazet
2016-01-22tcp: md5: fix lockdep annotationEric Dumazet
2015-12-09ipmr: fix possible race resulting from improper usage of IP_INC_STATS_BH() in...Ani Sinha
2015-10-01net: gso: use feature flag argument in all protocol gso handlersFlorian Westphal
2015-10-01udp: fix dst races with multicast early demuxEric Dumazet
2015-10-01inet: frags: fix defragmented packet's IP header for af_packetEdward Hyunkoo Jee
2015-10-01ipv6: lock socket in ip6_datagram_connect()Eric Dumazet
2015-10-01ip_tunnel: fix ipv4 pmtu check to honor inner ip header dfTimo Teräs
2015-07-10tcp: Do not call tcp_fastopen_reset_cipher from interrupt contextChristoph Paasch
2015-06-22ipv4/udp: Verify multicast group is ours in upd_v4_early_demux()Shawn Bohrer
2015-06-22udp: fix behavior of wrong checksumsEric Dumazet
2015-06-22ipv4: Avoid crashing in ip_errorEric W. Biederman
2015-06-22tcp/ipv6: fix flow label setting in TIME_WAIT stateFlorent Fourcot
2015-05-13ipv4: Missing sk_nulls_node_init() in ping_unhash().David S. Miller
2015-05-06tcp: avoid looping in tcp_send_fin()Eric Dumazet
2015-05-06tcp: fix possible deadlock in tcp_send_fin()Eric Dumazet
2015-05-06ip_forward: Drop frames with attached skb->skSebastian Pöhn
2015-04-29tcp: tcp_make_synack() should clear skb->tstampEric Dumazet
2015-04-29tcp: fix FRTO undo on cumulative ACK of SACKed rangeNeal Cardwell
2015-04-29tcp: prevent fetching dst twice in early demux codeMichal Kubeček
2015-04-19tcp: Fix crash in TCP Fast OpenBen Hutchings
2015-03-26tcp: make connect() mem charging friendlyEric Dumazet
2015-03-26tcp: fix tcp fin memory accountingJosh Hunt
2015-03-26inet_diag: fix possible overflow in inet_diag_dump_one_icsk()Eric Dumazet
2015-03-18net: ping: Return EAFNOSUPPORT when appropriate.Lorenzo Colitti
2015-03-18udp: only allow UFO for packets from SOCK_DGRAM socketsMichal Kubeček
2015-03-18ipv4: ip_check_defrag should not assume that skb_network_offset is zeroAlexander Drozdov
2015-03-18ipv4: ip_check_defrag should correctly check return value of skb_copy_bitsAlexander Drozdov
2015-02-26ipv4: tcp: get rid of ugly unicast_sockEric Dumazet
2015-02-26tcp: ipv4: initialize unicast_sock sk_pacing_rateEric Dumazet
2015-02-26ping: Fix race in free in receive pathsubashab@codeaurora.org
2015-02-26udp_diag: Fix socket skipping within chainHerbert Xu
2015-02-26ipv4: try to cache dst_entries which would cause a redirectHannes Frederic Sowa
2015-02-26ip: zero sockaddr returned on error queueWillem de Bruijn
2015-01-27tcp: Do not apply TSO segment limit to non-TSO packetsHerbert Xu
2015-01-27gre: fix the inner mac header in nbma tunnel xmit pathTimo Teräs
2014-12-16gre: Set inner mac header in gro completeTom Herbert
2014-12-16ip_tunnel: the lack of vti_link_ops' dellink() cause kernel paniclucien
2014-12-06net/ping: handle protocol mismatching scenarioJane Zhou
2014-12-06ipv4: Fix incorrect error code when adding an unreachable routePanu Matilainen
2014-11-14ipv4: dst_entry leak in ip_send_unicast_reply()Vasily Averin
2014-11-14gre: Use inner mac length when computing tunnel lengthTom Herbert
2014-11-14tcp: md5: do not use alloc_percpu()Eric Dumazet
2014-11-14ipv4: fix a potential use after free in ip_tunnel_core.cLi RongQing