summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mac80211: only remove AP VLAN frames from TXQJohannes Berg2017-10-113-22/+39
* fq: support filtering a given tinJohannes Berg2017-10-112-10/+69
* mac80211: aead api to reduce redundancyXiang Gao2017-10-117-152/+111
* MAINTAINERS: update Johannes Berg's entriesJohannes Berg2017-10-111-3/+10
* net/mac80211/mesh_plink: Convert timers to use timer_setup()Kees Cook2017-10-064-7/+10
* Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg2017-10-061267-9263/+36829
|\
| * net/ipv6: remove unused err variable on icmpv6_push_pending_framesTim Hansen2017-10-051-2/+1
| * net: ipv6: remove unused code in ipv6_find_hdr()Lin Zhang2017-10-051-3/+0
| * Merge branch 'libbpf-support-more-map-options'David S. Miller2017-10-052-30/+43
| |\
| | * libbpf: use map_flags when creating mapsCraig Gallek2017-10-052-1/+2
| | * libbpf: parse maps sections of varying sizeCraig Gallek2017-10-051-29/+41
| |/
| * net: qcom/emac: make function emac_isr staticColin Ian King2017-10-051-1/+1
| * Merge branch 'tcp-improving-RACK-cpu-performance'David S. Miller2017-10-058-49/+93
| |\
| | * tcp: a small refactor of RACK loss detectionYuchung Cheng2017-10-051-22/+18
| | * tcp: more efficient RACK loss detectionYuchung Cheng2017-10-051-15/+5
| | * tcp: new list for sent but unacked skbs for RACK recoveryEric Dumazet2017-10-057-16/+74
| |/
| * RDS: IB: Initialize max_items based on underlying device attributesAvinash Repaka2017-10-051-2/+2
| * RDS: IB: Limit the scope of has_fr/has_fmr variablesAvinash Repaka2017-10-052-7/+6
| * net/ipv4: Remove unused variable in route.cTim Hansen2017-10-051-2/+1
| * tcp: clean up TFO server's initial tcp_rearm_rto() callWei Wang2017-10-051-12/+9
| * tcp: uniform the set up of sockets after successful connectionWei Wang2017-10-054-24/+17
| * Merge branch 'VSOCK-sock_diag'David S. Miller2017-10-0521-73/+1360
| |\
| | * VSOCK: add tools/testing/vsock/vsock_diag_testStefan Hajnoczi2017-10-059-0/+1039
| | * VSOCK: add sock_diag interfaceStefan Hajnoczi2017-10-055-0/+234
| | * VSOCK: use TCP state constants for sk_stateStefan Hajnoczi2017-10-058-59/+64
| | * VSOCK: move __vsock_in_bound/connected_table() to af_vsock.hStefan Hajnoczi2017-10-052-10/+12
| | * VSOCK: export socket tables for sock_diag interfaceStefan Hajnoczi2017-10-052-4/+11
| |/
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-05566-3479/+6079
| |\
| | * Merge tag 'pm-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2017-10-051-7/+11
| | |\
| | | * Merge branch 'pm-sleep'Rafael J. Wysocki2017-10-061-7/+11
| | | |\
| | | | * PM / s2idle: Invoke the ->wake() platform callback earlierRafael J. Wysocki2017-09-291-7/+11
| | * | | Merge tag 'for-4.14/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-10-057-22/+47
| | |\ \ \
| | | * | | dm raid: fix incorrect status output at the end of a "recover" processJonathan Brassow2017-10-052-5/+7
| | | * | | dm crypt: reject sector_size feature if device length is not aligned to itMilan Broz2017-10-041-0/+4
| | | * | | dm crypt: fix memory leak in crypt_ctr_cipher_old()Jeffy Chen2017-09-281-0/+1
| | | * | | dm ioctl: fix alignment of event number in the device listMikulas Patocka2017-09-254-17/+35
| | | | |/ | | | |/|
| | * | | Merge tag 'sound-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-10-059-11/+61
| | |\ \ \
| | | * | | ALSA: usx2y: Suppress kernel warning at page allocation failuresTakashi Iwai2017-10-021-2/+4
| | | * | | Revert "ALSA: echoaudio: purge contradictions between dimension matrix member...Takashi Sakamoto2017-10-021-3/+3
| | | * | | ALSA: usb-audio: Check out-of-bounds access by corrupted buffer descriptorTakashi Iwai2017-09-221-0/+20
| | | * | | ALSA: pcm: Fix structure definition for X32 ABIBaolin Wang2017-09-221-0/+1
| | | * | | ALSA: usb-audio: Add sample rate quirk for Plantronics C310/C520-MKai-Heng Feng2017-09-201-0/+2
| | | * | | ALSA: hda - program ICT bits to support HBR audioSriram Periyasamy2017-09-202-0/+22
| | | * | | ALSA: asihpi: fix a potential double-fetch bug when copying puhmMeng Xu2017-09-191-4/+8
| | | * | | ALSA: compress: Remove unused variableGuneshwor Singh2017-09-181-2/+1
| | * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2017-10-058-27/+118
| | |\ \ \ \
| | | * | | | Revert "HID: multitouch: Support ALPS PTP stick with pid 0x120A"Kai-Heng Feng2017-10-022-5/+0
| | | * | | | HID: hidraw: fix power sequence when closing deviceDmitry Torokhov2017-10-021-1/+1
| | | * | | | HID: wacom: Always increment hdev refcount within wacom_get_hdev_dataJason Gerecke2017-10-021-1/+3
| | | * | | | HID: wacom: generic: Clear ABS_MISC when tool leaves proximityJason Gerecke2017-09-131-1/+1