summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2016-08-23tcp: make challenge acks less predictableEric Dumazet1-5/+12
2016-05-01netfilter: x_tables: fix unconditional helperFlorian Westphal2-21/+20
2016-05-01ipv4: fix memory leaks in ip_cmsg_send() callersEric Dumazet4-3/+11
2016-05-01ipv6: update skb->csum when CE mark is propagatedEric Dumazet1-1/+1
2016-05-01tcp_yeah: don't set ssthresh below 2Neal Cardwell1-1/+1
2016-05-01ipv4: Don't do expensive useless work during inetdev destroy.David S. Miller3-2/+18
2016-05-01netfilter: x_tables: make sure e->next_offset covers remaining blob sizeFlorian Westphal2-4/+8
2016-05-01netfilter: x_tables: validate e->target_offset earlyFlorian Westphal2-18/+16
2016-04-01mld, igmp: Fix reserved tailroom calculationBenjamin Poirier1-2/+1
2016-01-23udp: properly support MSG_PEEK with truncated buffersEric Dumazet1-2/+4
2016-01-23Revert "net: add length argument to skb_copy_and_csum_datagram_iovec"Ben Hutchings2-2/+2
2015-12-30net: add validation for the socket syscall protocol argumentHannes Frederic Sowa1-0/+3
2015-12-30net: ipmr: fix static mfc/dev leaks on table destructionNikolay Aleksandrov1-7/+8
2015-12-30tcp: initialize tp->copied_seq in case of cross SYN connectionEric Dumazet1-0/+1
2015-12-30ipv4: igmp: Allow removing groups from a removed interfaceAndrew Lunn1-2/+3
2015-11-27ipmr: fix possible race resulting from improper usage of IP_INC_STATS_BH() in...Ani Sinha1-2/+2
2015-11-17net: add length argument to skb_copy_and_csum_datagram_iovecSabrina Dubroca2-2/+2
2015-10-13ipv6: lock socket in ip6_datagram_connect()Eric Dumazet1-4/+12
2015-08-12inet: frags: fix defragmented packet's IP header for af_packetEdward Hyunkoo Jee1-2/+4
2015-08-07udp: fix behavior of wrong checksumsEric Dumazet1-4/+2
2015-05-10tcp: avoid looping in tcp_send_fin()Eric Dumazet1-20/+27
2015-05-10ip_forward: Drop frames with attached skb->skSebastian Pöhn1-0/+3
2015-05-10tcp: make connect() mem charging friendlyEric Dumazet1-5/+2
2015-05-10net: avoid to hang up on sending due to sysctl configuration overflow.bingtian.ly@taobao.com1-5/+7
2015-05-10net: ping: Return EAFNOSUPPORT when appropriate.Lorenzo Colitti1-1/+6
2015-05-10udp: only allow UFO for packets from SOCK_DGRAM socketsMichal Kubeček1-1/+2
2015-05-10ipv4: ip_check_defrag should not assume that skb_network_offset is zeroAlexander Drozdov1-4/+7
2015-05-10ping: Fix race in free in receive pathsubashab@codeaurora.org1-1/+4
2015-05-10ip: zero sockaddr returned on error queueWillem de Bruijn1-6/+2
2015-05-10ipv4: Missing sk_nulls_node_init() in ping_unhash().David S. Miller1-0/+1
2015-05-10ipv4: ip_check_defrag should correctly check return value of skb_copy_bitsAlexander Drozdov1-1/+1
2015-02-20Revert "tcp: Apply device TSO segment limit earlier"Ben Hutchings3-17/+11
2015-02-20ipv6: mld: fix add_grhead skb_over_panic for devs with large MTUsDaniel Borkmann1-6/+5
2015-02-20ipv4: Remove all uses of LL_ALLOCATED_SPACEHerbert Xu4-10/+22
2015-01-01ipv4: dst_entry leak in ip_send_unicast_reply()Vasily Averin1-3/+9
2015-01-01tcp: md5: do not use alloc_percpu()Eric Dumazet1-39/+20
2015-01-01tcp: md5: remove spinlock usage in fast pathEric Dumazet3-89/+23
2015-01-01ipv4: fix nexthop attlen check in fib_nh_matchJiri Pirko1-1/+1
2014-12-14Patch for 3.2.x, 3.4.x IP identifier regressionJeffrey Knockel1-1/+1
2014-12-14tcp: be more strict before accepting ECN negociationEric Dumazet1-1/+1
2014-11-05ipv4: disable bh while doing route gcMarcelo Ricardo Leitner1-2/+2
2014-11-05ipv4: avoid parallel route cache gc executionsMarcelo Ricardo Leitner1-5/+16
2014-11-05ipv4: move route garbage collector to work queueMarcelo Ricardo Leitner1-14/+29
2014-09-14tcp: Fix integer-overflow in TCP vegasChristoph Paasch1-1/+2
2014-09-14tcp: Fix integer-overflows in TCP venoChristoph Paasch1-1/+1
2014-09-14ip: make IP identifiers less predictableEric Dumazet1-3/+33
2014-09-14inetpeer: get rid of ip_id_countEric Dumazet7-64/+27
2014-09-14netlabel: fix a problem when setting bits below the previously lowest bitPaul Moore1-3/+3
2014-08-06netfilter: ipt_ULOG: fix info leaksMathias Krause1-6/+1
2014-08-06ipv4: fix buffer overflow in ip_options_compile()Eric Dumazet1-0/+4