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
2019-11-22
net/core: Add support for getting VF GUIDs
Danit Goldberg
2
-0
/
+18
2019-11-13
net/mlx5: Add new chain for netfilter flow table offload
Paul Blakey
3
-6
/
+15
2019-11-13
net/mlx5: Refactor creating fast path prio chains
Paul Blakey
1
-36
/
+82
2019-11-13
net/mlx5: Accumulate levels for chains prio namespaces
Paul Blakey
2
-2
/
+10
2019-11-13
net/mlx5: Define fdb tc levels per prio
Paul Blakey
2
-4
/
+6
2019-11-13
net/mlx5: Rename FDB_* tc related defines to FDB_TC_* defines
Paul Blakey
4
-15
/
+15
2019-11-13
net/mlx5: Simplify fdb chain and prio eswitch defines
Paul Blakey
1
-8
/
+4
2019-11-11
IB/mlx5: Load profile according to RoCE enablement state
Michael Guralnik
1
-12
/
+13
2019-11-11
IB/mlx5: Rename profile and init methods
Michael Guralnik
3
-9
/
+9
2019-11-11
net/mlx5: Handle "enable_roce" devlink param
Michael Guralnik
4
-0
/
+59
2019-11-11
net/mlx5: Document flow_steering_mode devlink param
Michael Guralnik
1
-0
/
+12
2019-11-11
devlink: Add new "enable_roce" generic device param
Michael Guralnik
3
-0
/
+13
2019-11-05
net/mlx5: fix spelling mistake "metdata" -> "metadata"
Colin Ian King
1
-1
/
+1
2019-11-05
net/mlx5: fix kvfree of uninitialized pointer spec
Colin Ian King
1
-1
/
+1
2019-11-01
IB/mlx5: Introduce and use mlx5_core_is_vf()
Parav Pandit
2
-1
/
+6
2019-11-01
net/mlx5: E-switch, Enable metadata on own vport
Parav Pandit
3
-23
/
+16
2019-11-01
net/mlx5: Refactor ingress acl configuration
Parav Pandit
3
-114
/
+200
2019-11-01
net/mlx5: Restrict metadata disablement to offloads mode
Parav Pandit
3
-7
/
+6
2019-11-01
net/mlx5: E-switch, Offloads shift ACL programming during enable/disable vport
Vu Pham
3
-31
/
+24
2019-11-01
net/mlx5: E-switch, Offloads introduce and use per vport acl tables APIs
Parav Pandit
1
-17
/
+32
2019-11-01
net/mlx5: Move ACL drop counters life cycle close to ACL lifecycle
Parav Pandit
1
-39
/
+35
2019-11-01
net/mlx5: E-switch, Legacy introduce and use per vport acl tables APIs
Parav Pandit
1
-13
/
+60
2019-11-01
net/mlx5: E-switch, Prepare code to handle vport enable error
Parav Pandit
3
-19
/
+50
2019-11-01
net/mlx5: Tide up state_lock and vport enabled flag usage
Parav Pandit
1
-9
/
+5
2019-11-01
net/mlx5: Move legacy drop counter and rule under legacy structure
Parav Pandit
2
-44
/
+50
2019-11-01
net/mlx5: Move metdata fields under offloads structure
Parav Pandit
2
-18
/
+21
2019-11-01
net/mlx5: Correct comment for legacy fields
Parav Pandit
1
-1
/
+1
2019-11-01
net/mlx5: Introduce and use mlx5_esw_is_manager_vport()
Parav Pandit
2
-6
/
+13
2019-11-01
net/mlx5: E-switch, Introduce and use vlan rule config helper
Parav Pandit
3
-68
/
+58
2019-11-01
net/mlx5: E-Switch, Rename ingress acl config in offloads mode
Vu Pham
1
-3
/
+3
2019-11-01
net/mlx5: E-Switch, Rename egress config to generic name
Vu Pham
1
-24
/
+26
2019-11-01
net/mlx5: Fixed a typo in a comment in esw_del_uc_addr()
Qing Huang
1
-1
/
+1
2019-10-08
net/mlx5: Expose optimal performance scatter entries capability
Yamin Friedman
1
-1
/
+1
2019-10-06
Linux 5.4-rc2
v5.4-rc2
Linus Torvalds
1
-2
/
+2
2019-10-06
elf: don't use MAP_FIXED_NOREPLACE for elf executable mappings
Linus Torvalds
1
-10
/
+3
2019-10-06
Merge tag 'dma-mapping-5.4-1' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-2
/
+2
2019-10-05
Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...
Linus Torvalds
14
-144
/
+53
2019-10-05
Merge tag 'kbuild-fixes-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
15
-86
/
+41
2019-10-05
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
15
-80
/
+193
2019-10-05
Merge branch 'readdir' (readdir speedup and sanity checking)
Linus Torvalds
1
-35
/
+133
2019-10-05
Make filldir[64]() verify the directory entry filename is valid
Linus Torvalds
1
-0
/
+40
2019-10-05
Convert filldir[64]() from __put_user() to unsafe_put_user()
Linus Torvalds
1
-35
/
+93
2019-10-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
99
-281
/
+539
2019-10-05
Merge tag 's390-5.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
17
-53
/
+83
2019-10-05
KVM: s390: mark __insn32_query() as __always_inline
Heiko Carstens
1
-1
/
+1
2019-10-05
KVM: s390: fix __insn32_query() inline assembly
Heiko Carstens
1
-3
/
+3
2019-10-05
dma-mapping: fix false positivse warnings in dma_common_free_remap()
Andrey Smirnov
1
-2
/
+2
2019-10-05
kheaders: make headers archive reproducible
Dmitry Goldin
2
-5
/
+13
2019-10-05
kbuild: update compile-test header list for v5.4-rc2
Masahiro Yamada
1
-10
/
+0
2019-10-05
kbuild: two minor updates for Documentation/kbuild/modules.rst
Masahiro Yamada
1
-2
/
+2
[next]