summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2015-09-18udp: fix behavior of wrong checksumsEric Dumazet
2015-06-03net: fix incorrect backport of tcp_send_fin in 2.6.32.66Willy Tarreau
2015-05-24ipv4: fix nexthop attlen check in fib_nh_matchJiri Pirko
2015-05-24tcp: avoid looping in tcp_send_fin()Eric Dumazet
2015-05-24ip_forward: Drop frames with attached skb->skSebastian Pöhn
2015-05-24tcp: make connect() mem charging friendlyEric Dumazet
2015-05-24net: avoid to hang up on sending due to sysctl configuration overflow.bingtian.ly@taobao.com
2015-05-24udp: only allow UFO for packets from SOCK_DGRAM socketsMichal Kubeček
2015-05-24ipv4: Don't use ufo handling on later transformed packetsSteffen Klassert
2014-11-23tcp: Fix integer-overflow in TCP vegasChristoph Paasch
2014-11-23tcp: Fix integer-overflows in TCP venoChristoph Paasch
2014-11-23ipv4: fix buffer overflow in ip_options_compile()Eric Dumazet
2014-11-23igmp: fix the problem when mc leave groupdingtianhong
2014-11-23tcp: fix tcp_match_skb_to_sack() for unaligned SACK at end of an skbNeal Cardwell
2014-06-19net: fix regression introduced in 2.6.32.62 by sysctl fixesWilly Tarreau
2014-05-19ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET pendi...Hannes Frederic Sowa
2014-05-19tcp_cubic: fix the range of delayed_ackLiu Yu
2014-05-19tcp_cubic: limit delayed_ack ratio to prevent divide errorstephen hemminger
2014-05-19tcp: fix tcp_trim_head() to adjust segment count with skb MSSNeal Cardwell
2014-05-19inet: fix possible memory corruption with UDP_CORK and UFOHannes Frederic Sowa
2014-05-19sctp: unbalanced rcu lock in ip_queue_xmit()Nicolas Dichtel
2014-05-19inet_diag: fix inet_diag_dump_icsk() timewait socket state logicNeal Cardwell
2014-05-19inet: fix possible seqlock deadlocksEric Dumazet
2014-05-19inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu funct...Hannes Frederic Sowa
2014-05-19inet: prevent leakage of uninitialized memory to user in recv syscallsHannes Frederic Sowa
2014-05-19ipv4: fix possible seqlock deadlockEric Dumazet
2014-05-19tcp: cubic: fix bug in bictcp_acked()Eric Dumazet
2014-05-19sysctl net: Keep tcp_syn_retries inside the boundaryMichal Tesar
2014-05-19ip_tunnel: fix kernel panic with icmp_dest_unreachEric Dumazet
2014-05-19tcp: fix tcp_md5_hash_skb_data()Eric Dumazet
2014-05-19ipv4 igmp: use in_dev_put in timer handlers instead of __in_dev_putSalam Noureddine
2014-05-19net: do not call sock_put() on TIMEWAIT socketsEric Dumazet
2014-05-19tcp: must unclone packets before mangling themEric Dumazet
2013-06-10netfilter: nf_ct_ipv4: packets with wrong ihl are invalidJozsef Kadlecsik
2013-06-10tcp: preserve ACK clocking in TSOEric Dumazet
2013-06-10tcp: allow splice() to build full TSO packetsEric Dumazet
2013-06-10inet: add RCU protection to inet->optEric Dumazet
2013-06-10net: fix divide by zero in tcp algorithm illinoisJesper Dangaard Brouer
2013-06-10net: prevent setting ttl=0 via IP_TTLCong Wang
2013-06-10ipv4: check rt_genid in dst_checkBenjamin LaHaise
2012-10-07tcp: drop SYN+FIN messagesEric Dumazet
2012-10-07tcp: do_tcp_sendpages() must try to push data out on oom conditionsWilly Tarreau
2012-10-07tcp: perform DMA to userspace only if there is a task waiting for itJiri Kosina
2012-10-07cipso: don't follow a NULL pointer when setsockopt() is calledPaul Moore
2012-10-07ipsec: be careful of non existing mac headersEric Dumazet
2012-10-07tcp: Don't change unlocked socket state in tcp_v4_err().David S. Miller
2012-02-13net: sock_queue_err_skb() dont mess with sk_forward_allocEric Dumazet
2012-02-13net: fix sk_forward_alloc corruptionsEric Dumazet
2011-08-15net: Compute protocol sequence numbers and fragment IDs using MD5.David S. Miller
2011-08-08tunnels: fix netns vs proto registration orderingAlexey Dobriyan