aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
...
* inet: prevent leakage of uninitialized memory to user in recv syscallsHannes Frederic Sowa2014-01-033-14/+6
* ipv4: fix possible seqlock deadlockEric Dumazet2014-01-031-1/+1
* net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLASTShawn Landden2014-01-031-0/+3
* inet: fix possible memory corruption with UDP_CORK and UFOHannes Frederic Sowa2013-11-281-1/+1
* ipv4: fix ineffective source address selectionJiri Benc2013-11-281-1/+1
* net: do not call sock_put() on TIMEWAIT socketsEric Dumazet2013-11-281-1/+1
* tcp: do not forget FIN in tcp_shifted_skb()Eric Dumazet2013-11-281-1/+4
* tcp: must unclone packets before mangling themEric Dumazet2013-11-281-3/+6
* ipv4 igmp: use in_dev_put in timer handlers instead of __in_dev_putSalam Noureddine2013-10-261-2/+2
* ip: generate unique IP identificator if local fragmentation is allowedAnsis Atteka2013-10-266-10/+10
* inetpeer: fix a race in inetpeer_gc_worker()Eric Dumazet2013-10-261-4/+12
* inetpeer: Invalidate the inetpeer tree along with the routing cacheSteffen Klassert2013-10-262-1/+80
* tcp: cubic: fix bug in bictcp_acked()Eric Dumazet2013-10-261-1/+1
* tcp: cubic: fix overflow error in bictcp_update()Eric Dumazet2013-10-261-4/+6
* fib_trie: remove potential out of bound accessEric Dumazet2013-10-261-4/+1
* sysctl net: Keep tcp_syn_retries inside the boundaryMichal Tesar2013-09-101-1/+5
* ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET pendi...Hannes Frederic Sowa2013-08-021-1/+2
* ip_tunnel: fix kernel panic with icmp_dest_unreachEric Dumazet2013-06-292-2/+2
* tcp: xps: fix reordering issuesEric Dumazet2013-06-291-4/+6
* tcp: fix tcp_md5_hash_skb_data()Eric Dumazet2013-06-291-2/+5
* net: drop dst before queueing fragmentsEric Dumazet2013-05-131-4/+11
* tcp: call tcp_replace_ts_recent() from tcp_ack()Eric Dumazet2013-05-131-33/+32
* esp4: fix error return code in esp_output()Wei Yongjun2013-05-131-3/+3
* tcp: incoming connections might use wrong route under synfloodDmitry Popov2013-05-131-2/+2
* tcp: undo spurious timeout after SACK renegingYuchung Cheng2013-04-101-5/+2
* tcp: preserve ACK clocking in TSOEric Dumazet2013-04-101-2/+5
* inet: limit length of fragment queue hash table bucket listsHannes Frederic Sowa2013-03-272-7/+25
* tcp: fix skb_availroom()Eric Dumazet2013-03-272-2/+1
* net/ipv4: Ensure that location of timestamp option is storedDavid Ward2013-03-271-4/+1
* tcp: fix double-counted receiver RTT when leaving receiver fast pathNeal Cardwell2013-03-271-3/+3
* ipv6: use a stronger hash for tcpEric Dumazet2013-03-061-2/+7
* ipv4: fix a bug in ping_err().Li Wei2013-03-061-2/+2
* tcp: fix for zero packets_in_flight was too broadIlpo Järvinen2013-02-201-2/+6
* tcp: frto should not set snd_cwnd to 0Eric Dumazet2013-02-201-1/+2
* net: prevent setting ttl=0 via IP_TTLCong Wang2013-02-201-1/+1
* tcp: RFC 5961 5.2 Blind Data Injection Attack MitigationEric Dumazet2013-01-161-18/+25
* tcp: tcp_replace_ts_recent() should not be called from tcp_validate_incoming()Eric Dumazet2013-01-161-5/+10
* tcp: refine SYN handling in tcp_validate_incomingEric Dumazet2013-01-161-1/+5
* tcp: implement RFC 5961 4.2Eric Dumazet2013-01-162-18/+16
* tcp: implement RFC 5961 3.2Eric Dumazet2013-01-163-1/+38
* inet: Fix kmemleak in tcp_v4/6_syn_recv_sock and dccp_v4/6_request_recv_sockChristoph Paasch2013-01-162-3/+18
* ipv4: ip_check_defrag must not modify skb before unsharingJohannes Berg2013-01-031-10/+9
* ipv4: avoid undefined behavior in do_ip_setsockopt()Xi Wang2012-12-061-12/+21
* netfilter: nf_nat: don't check for port change on ICMP tuplesUlrich Weber2012-12-061-2/+4
* net: fix divide by zero in tcp algorithm illinoisJesper Dangaard Brouer2012-11-161-3/+5
* tcp: fix FIONREAD/SIOCINQEric Dumazet2012-11-161-5/+3
* tcp: resets are misroutedAlexey Kuznetsov2012-10-301-3/+4
* netfilter: nf_nat_sip: fix via header translation with multiple parametersPatrick McHardy2012-10-171-2/+3
* netfilter: nf_nat_sip: fix incorrect handling of EBUSY for RTCP expectationPablo Neira Ayuso2012-10-171-1/+4
* netfilter: nf_ct_ipv4: packets with wrong ihl are invalidJozsef Kadlecsik2012-10-171-0/+8