aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* net: ping: Fix stack buffer overflow in ping_common_sendmsg()Siqi Lin2016-12-131-1/+1
* netfilter: x_tables: make sure e->next_offset covers remaining blob sizeFlorian Westphal2016-07-222-4/+8
* ipv4: Don't do expensive useless work during inetdev destroy.David S. Miller2016-05-063-2/+18
* netfilter: x_tables: fix unconditional helperFlorian Westphal2016-05-062-21/+20
* Revert "udp: remove redundant variable"David S. Miller2016-03-151-7/+8
* net: add length argument to skb_copy_and_csum_datagram_iovecSabrina Dubroca2016-03-152-2/+2
* net: ipv4: current group_info should be put after using.JP Abgrall2016-03-151-4/+11
* tcp_cubic: do not set epoch_start in the futureEric Dumazet2016-02-221-2/+8
* tcp_cubic: better follow cubic curve after idle periodEric Dumazet2016-02-221-0/+16
* ipv4: try to cache dst_entries which would cause a redirectHannes Frederic Sowa2016-02-222-2/+6
* udp: fix behavior of wrong checksumsHarry Lin2016-02-221-4/+2
* net: add validation for the socket syscall protocol argumentHannes Frederic Sowa2016-02-201-0/+3
* net: fix iterating over hashtable in tcp_nuke_addr()Dmitry Torokhov2016-02-201-1/+1
* ipv4: Missing sk_nulls_node_init() in ping_unhash().David S. Miller2015-12-181-0/+1
* Merge remote-tracking branch 'korg/linux-3.0.y' into cm-13.0rogersb112015-11-1022-97/+133
|\
| * ipv4 igmp: use in_dev_put in timer handlers instead of __in_dev_putSalam Noureddine2013-10-131-2/+2
| * ip: generate unique IP identificator if local fragmentation is allowedAnsis Atteka2013-10-136-10/+10
| * tcp: cubic: fix bug in bictcp_acked()Eric Dumazet2013-09-141-1/+1
| * tcp: cubic: fix overflow error in bictcp_update()Eric Dumazet2013-09-141-4/+6
| * fib_trie: remove potential out of bound accessEric Dumazet2013-09-141-4/+1
| * sysctl net: Keep tcp_syn_retries inside the boundaryMichal Tesar2013-08-111-1/+5
| * ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET pendi...Hannes Frederic Sowa2013-07-281-1/+2
| * ip_tunnel: fix kernel panic with icmp_dest_unreachEric Dumazet2013-06-272-2/+2
| * tcp: xps: fix reordering issuesEric Dumazet2013-06-271-4/+6
| * tcp: fix tcp_md5_hash_skb_data()Eric Dumazet2013-06-271-1/+5
| * net: drop dst before queueing fragmentsEric Dumazet2013-05-011-4/+11
| * tcp: call tcp_replace_ts_recent() from tcp_ack()Eric Dumazet2013-05-011-33/+32
| * esp4: fix error return code in esp_output()Wei Yongjun2013-05-011-3/+3
| * tcp: incoming connections might use wrong route under synfloodDmitry Popov2013-05-011-2/+2
| * tcp: undo spurious timeout after SACK renegingYuchung Cheng2013-04-051-5/+2
| * tcp: preserve ACK clocking in TSOEric Dumazet2013-04-051-2/+5
| * inet: limit length of fragment queue hash table bucket listsHannes Frederic Sowa2013-03-282-7/+25
| * net/ipv4: Ensure that location of timestamp option is storedDavid Ward2013-03-281-4/+1
| * tcp: fix double-counted receiver RTT when leaving receiver fast pathNeal Cardwell2013-03-201-3/+3
| * ipv6: use a stronger hash for tcpEric Dumazet2013-02-281-2/+7
| * ipv4: fix a bug in ping_err().Li Wei2013-02-281-2/+2
* | smdk4412: network: squashed commitsDerTeufel2014-12-0913-184/+471
* | Merge remote-tracking branch 'kernelorg/linux-3.0.y' into 3_0_64Andrew Dodd2013-02-2722-118/+238
|\|
| * tcp: fix for zero packets_in_flight was too broadIlpo Järvinen2013-02-141-2/+6
| * tcp: frto should not set snd_cwnd to 0Eric Dumazet2013-02-141-1/+2
| * net: prevent setting ttl=0 via IP_TTLCong Wang2013-02-141-1/+1
| * rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose2013-01-175-9/+10
| * tcp: RFC 5961 5.2 Blind Data Injection Attack MitigationEric Dumazet2013-01-111-18/+25
| * tcp: tcp_replace_ts_recent() should not be called from tcp_validate_incoming()Eric Dumazet2013-01-111-5/+10
| * tcp: refine SYN handling in tcp_validate_incomingEric Dumazet2013-01-111-1/+5
| * tcp: implement RFC 5961 4.2Eric Dumazet2013-01-112-18/+16
| * tcp: implement RFC 5961 3.2Eric Dumazet2013-01-113-1/+38
| * route: release dst_entry.hh_cache when handling redirectsMichal Kubecek2012-12-101-0/+4
| * netfilter: nf_nat: don't check for port change on ICMP tuplesUlrich Weber2012-11-261-2/+4
| * ipv4: avoid undefined behavior in do_ip_setsockopt()Xi Wang2012-11-261-12/+21