summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2017-02-26tcp: avoid infinite loop in tcp_splice_read()Eric Dumazet
2017-02-23tcp: take care of truncations done by sk_filter()Eric Dumazet
2017-02-23net: ping: check minimum size on ICMP header lengthKees Cook
2016-11-20ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_routeNikolay Aleksandrov
2016-11-20tcp: consider recv buf for the initial window scaleSoheil Hassas Yeganeh
2016-08-22tcp: make challenge acks less predictableEric Dumazet
2016-05-01netfilter: x_tables: fix unconditional helperFlorian Westphal
2016-05-01ipv4: fix memory leaks in ip_cmsg_send() callersEric Dumazet
2016-05-01ipv6: update skb->csum when CE mark is propagatedEric Dumazet
2016-05-01tcp_yeah: don't set ssthresh below 2Neal Cardwell
2016-05-01ipv4: Don't do expensive useless work during inetdev destroy.David S. Miller
2016-05-01netfilter: x_tables: make sure e->next_offset covers remaining blob sizeFlorian Westphal
2016-05-01netfilter: x_tables: validate e->target_offset earlyFlorian Westphal
2016-04-01mld, igmp: Fix reserved tailroom calculationBenjamin Poirier
2016-01-22udp: properly support MSG_PEEK with truncated buffersEric Dumazet
2016-01-22Revert "net: add length argument to skb_copy_and_csum_datagram_iovec"Ben Hutchings
2015-12-30net: add validation for the socket syscall protocol argumentHannes Frederic Sowa
2015-12-30net: ipmr: fix static mfc/dev leaks on table destructionNikolay Aleksandrov
2015-12-30tcp: initialize tp->copied_seq in case of cross SYN connectionEric Dumazet
2015-12-30ipv4: igmp: Allow removing groups from a removed interfaceAndrew Lunn
2015-11-27ipmr: fix possible race resulting from improper usage of IP_INC_STATS_BH() in...Ani Sinha
2015-11-17net: add length argument to skb_copy_and_csum_datagram_iovecSabrina Dubroca
2015-10-13ipv6: lock socket in ip6_datagram_connect()Eric Dumazet
2015-08-12inet: frags: fix defragmented packet's IP header for af_packetEdward Hyunkoo Jee
2015-08-07udp: fix behavior of wrong checksumsEric Dumazet
2015-05-09tcp: avoid looping in tcp_send_fin()Eric Dumazet
2015-05-09ip_forward: Drop frames with attached skb->skSebastian Pöhn
2015-05-09tcp: make connect() mem charging friendlyEric Dumazet
2015-05-09net: avoid to hang up on sending due to sysctl configuration overflow.bingtian.ly@taobao.com
2015-05-09net: ping: Return EAFNOSUPPORT when appropriate.Lorenzo Colitti
2015-05-09udp: only allow UFO for packets from SOCK_DGRAM socketsMichal Kubeček
2015-05-09ipv4: ip_check_defrag should not assume that skb_network_offset is zeroAlexander Drozdov
2015-05-09ping: Fix race in free in receive pathsubashab@codeaurora.org
2015-05-09ip: zero sockaddr returned on error queueWillem de Bruijn
2015-05-09ipv4: Missing sk_nulls_node_init() in ping_unhash().David S. Miller
2015-05-09ipv4: ip_check_defrag should correctly check return value of skb_copy_bitsAlexander Drozdov
2015-02-20Revert "tcp: Apply device TSO segment limit earlier"Ben Hutchings
2015-02-20ipv6: mld: fix add_grhead skb_over_panic for devs with large MTUsDaniel Borkmann
2015-02-20ipv4: Remove all uses of LL_ALLOCATED_SPACEHerbert Xu
2015-01-01ipv4: dst_entry leak in ip_send_unicast_reply()Vasily Averin
2015-01-01tcp: md5: do not use alloc_percpu()Eric Dumazet
2015-01-01tcp: md5: remove spinlock usage in fast pathEric Dumazet
2015-01-01ipv4: fix nexthop attlen check in fib_nh_matchJiri Pirko
2014-12-14Patch for 3.2.x, 3.4.x IP identifier regressionJeffrey Knockel
2014-12-14tcp: be more strict before accepting ECN negociationEric Dumazet
2014-11-05ipv4: disable bh while doing route gcMarcelo Ricardo Leitner
2014-11-05ipv4: avoid parallel route cache gc executionsMarcelo Ricardo Leitner
2014-11-05ipv4: move route garbage collector to work queueMarcelo Ricardo Leitner
2014-09-13tcp: Fix integer-overflow in TCP vegasChristoph Paasch
2014-09-13tcp: Fix integer-overflows in TCP venoChristoph Paasch