aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* net/ping: handle protocol mismatching scenarioJane Zhou2015-04-111-0/+2
* net: defer net_secret[] initializationEric Dumazet2014-11-261-1/+4
* net: ipv4: current group_info should be put after using.JP Abgrall2014-11-261-4/+11
* Merge remote-tracking branch 'linux/linux-3.0.y' into stable-newpvrZiyann2014-11-2618-72/+88
|\
| * 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
* | net: core: Support UID-based routing.Lorenzo Colitti2014-11-209-7/+28
* | ipv4: route non-local sources for raw socketJulian Anastasov2014-11-201-1/+2
* | ipv4: use a 64bit load/store in output pathEric Dumazet2014-11-201-4/+17
* | ipv4: tcp: fix TOS value in ACK messages sent from TIME_WAITEric Dumazet2014-11-203-7/+11
* | tcp: add a sysctl to config the tcp_default_init_rwndJP Abgrall2014-11-203-10/+34
* | ping: prevent NULL pointer dereference on write to msg_nameHannes Frederic Sowa2014-11-201-14/+18
* | ping: always initialize ->sin6_scope_id and ->sin6_flowinfoCong Wang2014-11-201-3/+3
* | net: ipv6: Add IPv6 support to the ping socket.Lorenzo Colitti2014-11-203-162/+406
* | Merge tag 'v3.0.72' into android-3.0Todd Poynor2013-04-055-21/+36
|\ \ | |/
| * 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
* | Merge tag 'v3.0.68' into android-3.0Colin Cross2013-03-139-14/+25
|\ \ | |/
| * 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
| * 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
* | Merge commit 'v3.0.58' into android-3.0Todd Poynor2013-01-158-48/+114
|\ \ | |/
| * 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
| * net: fix divide by zero in tcp algorithm illinoisJesper Dangaard Brouer2012-11-171-3/+5
| * tcp: fix FIONREAD/SIOCINQEric Dumazet2012-11-171-5/+3