summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2016-01-05net: fix IP early demux racesEric Dumazet
2016-01-05net: add validation for the socket syscall protocol argumentHannes Frederic Sowa
2016-01-05netfilter: ipt_rpfilter: remove the nh_scope test in rpfilter_lookup_reverselucien
2016-01-05net: ipmr: fix static mfc/dev leaks on table destructionNikolay Aleksandrov
2016-01-05tcp: initialize tp->copied_seq in case of cross SYN connectionEric Dumazet
2016-01-05tcp: md5: fix lockdep annotationEric Dumazet
2015-11-14ipmr: fix possible race resulting from improper usage of IP_INC_STATS_BH() in...Ani Sinha
2015-10-26net: add length argument to skb_copy_and_csum_datagram_iovecSabrina Dubroca
2015-08-27inet: frags: fix defragmented packet's IP header for af_packetEdward Hyunkoo Jee
2015-08-27ipv6: lock socket in ip6_datagram_connect()Eric Dumazet
2015-08-27ip_tunnel: fix ipv4 pmtu check to honor inner ip header dfTimo Teräs
2015-06-10udp: fix behavior of wrong checksumsEric Dumazet
2015-06-10ipv4: Avoid crashing in ip_errorEric W. Biederman
2015-05-15ipv4: Missing sk_nulls_node_init() in ping_unhash().David S. Miller
2015-04-30tcp: avoid looping in tcp_send_fin()Eric Dumazet
2015-04-30tcp: fix possible deadlock in tcp_send_fin()Eric Dumazet
2015-04-30ip_forward: Drop frames with attached skb->skSebastian Pöhn
2015-04-27tcp: tcp_make_synack() should clear skb->tstampEric Dumazet
2015-04-27tcp: fix FRTO undo on cumulative ACK of SACKed rangeNeal Cardwell
2015-04-27tcp: prevent fetching dst twice in early demux codeMichal Kubeček
2015-04-22tcp: Fix crash in TCP Fast OpenBen Hutchings
2015-04-22remove extra definitions of U32_MAXAlex Elder
2015-04-22conditionally define U32_MAXAlex Elder
2015-04-09tcp: make connect() mem charging friendlyEric Dumazet
2015-04-09tcp: fix tcp fin memory accountingJosh Hunt
2015-04-09inet_diag: fix possible overflow in inet_diag_dump_one_icsk()Eric Dumazet
2015-03-12net: ping: Return EAFNOSUPPORT when appropriate.Lorenzo Colitti
2015-03-12udp: only allow UFO for packets from SOCK_DGRAM socketsMichal Kubeček
2015-03-12ipv4: ip_check_defrag should not assume that skb_network_offset is zeroAlexander Drozdov
2015-03-12ipv4: ip_check_defrag should correctly check return value of skb_copy_bitsAlexander Drozdov
2015-02-10ipv4: tcp: get rid of ugly unicast_sockEric Dumazet
2015-02-10tcp: ipv4: initialize unicast_sock sk_pacing_rateEric Dumazet
2015-02-10ping: Fix race in free in receive pathsubashab@codeaurora.org
2015-02-10udp_diag: Fix socket skipping within chainHerbert Xu
2015-02-10ipv4: try to cache dst_entries which would cause a redirectHannes Frederic Sowa
2015-02-10ip: zero sockaddr returned on error queueWillem de Bruijn
2015-01-26tcp: Do not apply TSO segment limit to non-TSO packetsHerbert Xu
2014-12-06net/ping: handle protocol mismatching scenarioJane Zhou
2014-11-27ipv4: Fix incorrect error code when adding an unreachable routePanu Matilainen
2014-11-05ipv4: dst_entry leak in ip_send_unicast_reply()Vasily Averin
2014-11-05tcp: md5: do not use alloc_percpu()Eric Dumazet
2014-11-05ipv4: fix a potential use after free in ip_tunnel_core.cLi RongQing
2014-11-05ipv4: fix nexthop attlen check in fib_nh_matchJiri Pirko
2014-10-17tcp: fixing TLP's FIN recoveryPer Hurtig
2014-10-17xfrm: Generate blackhole routes only from route lookup functionsSteffen Klassert
2014-10-17tcp: fix ssthresh and undo for consecutive short FRTO episodesNeal Cardwell
2014-10-17tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced()Neal Cardwell
2014-08-19tcp: Fix integer-overflow in TCP vegasChristoph Paasch
2014-08-19tcp: Fix integer-overflows in TCP venoChristoph Paasch
2014-08-19ip: make IP identifiers less predictableEric Dumazet