summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2013-11-28inet: fix possible memory corruption with UDP_CORK and UFOHannes Frederic Sowa
2013-11-28ipv4: fix ineffective source address selectionJiri Benc
2013-11-28net: do not call sock_put() on TIMEWAIT socketsEric Dumazet
2013-11-28tcp: do not forget FIN in tcp_shifted_skb()Eric Dumazet
2013-11-28tcp: must unclone packets before mangling themEric Dumazet
2013-10-26ipv4 igmp: use in_dev_put in timer handlers instead of __in_dev_putSalam Noureddine
2013-10-26ip: generate unique IP identificator if local fragmentation is allowedAnsis Atteka
2013-10-26inetpeer: fix a race in inetpeer_gc_worker()Eric Dumazet
2013-10-26inetpeer: Invalidate the inetpeer tree along with the routing cacheSteffen Klassert
2013-10-26tcp: cubic: fix bug in bictcp_acked()Eric Dumazet
2013-10-26tcp: cubic: fix overflow error in bictcp_update()Eric Dumazet
2013-10-26fib_trie: remove potential out of bound accessEric Dumazet
2013-09-10sysctl net: Keep tcp_syn_retries inside the boundaryMichal Tesar
2013-08-02ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET pendi...Hannes Frederic Sowa
2013-06-29ip_tunnel: fix kernel panic with icmp_dest_unreachEric Dumazet
2013-06-29tcp: xps: fix reordering issuesEric Dumazet
2013-06-29tcp: fix tcp_md5_hash_skb_data()Eric Dumazet
2013-05-13net: drop dst before queueing fragmentsEric Dumazet
2013-05-13tcp: call tcp_replace_ts_recent() from tcp_ack()Eric Dumazet
2013-05-13esp4: fix error return code in esp_output()Wei Yongjun
2013-05-13tcp: incoming connections might use wrong route under synfloodDmitry Popov
2013-04-10tcp: undo spurious timeout after SACK renegingYuchung Cheng
2013-04-10tcp: preserve ACK clocking in TSOEric Dumazet
2013-03-27inet: limit length of fragment queue hash table bucket listsHannes Frederic Sowa
2013-03-27tcp: fix skb_availroom()Eric Dumazet
2013-03-27net/ipv4: Ensure that location of timestamp option is storedDavid Ward
2013-03-27tcp: fix double-counted receiver RTT when leaving receiver fast pathNeal Cardwell
2013-03-06ipv6: use a stronger hash for tcpEric Dumazet
2013-03-06ipv4: fix a bug in ping_err().Li Wei
2013-02-20tcp: fix for zero packets_in_flight was too broadIlpo Järvinen
2013-02-20tcp: frto should not set snd_cwnd to 0Eric Dumazet
2013-02-20net: prevent setting ttl=0 via IP_TTLCong Wang
2013-01-16tcp: RFC 5961 5.2 Blind Data Injection Attack MitigationEric Dumazet
2013-01-16tcp: tcp_replace_ts_recent() should not be called from tcp_validate_incoming()Eric Dumazet
2013-01-16tcp: refine SYN handling in tcp_validate_incomingEric Dumazet
2013-01-16tcp: implement RFC 5961 4.2Eric Dumazet
2013-01-16tcp: implement RFC 5961 3.2Eric Dumazet
2013-01-16inet: Fix kmemleak in tcp_v4/6_syn_recv_sock and dccp_v4/6_request_recv_sockChristoph Paasch
2013-01-03ipv4: ip_check_defrag must not modify skb before unsharingJohannes Berg
2012-12-06ipv4: avoid undefined behavior in do_ip_setsockopt()Xi Wang
2012-12-06netfilter: nf_nat: don't check for port change on ICMP tuplesUlrich Weber
2012-11-16net: fix divide by zero in tcp algorithm illinoisJesper Dangaard Brouer
2012-11-16tcp: fix FIONREAD/SIOCINQEric Dumazet
2012-10-30tcp: resets are misroutedAlexey Kuznetsov
2012-10-17netfilter: nf_nat_sip: fix via header translation with multiple parametersPatrick McHardy
2012-10-17netfilter: nf_nat_sip: fix incorrect handling of EBUSY for RTCP expectationPablo Neira Ayuso
2012-10-17netfilter: nf_ct_ipv4: packets with wrong ihl are invalidJozsef Kadlecsik
2012-10-10ipv4: raw: fix icmp_filter()Eric Dumazet
2012-10-10tcp: flush DMA queue before sk_wait_data if rcv_wnd is zeroMichal Kubeček
2012-09-19net: ipv4: ipmr_expire_timer causes crash when removing net namespaceFrancesco Ruggeri