index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: Add tests for map-in-map
Martin KaFai Lau
2017-03-22
9
-18
/
+451
*
bpf: Add hash of maps support
Martin KaFai Lau
2017-03-22
5
-2
/
+134
*
bpf: Add array of maps support
Martin KaFai Lau
2017-03-22
8
-12
/
+225
*
bpf: Fix and simplifications on inline map lookup
Martin KaFai Lau
2017-03-22
2
-9
/
+15
*
net: stmmac: fix dma operation mode config for older versions
Joao Pinto
2017-03-22
1
-3
/
+3
*
net: ipv6: Add sysctl for minimum prefix len acceptable in RIOs.
Joel Scherpelz
2017-03-22
6
-2
/
+26
*
Merge branch 'nfp-concurrency'
David S. Miller
2017-03-22
10
-467
/
+484
|
\
|
*
nfp: disable FW on reconfiguration errors
Jakub Kicinski
2017-03-22
1
-18
/
+11
|
*
nfp: remove defensive checks around ndo_open()/ndo_close()
Jakub Kicinski
2017-03-22
1
-10
/
+0
|
*
nfp: flush xmit_more on error paths
Jakub Kicinski
2017-03-22
1
-0
/
+2
|
*
nfp: remove RX queue pointers
Jakub Kicinski
2017-03-22
3
-20
/
+6
|
*
nfp: don't use netdev_warn() before netdev is registered
Jakub Kicinski
2017-03-22
1
-3
/
+3
|
*
nfp: fix nfp_cpp_read()/nfp_cpp_write() error paths
Jakub Kicinski
2017-03-22
1
-6
/
+9
|
*
nfp: fix invalid area detection
Jakub Kicinski
2017-03-22
1
-14
/
+15
|
*
nfp: don't ignore return value of wait_event_interruptible
Jakub Kicinski
2017-03-22
1
-18
/
+38
|
*
nfp: correct return codes when msleep gets interrupted
Jakub Kicinski
2017-03-22
1
-6
/
+6
|
*
nfp: lock area cache earlier
Jakub Kicinski
2017-03-22
1
-6
/
+8
|
*
nfp: document expected locking in the core
Jakub Kicinski
2017-03-22
1
-6
/
+27
|
*
nfp: move mutex code out of nfp_cppcore.c
Jakub Kicinski
2017-03-22
3
-304
/
+346
|
*
nfp: remove cpp mutex cache
Jakub Kicinski
2017-03-22
1
-41
/
+2
|
*
nfp: fail graciously when someone tries to grab global lock
Jakub Kicinski
2017-03-22
2
-11
/
+13
|
*
nfp: disallow sharing mutexes on the same machine
Jakub Kicinski
2017-03-22
1
-6
/
+0
|
/
*
net: dwc-xlgmac: fix an error code in xlgmac_alloc_pages()
Dan Carpenter
2017-03-22
1
-4
/
+2
*
rtnetlink: Add dump all for netconf
David Ahern
2017-03-22
1
-0
/
+1
*
Merge branch 'phy-mmd-cleanup'
David S. Miller
2017-03-22
11
-210
/
+178
|
\
|
*
net: phy: clean up mmd_phy_indirect()
Russell King
2017-03-22
1
-7
/
+7
|
*
net: phy: remove the indirect MMD read/write methods
Russell King
2017-03-22
2
-127
/
+34
|
*
net: phy: convert micrel to new read_mmd/write_mmd driver methods
Russell King
2017-03-22
1
-7
/
+6
|
*
net: phy: switch remaining users to phy_(read|write)_mmd()
Russell King
2017-03-22
6
-55
/
+42
|
*
net: lan78xx: update for phy_(read|write)_mmd_indirect() removal
Russell King
2017-03-22
1
-5
/
+5
|
*
net: phy: make phy_(read|write)_mmd() generic MMD accessors
Russell King
2017-03-22
2
-8
/
+49
|
*
net: phy: move phy MMD accessors to phy-core.c
Russell King
2017-03-22
4
-104
/
+138
|
/
*
net: stmmac: Use AVB mode by default
Thierry Reding
2017-03-22
1
-2
/
+2
*
net: stmmac: Restore DT backwards-compatibility
Thierry Reding
2017-03-22
1
-0
/
+7
*
net: stmmac: Always enable MAC RX queues
Thierry Reding
2017-03-22
1
-1
/
+1
*
net: convert sk_filter.refcnt from atomic_t to refcount_t
Reshetova, Elena
2017-03-22
2
-6
/
+14
*
net: greth: Utilize of_get_mac_address()
Tobias Klauser
2017-03-22
1
-5
/
+5
*
liquidio: fix Coverity scan errors
Felix Manlunas
2017-03-22
2
-2
/
+4
*
net: tcp: Permit user set TCP_MAXSEG to default value
Gao Feng
2017-03-22
1
-1
/
+1
*
Merge branch 'ovs-sample-action-optimization'
David S. Miller
2017-03-22
4
-166
/
+263
|
\
|
*
Openvswitch: Refactor sample and recirc actions implementation
andy zhou
2017-03-22
1
-83
/
+93
|
*
openvswitch: Optimize sample action for the clone use cases
andy zhou
2017-03-22
4
-98
/
+167
|
*
openvswitch: Refactor recirc key allocation.
andy zhou
2017-03-22
1
-26
/
+40
|
*
openvswitch: Deferred fifo API change.
andy zhou
2017-03-22
1
-7
/
+11
|
/
*
Merge branch 'vrf-perf'
David S. Miller
2017-03-22
1
-20
/
+152
|
\
|
*
net: vrf: performance improvements for IPv6
David Ahern
2017-03-22
1
-10
/
+56
|
*
net: vrf: performance improvements for IPv4
David Ahern
2017-03-22
1
-10
/
+96
|
/
*
sock: introduce SO_MEMINFO getsockopt
Josh Hunt
2017-03-22
16
-9
/
+60
*
mlxsw: spectrum: fix swapped order of arguments packets and bytes
Colin Ian King
2017-03-22
1
-1
/
+1
*
cxgb4: Update IngPad and IngPack values
Arjun Vynipadath
2017-03-22
2
-19
/
+60
[next]