index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-22
netvsc: fix and cleanup rndis_filter_set_packet_filter
stephen hemminger
1
-12
/
+6
2017-03-22
netvsc: eliminate unnecessary skb == NULL checks
stephen hemminger
1
-6
/
+3
2017-03-22
netvsc: remove unnecessary lock on shutdown
stephen hemminger
1
-4
/
+3
2017-03-22
netvsc: use refcount_t for keeping track of sub channels
stephen hemminger
2
-33
/
+12
2017-03-22
netvsc: uses RCU instead of removal flag
stephen hemminger
3
-31
/
+10
2017-03-22
netvsc: use RCU to protect inner device structure
stephen hemminger
3
-24
/
+57
2017-03-22
netvsc: change max channel calculation
stephen hemminger
2
-17
/
+11
2017-03-22
netvsc: handle offline mtu and channel change
stephen hemminger
1
-9
/
+20
2017-03-22
netvsc: fix NAPI performance regression
stephen hemminger
2
-23
/
+19
2017-03-22
liquidio: fix tx completions in napi poll
VSR Burru
2
-17
/
+22
2017-03-22
liquidio: allocate RX buffers in OOM conditions in PF and VF
Satanand Burla
7
-0
/
+103
2017-03-22
net: vmxnet3: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-11
/
+14
2017-03-22
net: virtio_net: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-19
/
+29
2017-03-22
drivers: net: xgene-v2: misc fixes
Iyappan Subramanian
1
-29
/
+26
2017-03-22
drivers: net: xgene-v2: Fix port reset
Iyappan Subramanian
3
-7
/
+20
2017-03-22
drivers: net: xgene-v2: Add ethtool support
Iyappan Subramanian
4
-1
/
+124
2017-03-22
drivers: net: xgene-v2: Add MDIO support
Iyappan Subramanian
6
-5
/
+182
2017-03-22
net: stmmac: fix dma operation mode config for older versions
Joao Pinto
1
-3
/
+3
2017-03-22
nfp: disable FW on reconfiguration errors
Jakub Kicinski
1
-18
/
+11
2017-03-22
nfp: remove defensive checks around ndo_open()/ndo_close()
Jakub Kicinski
1
-10
/
+0
2017-03-22
nfp: flush xmit_more on error paths
Jakub Kicinski
1
-0
/
+2
2017-03-22
nfp: remove RX queue pointers
Jakub Kicinski
3
-20
/
+6
2017-03-22
nfp: don't use netdev_warn() before netdev is registered
Jakub Kicinski
1
-3
/
+3
2017-03-22
nfp: fix nfp_cpp_read()/nfp_cpp_write() error paths
Jakub Kicinski
1
-6
/
+9
2017-03-22
nfp: fix invalid area detection
Jakub Kicinski
1
-14
/
+15
2017-03-22
nfp: don't ignore return value of wait_event_interruptible
Jakub Kicinski
1
-18
/
+38
2017-03-22
nfp: correct return codes when msleep gets interrupted
Jakub Kicinski
1
-6
/
+6
2017-03-22
nfp: lock area cache earlier
Jakub Kicinski
1
-6
/
+8
2017-03-22
nfp: document expected locking in the core
Jakub Kicinski
1
-6
/
+27
2017-03-22
nfp: move mutex code out of nfp_cppcore.c
Jakub Kicinski
3
-304
/
+346
2017-03-22
nfp: remove cpp mutex cache
Jakub Kicinski
1
-41
/
+2
2017-03-22
nfp: fail graciously when someone tries to grab global lock
Jakub Kicinski
2
-11
/
+13
2017-03-22
nfp: disallow sharing mutexes on the same machine
Jakub Kicinski
1
-6
/
+0
2017-03-22
net: dwc-xlgmac: fix an error code in xlgmac_alloc_pages()
Dan Carpenter
1
-4
/
+2
2017-03-22
net: phy: clean up mmd_phy_indirect()
Russell King
1
-7
/
+7
2017-03-22
net: phy: remove the indirect MMD read/write methods
Russell King
1
-85
/
+34
2017-03-22
net: phy: convert micrel to new read_mmd/write_mmd driver methods
Russell King
1
-7
/
+6
2017-03-22
net: phy: switch remaining users to phy_(read|write)_mmd()
Russell King
6
-55
/
+42
2017-03-22
net: lan78xx: update for phy_(read|write)_mmd_indirect() removal
Russell King
1
-5
/
+5
2017-03-22
net: phy: make phy_(read|write)_mmd() generic MMD accessors
Russell King
1
-8
/
+25
2017-03-22
net: phy: move phy MMD accessors to phy-core.c
Russell King
3
-86
/
+136
2017-03-22
net: stmmac: Restore DT backwards-compatibility
Thierry Reding
1
-0
/
+7
2017-03-22
net: stmmac: Always enable MAC RX queues
Thierry Reding
1
-1
/
+1
2017-03-22
net: greth: Utilize of_get_mac_address()
Tobias Klauser
1
-5
/
+5
2017-03-22
liquidio: fix Coverity scan errors
Felix Manlunas
2
-2
/
+4
2017-03-22
net: vrf: performance improvements for IPv6
David Ahern
1
-10
/
+56
2017-03-22
net: vrf: performance improvements for IPv4
David Ahern
1
-10
/
+96
2017-03-22
mlxsw: spectrum: fix swapped order of arguments packets and bytes
Colin Ian King
1
-1
/
+1
2017-03-22
cxgb4: Update IngPad and IngPack values
Arjun Vynipadath
2
-19
/
+60
2017-03-22
net: dwc-xlgmac: add module license
Arnd Bergmann
1
-0
/
+1
[next]