aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* ping: fix null pointer exception (seen in speedtest app)DerTeufel2016-11-071-4/+3
* ping: Fix race in free in receive pathsubashab@codeaurora.org2016-11-071-2/+8
* tcp: make challenge acks less predictableCharles (Chas) Williams2016-11-071-5/+7
* Bluetooth: Fix potential NULL dereference in RFCOMM bind callbackJaganath Kanakkassery2016-11-071-7/+12
* Replace %p with %pK to prevent leaking kernel addressMohamad Ayyash2016-11-071-1/+1
* net: validate the range we feed to iov_iter_init() in sys_sendto/sys_recvfromAl Viro2016-09-281-0/+4
* Don't show empty tag stats for unprivileged uidsMohamad Ayyash2016-09-281-1/+1
* netfilter: IDLETIMER: fix invalid deference of timerJP Abgrall2016-09-281-1/+1
* pkt_sched: fq: avoid hang when quantum 0Kenneth Klette Jonassen2016-09-181-2/+8
* pkt_sched: fq: remove useless TIME_WAIT checkEric Dumazet2016-09-181-2/+2
* pkt_sched: fq: increase max delay from 125 ms to one secondEric Dumazet2016-09-181-5/+4
* sch_pie: schedule the timer after all init succeedWANG Cong2016-09-181-1/+1
* pkt_sched: fq: do not hold qdisc lock while allocating memoryEric Dumazet2016-09-181-6/+15
* pkt_sched: move the sanity test in qdisc_list_add()Eric Dumazet2016-09-181-3/+4
* net: pkt_sched: PIE AQM schemeVijay Subramanian2016-09-183-0/+569
* net-qdisc-hhf: Heavy-Hitter Filter (HHF) qdiscTerry Lam2016-09-183-0/+756
* pkt_sched: fq: more robust memory allocationEric Dumazet2016-09-181-6/+28
* pkt_sched: set root qdisc before change() in attach_default_qdiscs()Eric Dumazet2016-09-182-2/+5
* pkt_sched: fq: fix pacing for small framesEric Dumazet2016-09-181-4/+18
* pkt_sched: fq: warn users using defrateEric Dumazet2016-09-181-6/+4
* pkt_sched: fq: change classification of control packetsMaciej Żenczykowski2016-09-181-7/+1
* pkt_sched: fq: clear time_next_packet for reused flowsEric Dumazet2016-09-181-0/+1
* pkt_sched: fq: fix non TCP flows pacingEric Dumazet2016-09-181-11/+9
* pkt_sched: fq: fix typo for initial_quantumEric Dumazet2016-09-181-1/+1
* pkt_sched: fq: rate limiting improvementsEric Dumazet2016-09-181-19/+26
* pkt_sched: fq: qdisc dismantle fixesEric Dumazet2016-09-181-20/+37
* pkt_sched: fq: prefetch() fixEric Dumazet2016-09-181-1/+2
* pkt_sched: fq: Fair Queue packet schedulerEric Dumazet2016-09-183-0/+807
* net: diag: support v4mapped sockets in inet_diag_find_one_icsk()Eric Dumazet2016-09-101-6/+12
* net: tcp: deal with listen sockets properly in tcp_abort.Lorenzo Colitti2016-09-101-0/+5
* net: diag: Support destroying TCP sockets.Lorenzo Colitti2016-09-105-0/+66
* net: diag: Support SOCK_DESTROY for inet sockets.Lorenzo Colitti2016-09-101-8/+15
* net: diag: Add the ability to destroy a socket.Lorenzo Colitti2016-09-101-3/+20
* net: diag: split inet_diag_dump_one_icsk into twoLorenzo Colitti2016-09-101-14/+32
* tcp: make challenge acks less predictableEric Dumazet2016-09-101-7/+7
* random: sprinkle e/f/prandom in places that deplete entropy oftenimoseyon2016-09-104-4/+4
* net/packet: merge fiximoseyon2016-09-101-7/+0
* random32: add prandom_u32_max and convert open coded usersDaniel Borkmann2016-09-102-8/+8
* 3.10.102-> 3.10.103Jan Engelmohr2016-09-1020-803/+708
* tcp: enable sockets to use MSG_FASTOPEN by defaultYuchung Cheng2016-09-011-1/+1
* tcp: fix timing issue in CUBIC slope calculationNeal Cardwell2016-09-011-0/+8
* tcp_cubic: do not set epoch_start in the futureEric Dumazet2016-09-011-2/+8
* tcp_cubic: better follow cubic curve after idle periodEric Dumazet2016-09-011-0/+16
* Linux 3.10.102 (accumulative patch)Stefan Guendhoer2016-08-2618-64/+84
* Linux 3.10.101 (accumulative patch)Stefan Guendhoer2016-08-263-13/+42
* Linux 3.10.99 (accumulative patch)Stefan Guendhoer2016-08-2610-39/+47
* Linux 3.10.98 (accumulative patch)Stefan Guendhoer2016-08-261-1/+1
* Linux 3.10.96 (accumulative patch)Stefan Guendhoer2016-08-269-25/+58
* Linux 3.10.95 (accumulative patch)Stefan Guendhoer2016-08-2620-61/+240
* Linux 3.10.94Stefan Guendhoer2016-08-267-8/+35