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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-30
mac80211: Invoke TX LED in more code paths
Bjorn Andersson
1
-2
/
+2
2017-05-30
skbuff/mac80211: introduce and use skb_put_zero()
Johannes Berg
3
-8
/
+13
2017-05-24
mac80211: enable VHT for mesh channel processing
Simon Wunderlich
1
-1
/
+3
2017-05-24
mac80211: mesh: support sending wide bandwidth CSA
Simon Wunderlich
3
-2
/
+82
2017-05-19
mac80211: mark as action frame when parsing IEs of CSA action frames
Simon Wunderlich
1
-1
/
+1
2017-05-19
mac80211: mesh: Allow following CSA to DFS channels if userspace handles it
Benjamin Berg
3
-3
/
+15
2017-05-19
wireless: Require HANDLE_DFS flag to switch channel for non-AP mode
Benjamin Berg
1
-1
/
+13
2017-05-19
wireless: Only join DFS channels in mesh mode if userspace flags support
Benjamin Berg
3
-0
/
+15
2017-05-19
mac80211: move clearing result into ieee80211_parse_ch_switch_ie()
Johannes Berg
4
-3
/
+2
2017-05-19
mac80211: mesh: mark channel as unusable if a regulatory MESH CSA is received
Benjamin Berg
3
-0
/
+27
2017-05-17
mac80211: Dynamically set CoDel parameters per station
Toke Høiland-Jørgensen
6
-2
/
+73
2017-05-17
cfg80211: improve warnings in VHT rate calculation
Johannes Berg
1
-4
/
+7
2017-05-16
liquidio: use pcie_flr instead of duplicating it
Christoph Hellwig
1
-16
/
+1
2017-05-16
net: phy: Remove residual magic from PHY drivers
Andrew Lunn
5
-38
/
+36
2017-05-16
bnx2x: Remove open coded carrier check
Leon Romanovsky
1
-1
/
+1
2017-05-16
tcp: internal implementation for pacing
Eric Dumazet
8
-5
/
+113
2017-05-16
Merge branch 'udp-scalability-improvements'
David S. Miller
8
-69
/
+211
2017-05-16
udp: keep the sk_receive_queue held when splicing
Paolo Abeni
1
-10
/
+26
2017-05-16
udp: use a separate rx queue for packet reception
Paolo Abeni
5
-24
/
+131
2017-05-16
net/sock: factor out dequeue/peek with offset code
Paolo Abeni
3
-41
/
+60
2017-05-16
Merge branch 'nfp-LSO-checksum-and-XDP-datapath-updates'
David S. Miller
4
-79
/
+149
2017-05-16
nfp: eliminate an if statement in calculation of completed frames
Jakub Kicinski
1
-8
/
+2
2017-05-16
nfp: add a helper for wrapping descriptor index
Jakub Kicinski
2
-11
/
+13
2017-05-16
nfp: complete the XDP TX ring only when it's full
Jakub Kicinski
2
-18
/
+35
2017-05-16
nfp: add CHECKSUM_COMPLETE support
Jakub Kicinski
3
-10
/
+36
2017-05-16
nfp: version independent support for chained RSS metadata
Edwin Peer
3
-14
/
+24
2017-05-16
nfp: don't assume RSS and IRQ moderation are always enabled
Jakub Kicinski
1
-4
/
+2
2017-05-16
nfp: support LSO2 capability
Edwin Peer
3
-16
/
+38
2017-05-16
nfp: rename l4_offset in struct nfp_net_tx_desc to lso_hdrlen
Edwin Peer
2
-4
/
+4
2017-05-16
nfp: don't enable TSO on the device when disabled
Jakub Kicinski
1
-0
/
+1
2017-05-16
net: socket: mark socket protocol handler structs as const
linzhang
4
-4
/
+4
2017-05-16
tools: hv: Add clean up for included files in Ubuntu net config
Haiyang Zhang
1
-3
/
+18
2017-05-16
bnxt: add dma mapping attributes
Shannon Nelson
1
-22
/
+34
2017-05-16
Merge branch 'xgene-Add-ethtool-stats-and-bug-fixes'
David S. Miller
10
-302
/
+428
2017-05-16
drivers: net: xgene: Fix redundant prefetch buffer cleanup
Iyappan Subramanian
4
-62
/
+1
2017-05-16
drivers: net: xgene: Workaround for HW errata 10GE_10/ENET_15
Quan Nguyen
3
-9
/
+46
2017-05-16
drivers: net: xgene: Add frame recovered statistics counter for errata 10GE_8...
Quan Nguyen
3
-2
/
+10
2017-05-16
drivers: net: xgene: Workaround for HW errata 10GE_4
Quan Nguyen
3
-0
/
+9
2017-05-16
drivers: net: xgene: Add rx_overrun/tx_underrun statistics
Iyappan Subramanian
7
-3
/
+62
2017-05-16
drivers: net: xgene: Extend ethtool statistics
Quan Nguyen
6
-1
/
+181
2017-05-16
drivers: net: xgene: Remove unused macros
Quan Nguyen
1
-6
/
+0
2017-05-16
drivers: net: xgene: Refactor statistics error parsing code
Quan Nguyen
4
-18
/
+18
2017-05-16
drivers: net: xgene: Remove redundant local stats
Quan Nguyen
3
-7
/
+5
2017-05-16
drivers: net: xgene: Use rgmii mdio mac access
Quan Nguyen
1
-0
/
+14
2017-05-16
drivers: net: phy: xgene: Add lock to protect mac access
Quan Nguyen
2
-37
/
+40
2017-05-16
drivers: net: xgene: Protect indirect MAC access
Iyappan Subramanian
6
-177
/
+62
2017-05-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
74
-249
/
+1026
2017-05-15
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
9
-49
/
+33
2017-05-15
Merge branch 'ldmsw-fixes'
David S. Miller
1
-2
/
+2
2017-05-15
ldmvsw: stop the clean timer at beginning of remove
Shannon Nelson
1
-1
/
+1
[next]