summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2014-06-09ipv4: initialise the itag variable in __mkroute_inputLi RongQing1-1/+1
2014-06-09ipv4: fib_semantics: increment fib_info_cnt after fib_info allocationSergey Popovich1-1/+1
2014-06-09net: ipv4: ip_forward: fix inverted local_df testFlorian Westphal1-2/+2
2014-06-09tcp_cubic: fix the range of delayed_ackLiu Yu1-1/+1
2014-06-09net: ipv4: current group_info should be put after using.Wang, Xiaoming1-4/+11
2014-06-09netfilter: Can't fail and free after table replacementThomas Graf2-4/+8
2014-04-09net: ip, ipv6: handle gso skbs in forwarding pathFlorian Westphal1-2/+66
2014-02-15net: avoid reference counter overflows on fib_rules in multicast forwardingHannes Frederic Sowa1-2/+5
2014-02-15inet_diag: fix inet_diag_dump_icsk() timewait socket state logicNeal Cardwell1-1/+3
2014-02-15net: inet_diag: zero out uninitialized idiag_{src,dst} fieldsDaniel Borkmann1-0/+16
2014-01-03inet: fix possible seqlock deadlocksEric Dumazet3-3/+3
2014-01-03inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu funct...Hannes Frederic Sowa4-4/+5
2014-01-03inet: prevent leakage of uninitialized memory to user in recv syscallsHannes Frederic Sowa3-14/+6
2014-01-03ipv4: fix possible seqlock deadlockEric Dumazet1-1/+1
2014-01-03net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLASTShawn Landden1-0/+3
2013-11-28inet: fix possible memory corruption with UDP_CORK and UFOHannes Frederic Sowa1-1/+1
2013-11-28ipv4: fix ineffective source address selectionJiri Benc1-1/+1
2013-11-28net: do not call sock_put() on TIMEWAIT socketsEric Dumazet1-1/+1
2013-11-28tcp: do not forget FIN in tcp_shifted_skb()Eric Dumazet1-1/+4
2013-11-28tcp: must unclone packets before mangling themEric Dumazet1-3/+6
2013-10-27ipv4 igmp: use in_dev_put in timer handlers instead of __in_dev_putSalam Noureddine1-2/+2
2013-10-27ip: generate unique IP identificator if local fragmentation is allowedAnsis Atteka6-10/+10
2013-10-27inetpeer: fix a race in inetpeer_gc_worker()Eric Dumazet1-4/+12
2013-10-27inetpeer: Invalidate the inetpeer tree along with the routing cacheSteffen Klassert2-1/+80
2013-10-27tcp: cubic: fix bug in bictcp_acked()Eric Dumazet1-1/+1
2013-10-27tcp: cubic: fix overflow error in bictcp_update()Eric Dumazet1-4/+6
2013-10-27fib_trie: remove potential out of bound accessEric Dumazet1-4/+1
2013-09-10sysctl net: Keep tcp_syn_retries inside the boundaryMichal Tesar1-1/+5
2013-08-03ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET pendi...Hannes Frederic Sowa1-1/+2
2013-06-29ip_tunnel: fix kernel panic with icmp_dest_unreachEric Dumazet2-2/+2
2013-06-29tcp: xps: fix reordering issuesEric Dumazet1-4/+6
2013-06-29tcp: fix tcp_md5_hash_skb_data()Eric Dumazet1-2/+5
2013-05-13net: drop dst before queueing fragmentsEric Dumazet1-4/+11
2013-05-13tcp: call tcp_replace_ts_recent() from tcp_ack()Eric Dumazet1-33/+32
2013-05-13esp4: fix error return code in esp_output()Wei Yongjun1-3/+3
2013-05-13tcp: incoming connections might use wrong route under synfloodDmitry Popov1-2/+2
2013-04-10tcp: undo spurious timeout after SACK renegingYuchung Cheng1-5/+2
2013-04-10tcp: preserve ACK clocking in TSOEric Dumazet1-2/+5
2013-03-27inet: limit length of fragment queue hash table bucket listsHannes Frederic Sowa2-7/+25
2013-03-27tcp: fix skb_availroom()Eric Dumazet2-2/+1
2013-03-27net/ipv4: Ensure that location of timestamp option is storedDavid Ward1-4/+1
2013-03-27tcp: fix double-counted receiver RTT when leaving receiver fast pathNeal Cardwell1-3/+3
2013-03-06ipv6: use a stronger hash for tcpEric Dumazet1-2/+7
2013-03-06ipv4: fix a bug in ping_err().Li Wei1-2/+2
2013-02-20tcp: fix for zero packets_in_flight was too broadIlpo Järvinen1-2/+6
2013-02-20tcp: frto should not set snd_cwnd to 0Eric Dumazet1-1/+2
2013-02-20net: prevent setting ttl=0 via IP_TTLCong Wang1-1/+1
2013-01-16tcp: RFC 5961 5.2 Blind Data Injection Attack MitigationEric Dumazet1-18/+25
2013-01-16tcp: tcp_replace_ts_recent() should not be called from tcp_validate_incoming()Eric Dumazet1-5/+10
2013-01-16tcp: refine SYN handling in tcp_validate_incomingEric Dumazet1-1/+5