summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * tap: fix use-after-freeMichael S. Tsirkin2018-01-291-3/+0
| * ptr_ring: READ/WRITE_ONCE for __ptr_ring_emptyMichael S. Tsirkin2018-01-291-3/+8
| * ptr_ring: clean up documentationMichael S. Tsirkin2018-01-291-16/+18
| * ptr_ring: keep consumer_head valid at all timesMichael S. Tsirkin2018-01-291-9/+16
|/
* ipv6: Fix SO_REUSEPORT UDP socket with implicit sk_ipv6onlyMartin KaFai Lau2018-01-291-4/+7
* Merge branch 'rtnetlink-enable-IFLA_IF_NETNSID-for-RTM_DELLINK-RTM_SETINK'David S. Miller2018-01-291-21/+75
|\
| * rtnetlink: enable IFLA_IF_NETNSID for RTM_DELLINKChristian Brauner2018-01-291-11/+28
| * rtnetlink: enable IFLA_IF_NETNSID for RTM_SETLINKChristian Brauner2018-01-291-3/+0
| * rtnetlink: enable IFLA_IF_NETNSID in do_setlink()Christian Brauner2018-01-291-7/+47
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-2928-220/+346
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-01-2616-28/+57
| |\
| | * VSOCK: set POLLOUT | POLLWRNORM for TCP_CLOSINGStefan Hajnoczi2018-01-261-1/+1
| | * dccp: don't restart ccid2_hc_tx_rto_expire() if sk in closed stateAlexey Kodanev2018-01-261-0/+3
| | * net: vrf: Add support for sends to local broadcast addressDavid Ahern2018-01-261-2/+3
| | * r8169: fix memory corruption on retrieval of hardware statistics.Francois Romieu2018-01-261-7/+2
| | * net: don't call update_pmtu unconditionallyNicolas Dichtel2018-01-259-18/+20
| | * net: tcp: close sock if net namespace is exitingDan Streetman2018-01-253-0/+28
| * | Merge tag 'drm-fixes-for-v4.15-rc10-2' of git://people.freedesktop.org/~airli...Linus Torvalds2018-01-262-21/+58
| |\ \
| | * \ Merge branch 'linux-4.15' of git://github.com/skeggsb/linux into drm-fixesDave Airlie2018-01-261-15/+31
| | |\ \
| | | * | drm/nouveau: Move irq setup/teardown to pci ctor/dtorLyude Paul2018-01-261-15/+31
| | * | | Merge tag 'drm-misc-fixes-2018-01-24' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2018-01-251-6/+27
| | |\ \ \
| | | * | | drm/vc4: Fix NULL pointer dereference in vc4_save_hang_state()Boris Brezillon2018-01-181-6/+6
| | | * | | drm/vc4: Flush the caches before the bin jobs, as well.Eric Anholt2018-01-181-0/+21
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2018-01-266-130/+210
| |\ \ \ \ \
| | * | | | | Revert "Input: synaptics_rmi4 - use devm_device_add_group() for attributes in...Nick Dyer2018-01-241-3/+9
| | * | | | | Input: trackpoint - only expose supported controls for Elan, ALPS and NXPDmitry Torokhov2018-01-232-110/+172
| | * | | | | Input: trackpoint - force 3 buttons if 0 button is reportedAaron Ma2018-01-231-0/+3
| | * | | | | Input: xpad - add support for PDP Xbox One controllersMark Furneaux2018-01-221-0/+19
| | * | | | | Input: stmfts,s6sy671 - add SPDX identifierAndi Shyti2018-01-222-20/+10
| * | | | | | orangefs: fix deadlock; do not write i_size in read_iterMartin Brandenburg2018-01-262-16/+2
| * | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-01-251-7/+11
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge tag 'kvm-s390-master-4.15-3' of git://git.kernel.org/pub/scm/linux/kern...Radim Krčmář2018-01-241-7/+11
| | |\ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| | | * | | | | KVM: s390: add proper locking for CMMA migration bitmapChristian Borntraeger2018-01-241-7/+11
| * | | | | | | Merge tag 'for-4.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2018-01-251-18/+8
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| | * | | | | | Btrfs: fix stale entries in readdirJosef Bacik2018-01-241-18/+8
* | | | | | | | Merge tag 'wireless-drivers-next-for-davem-2018-01-26' of git://git.kernel.or...David S. Miller2018-01-2949-383/+2213
|\ \ \ \ \ \ \ \
| * | | | | | | | mt76: validate rx CCMP PNFelix Fietkau2018-01-265-16/+125
| * | | | | | | | mt76: pass the per-vif wcid to the core for multicast rxFelix Fietkau2018-01-263-3/+14
| * | | | | | | | mt76: split mt76_rx_completeFelix Fietkau2018-01-264-16/+23
| * | | | | | | | mt76: implement A-MPDU rx reordering in the driver codeFelix Fietkau2018-01-267-4/+319
| * | | | | | | | mt76: get station pointer by wcid and pass it to mac80211Felix Fietkau2018-01-265-3/+38
| * | | | | | | | mt76: add an intermediate struct for rx status informationFelix Fietkau2018-01-263-3/+43
| * | | | | | | | mt76: fix TSF value in probe responsesFelix Fietkau2018-01-261-1/+5
| * | | | | | | | mt76: retry rx polling as long as there is budget leftFelix Fietkau2018-01-261-3/+7
| * | | | | | | | Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2018-01-2514-89/+752
| |\ \ \ \ \ \ \ \
| | * | | | | | | | wcn36xx: release DMA memory in case of errorRamon Fried2018-01-251-6/+40
| | * | | | | | | | ath9k: Display calibration data piers in debugfsWojciech Dubowik2018-01-251-1/+63
| | * | | | | | | | ath9k: Use calibrated noise floor value when availableWojciech Dubowik2018-01-251-14/+24
| | * | | | | | | | ath9k: Read noise floor calibration data from eepromWojciech Dubowik2018-01-253-8/+67
| | * | | | | | | | ath9k: Alternative EEPROM size for AR9003Wojciech Dubowik2018-01-251-0/+6