aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* tcp: make challenge acks less predictableEric Dumazet2017-06-071-5/+12
* tcp: Change possible SYN flooding messagesEric Dumazet2017-06-072-21/+30
* ping: implement proper lockingEric Dumazet2017-06-071-2/+3
* Revert "udp: remove redundant variable"David S. Miller2017-03-171-7/+8
* net: add length argument to skb_copy_and_csum_datagram_iovecSabrina Dubroca2017-03-172-2/+2
* UPSTREAM: netfilter: x_tables: validate e->target_offset earlyFlorian Westphal2016-10-132-18/+16
* netfilter: x_tables: make sure e->next_offset covers remaining blob sizeFlorian Westphal2016-10-122-4/+8
* netfilter: x_tables: fix unconditional helperFlorian Westphal2016-10-122-21/+20
* ipv4: Don't do expensive useless work during inetdev destroy.David S. Miller2016-10-123-2/+18
* net: add validation for the socket syscall protocol argumentHannes Frederic Sowa2016-10-121-0/+3
* net: fix iterating over hashtable in tcp_nuke_addr()Dmitry Torokhov2016-10-121-1/+1
* udp: fix behavior of wrong checksumsEric Dumazet2016-10-121-4/+2
* ipv4: try to cache dst_entries which would cause a redirectHannes Frederic Sowa2016-10-122-2/+6
* Fix security issues reported by the android.security CTSStevan Marinkovic2016-03-111-0/+1
* security: remove the security_netlink_recv hook as it is equivalent to capable()Eric Paris2016-03-111-1/+1
* ipv4: Check if dev_out is NULL in ip_route_output_slow()Dmitry Shmidt2016-03-111-1/+6
* net/ping: handle protocol mismatching scenarioJane Zhou2016-03-111-0/+2
* ipv4: Skip calling fib_detect_death() if fib_dev is NULLDmitry Shmidt2016-03-111-1/+1
* tcp: add a sysctl to config the tcp_default_init_rwndJP Abgrall2016-03-113-10/+34
* net: core: Support UID-based routing.Lorenzo Colitti2016-03-119-7/+28
* ipv4: route non-local sources for raw socketJulian Anastasov2016-03-111-1/+2
* ipv4: use a 64bit load/store in output pathEric Dumazet2016-03-111-4/+17
* ipv4: tcp: fix TOS value in ACK messages sent from TIME_WAITEric Dumazet2016-03-113-7/+11
* ping: prevent NULL pointer dereference on write to msg_nameHannes Frederic Sowa2016-03-111-14/+18
* ping: always initialize ->sin6_scope_id and ->sin6_flowinfoCong Wang2016-03-111-3/+3
* net: ipv6: Add IPv6 support to the ping socket.Lorenzo Colitti2016-03-113-162/+406
* net: defer net_secret[] initializationEric Dumazet2016-03-111-1/+4
* net: ipv4: current group_info should be put after using.JP Abgrall2016-03-111-4/+11
* Merge remote-tracking branch 'linux-stable/linux-3.0.y' into p-android-omap-3...Ziyan2015-10-2536-205/+361
|\
| * 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