aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* netfilter: Change %p to %pK in debug messagesMin Chong2017-01-231-10/+10
* net: dhcpv6: remove MTK_DHCPV6C_WIFI featureYingjoe Chen2016-12-193-46/+0
* revert "Network: reset onnection by UID"Yingjoe Chen2016-12-192-129/+0
* ipv6: add complete rcu protection around np->optEric Dumazet2016-12-1110-49/+97
* packet: fix race condition in packet_set_ringPhilip Pettersson2016-12-111-6/+12
* UPSTREAM: af_unix: Guard against other == sk in unix_dgram_sendmsgRainer Weikusat2016-12-111-1/+6
* ipv6: fix endianness error in icmpv6_errHannes Frederic Sowa2016-11-171-1/+1
* net: ipv6: Fix ping to link-local addresses.Lorenzo Colitti2016-11-171-16/+17
* ipv6: clean up anycast when an interface is destroyedSabrina Dubroca2016-11-172-3/+26
* net: add length argument to skb_copy_and_csum_datagram_iovecSabrina Dubroca2016-11-176-6/+12
* net: fix iterating over hashtable in tcp_nuke_addr()Dmitry Torokhov2016-11-171-1/+1
* bluetooth: Validate socket address length in sco_sock_bind().David S. Miller2016-11-171-1/+1
* ipv6: addrconf: validate new MTU before applying itMarcelo Leitner2016-11-171-1/+16
* net: add validation for the socket syscall protocol argumentHannes Frederic Sowa2016-11-173-0/+9
* netfilter: x_tables: check for size overflowFlorian Westphal2016-11-171-0/+4
* ipv4: Don't do expensive useless work during inetdev destroy.David S. Miller2016-11-173-2/+18
* nf: IDLETIMER: Adds the uid field in the msgRuchi Kandoi2016-11-111-5/+32
* 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