summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-1172-348/+778
|\
| * Merge tag 'ceph-for-4.15-rc8' of git://github.com/ceph/ceph-clientLinus Torvalds2018-01-111-6/+12
| |\
| | * rbd: set max_segments to USHRT_MAXIlya Dryomov2018-01-091-1/+1
| | * rbd: reacquire lock should update lock owner client idFlorian Margaine2018-01-091-5/+11
| * | Merge tag 'gpio-v4.15-4' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2018-01-111-12/+23
| |\ \
| | * | gpio: Add missing open drain/source handling to gpiod_set_value_cansleep()Geert Uytterhoeven2018-01-101-12/+23
| | |/
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-101-1/+3
| |\ \
| | * | Fix a leak in socket(2) when we fail to allocate a file descriptor.Al Viro2018-01-101-1/+3
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-01-1037-131/+303
| |\ \ \
| | * | | ipv6: sr: fix TLVs not being copied using setsockoptMathieu Xhonneux2018-01-101-0/+9
| | * | | ipv6: fix possible mem leaks in ipv6_make_skb()Eric Dumazet2018-01-101-2/+3
| | * | | Merge branch 'mlxsw-couple-of-fixes'David S. Miller2018-01-103-4/+11
| | |\ \ \
| | | * | | mlxsw: spectrum_qdisc: Don't use variable array in mlxsw_sp_tclass_congestion...Jiri Pirko2018-01-101-3/+4
| | | * | | mlxsw: pci: Wait after reset before accessing HWYuval Mintz2018-01-102-1/+7
| | |/ / /
| | * | | nfp: always unmask aux interrupts at initJakub Kicinski2018-01-101-0/+2
| | * | | 8021q: fix a memory leak for VLAN 0 deviceCong Wang2018-01-101-6/+1
| | * | | Merge tag 'wireless-drivers-for-davem-2018-01-09' of git://git.kernel.org/pub...David S. Miller2018-01-105-28/+30
| | |\ \ \
| | | * \ \ Merge ath-current from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/at...Kalle Valo2018-01-052-13/+16
| | | |\ \ \
| | | | * | | wcn36xx: Fix dynamic power savingLoic Poulain2018-01-042-13/+16
| | | * | | | iwlwifi: pcie: fix DMA memory mapping / unmappingEmmanuel Grumbach2018-01-053-15/+14
| | * | | | | of_mdio: avoid MDIO bus removal when a PHY is missingMadalin Bucur2018-01-101-2/+7
| | * | | | | caif_usb: use strlcpy() instead of strncpy()Xiongfeng Wang2018-01-101-3/+1
| | * | | | | doc: clarification about setting SO_ZEROCOPYKornilios Kourtis2018-01-101-0/+4
| | * | | | | net: gianfar_ptp: move set_fipers() to spinlock protecting areaYangbo Lu2018-01-101-2/+1
| | * | | | | Merge branch 'sctp-Some-sockopt-optlen-fixes'David S. Miller2018-01-101-7/+21
| | |\ \ \ \ \
| | | * | | | | sctp: make use of pre-calculated lenMarcelo Ricardo Leitner2018-01-101-6/+10
| | | * | | | | sctp: add a ceiling to optlen in some sockoptsMarcelo Ricardo Leitner2018-01-101-0/+10
| | | * | | | | sctp: GFP_ATOMIC is not needed in sctp_setsockopt_eventsMarcelo Ricardo Leitner2018-01-101-1/+1
| | |/ / / / /
| | * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-01-1011-50/+150
| | |\ \ \ \ \
| | | * | | | | bpf: introduce BPF_JIT_ALWAYS_ON configAlexei Starovoitov2018-01-096-8/+50
| | | * | | | | bpf: avoid false sharing of map refcount with max_entriesDaniel Borkmann2018-01-091-8/+16
| | | * | | | | bpf: prevent out-of-bounds speculationAlexei Starovoitov2018-01-093-11/+74
| | | * | | | | selftests/bpf: fix test_alignAlexei Starovoitov2018-01-071-21/+1
| | | * | | | | bpf: sockmap missing NULL psock checkJohn Fastabend2018-01-071-2/+9
| | * | | | | | ipv6: remove null_entry before adding default routeWei Wang2018-01-091-9/+29
| | * | | | | | Merge branch 'Ether-fixes-for-the-SolutionEngine771x-boards'David S. Miller2018-01-092-4/+21
| | |\ \ \ \ \ \
| | | * | | | | | SolutionEngine771x: add Ether TSU resourceSergei Shtylyov2018-01-092-2/+13
| | | * | | | | | SolutionEngine771x: fix Ether platform dataSergei Shtylyov2018-01-091-2/+8
| | |/ / / / / /
| | * | | | | | docs-rst: networking: wire up msg_zerocopyMike Rapoport2018-01-091-1/+1
| | * | | | | | net: ipv4: emulate READ_ONCE() on ->hdrincl bit-field in raw_sendmsg()Nicolai Stange2018-01-091-1/+3
| | * | | | | | net: caif: use strlcpy() instead of strncpy()Xiongfeng Wang2018-01-093-11/+8
| | * | | | | | net: core: fix module type in sock_diag_bindAndrii Vladyka2018-01-091-1/+1
| * | | | | | | Merge tag 'sound-4.15-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2018-01-105-69/+97
| |\ \ \ \ \ \ \
| | * | | | | | | ALSA: pcm: Allow aborting mutex lock at OSS read/write loopsTakashi Iwai2018-01-081-15/+21
| | * | | | | | | ALSA: pcm: Abort properly at pending signal in OSS read/write loopsTakashi Iwai2018-01-081-0/+8
| | * | | | | | | ALSA: aloop: Fix racy hw constraints adjustmentTakashi Iwai2018-01-051-30/+21
| | * | | | | | | ALSA: aloop: Fix inconsistent format due to incomplete ruleTakashi Iwai2018-01-051-7/+6
| | * | | | | | | ALSA: aloop: Release cable upon open error pathTakashi Iwai2018-01-051-13/+25
| | * | | | | | | ALSA: pcm: Workaround for weird PulseAudio behavior on rewind errorTakashi Iwai2018-01-051-2/+7
| | * | | | | | | ALSA: pcm: Add missing error checks in OSS emulation plugin builderTakashi Iwai2018-01-041-3/+11