summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2013-12-08inet: fix possible seqlock deadlocksEric Dumazet3-3/+3
2013-12-08net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLASTShawn Landden1-0/+3
2013-12-08inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu funct...Hannes Frederic Sowa4-4/+5
2013-12-08inet: prevent leakage of uninitialized memory to user in recv syscallsHannes Frederic Sowa3-14/+6
2013-12-08ipv4: fix possible seqlock deadlockEric Dumazet1-1/+1
2013-11-04inet: fix possible memory corruption with UDP_CORK and UFOHannes Frederic Sowa1-1/+1
2013-11-04ipv4: fix ineffective source address selectionJiri Benc1-1/+1
2013-11-04net: do not call sock_put() on TIMEWAIT socketsEric Dumazet1-1/+1
2013-11-04tcp: do not forget FIN in tcp_shifted_skb()Eric Dumazet1-1/+4
2013-11-04tcp: must unclone packets before mangling themEric Dumazet1-3/+6
2013-10-14ipv4 igmp: use in_dev_put in timer handlers instead of __in_dev_putSalam Noureddine1-2/+2
2013-10-14ip: generate unique IP identificator if local fragmentation is allowedAnsis Atteka6-10/+10
2013-10-14ip: use ip_hdr() in __ip_make_skb() to retrieve IP headerAnsis Atteka1-1/+1
2013-09-14tcp: cubic: fix bug in bictcp_acked()Eric Dumazet1-1/+1
2013-09-14tcp: cubic: fix overflow error in bictcp_update()Eric Dumazet1-4/+6
2013-09-14fib_trie: remove potential out of bound accessEric Dumazet1-4/+1
2013-08-12sysctl net: Keep tcp_syn_retries inside the boundaryMichal Tesar1-1/+5
2013-07-29ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET pendi...Hannes Frederic Sowa1-1/+2
2013-07-29ipv4: Fixed MD5 key lookups when adding/ removing MD5 to/ from TCP sockets.Aydin Arik1-2/+2
2013-06-27ip_tunnel: fix kernel panic with icmp_dest_unreachEric Dumazet2-2/+2
2013-06-27tcp: xps: fix reordering issuesEric Dumazet1-4/+6
2013-06-27tcp: bug fix in proportional rate reduction.Nandita Dukkipati1-10/+13
2013-06-27tcp: fix tcp_md5_hash_skb_data()Eric Dumazet1-2/+5
2013-05-01net: drop dst before queueing fragmentsEric Dumazet1-4/+11
2013-05-01tcp: call tcp_replace_ts_recent() from tcp_ack()Eric Dumazet1-33/+32
2013-05-01esp4: fix error return code in esp_output()Wei Yongjun1-3/+3
2013-05-01tcp: Reallocate headroom if it would overflow csum_startThomas Graf1-2/+6
2013-05-01tcp: incoming connections might use wrong route under synfloodDmitry Popov1-2/+2
2013-04-05tcp: undo spurious timeout after SACK renegingYuchung Cheng1-5/+2
2013-04-05tcp: preserve ACK clocking in TSOEric Dumazet1-2/+5
2013-03-28inet: limit length of fragment queue hash table bucket listsHannes Frederic Sowa2-8/+23
2013-03-28tcp: fix skb_availroom()Eric Dumazet2-2/+1
2013-03-28net/ipv4: Ensure that location of timestamp option is storedDavid Ward1-4/+1
2013-03-21tcp: fix double-counted receiver RTT when leaving receiver fast pathNeal Cardwell1-3/+3
2013-02-28ipv6: use a stronger hash for tcpEric Dumazet1-2/+7
2013-02-28ipv4: fix a bug in ping_err().Li Wei1-2/+2
2013-02-14tcp: fix for zero packets_in_flight was too broadIlpo Järvinen1-2/+6
2013-02-14tcp: frto should not set snd_cwnd to 0Eric Dumazet1-1/+2
2013-02-14net: prevent setting ttl=0 via IP_TTLCong Wang1-1/+1
2013-01-11tcp: RFC 5961 5.2 Blind Data Injection Attack MitigationEric Dumazet1-18/+25
2013-01-11tcp: tcp_replace_ts_recent() should not be called from tcp_validate_incoming()Eric Dumazet1-5/+10
2013-01-11tcp: refine SYN handling in tcp_validate_incomingEric Dumazet1-1/+5
2013-01-11tcp: implement RFC 5961 4.2Eric Dumazet2-18/+16
2013-01-11tcp: implement RFC 5961 3.2Eric Dumazet3-1/+38
2013-01-11inet: Fix kmemleak in tcp_v4/6_syn_recv_sock and dccp_v4/6_request_recv_sockChristoph Paasch2-4/+18
2013-01-11inet_diag: validate port comparison byte code to prevent unsafe readsNeal Cardwell1-7/+24
2013-01-11inet_diag: avoid unsafe and nonsensical prefix matches in inet_diag_bc_run()Neal Cardwell1-11/+17
2013-01-11inet_diag: validate byte code to prevent oops in inet_diag_bc_run()Neal Cardwell1-3/+45
2013-01-11inet_diag: fix oops for IPv4 AF_INET6 TCP SYN-RECV stateNeal Cardwell1-14/+39
2013-01-11ipv4: ip_check_defrag must not modify skb before unsharingJohannes Berg1-10/+9