index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-29
bpf: sockmap test remove shutdown() calls
John Fastabend
1
-3
/
+0
2018-08-29
bpf: remove duplicated include from syscall.c
YueHaibing
1
-1
/
+0
2018-08-29
Merge branch 'nfp-add-NFP5000-support'
David S. Miller
15
-236
/
+682
2018-08-29
nfp: make RTsym users handle absolute symbols correctly
Jakub Kicinski
3
-32
/
+21
2018-08-29
nfp: support access to absolute RTsyms
Jakub Kicinski
2
-9
/
+46
2018-08-29
nfp: convert all RTsym users to use new read/write helpers
Jakub Kicinski
3
-46
/
+23
2018-08-29
nfp: convert existing RTsym helpers to full target decoding
Jakub Kicinski
1
-14
/
+14
2018-08-29
nfp: pass cpp_id to nfp_cpp_map_area()
Jakub Kicinski
4
-16
/
+16
2018-08-29
nfp: add RTsym access helpers
Jakub Kicinski
2
-0
/
+171
2018-08-29
nfp: add basic errors messages to target logic
Jakub Kicinski
1
-2
/
+10
2018-08-29
nfp: save the MU locality field offset
Jakub Kicinski
3
-31
/
+38
2018-08-29
nfp: refactor the per-chip PCIe config
Jakub Kicinski
2
-13
/
+41
2018-08-29
nfp: add support for NFP5000
Jakub Kicinski
2
-1
/
+7
2018-08-29
nfp: abm: look up MAC addresses via management FW
Jakub Kicinski
1
-9
/
+25
2018-08-29
nfp: add support for indirect HWinfo lookup
Jakub Kicinski
2
-0
/
+44
2018-08-29
nfp: interpret extended FW load result codes
Jakub Kicinski
2
-3
/
+85
2018-08-29
nfp: attempt FW load from flash
Jakub Kicinski
3
-2
/
+16
2018-08-29
nfp: encapsulate NSP command arguments into structs
Jakub Kicinski
1
-69
/
+136
2018-08-29
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
17
-1199
/
+3326
2018-08-29
Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...
David S. Miller
19
-48
/
+1241
2018-08-29
ixgbe: fix the return value for unsupported VF offload
Shannon Nelson
1
-1
/
+1
2018-08-29
ixgbe: disallow IPsec Tx offload when in SR-IOV mode
Shannon Nelson
1
-0
/
+3
2018-08-29
ixgbevf: enable VF IPsec offload operations
Shannon Nelson
5
-21
/
+86
2018-08-29
ixgbevf: add VF IPsec offload code
Shannon Nelson
4
-0
/
+748
2018-08-29
ixgbevf: add defines for IPsec offload request
Shannon Nelson
2
-0
/
+13
2018-08-29
ixgbe: add VF IPsec offload request message handling
Shannon Nelson
3
-6
/
+35
2018-08-29
ixgbe: add VF IPsec offload enable flag
Shannon Nelson
3
-1
/
+12
2018-08-29
ixgbe: add VF IPsec management
Shannon Nelson
2
-9
/
+260
2018-08-29
ixgbe: prep IPsec constants for later use
Shannon Nelson
1
-3
/
+5
2018-08-29
ixgbe: reload IPsec IP table after sa tables
Shannon Nelson
1
-8
/
+8
2018-08-29
ixgbe: don't clear IPsec sa counters on HW clearing
Shannon Nelson
1
-4
/
+0
2018-08-28
ixgbevf: VF2VF TCP RSS
Sebastian Basierski
1
-0
/
+4
2018-08-28
ixgbe: firmware recovery mode
Sebastian Basierski
4
-0
/
+71
2018-08-28
ice: Fix and update driver version string
Anirudh Venkataramanan
1
-1
/
+1
2018-08-28
ice: Introduce SERVICE_DIS flag and service routine functions
Akeem G Abodunrin
2
-7
/
+28
2018-08-28
ice: Enable VSI Rx/Tx pruning only when VLAN 0 is active
Brett Creeley
1
-9
/
+85
2018-08-28
ice: Enable firmware logging during device initialization.
Hieu Tran
5
-2
/
+286
2018-08-28
ice: Implement ice_bridge_getlink and ice_bridge_setlink
Md Fahad Iqbal Polash
3
-1
/
+181
2018-08-28
ice: Add support for Tx hang, Tx timeout and malicious driver detection
Sudheer Mogilappagari
5
-0
/
+331
2018-08-28
ice: Clean up register file
Anirudh Venkataramanan
1
-229
/
+188
2018-08-28
ice: Implement handlers for ethtool PHY/link operations
Chinh Cao
4
-53
/
+891
2018-08-28
ice: Refactor VSI allocation, deletion and rebuild flow
Anirudh Venkataramanan
7
-171
/
+580
2018-08-28
ice: Refactor switch rule management structures and functions
Anirudh Venkataramanan
5
-553
/
+500
2018-08-28
ice: Code optimization for ice_fill_sw_rule()
Zhenning Xiao
1
-8
/
+10
2018-08-28
ice: Prevent control queue operations during reset
Anirudh Venkataramanan
4
-5
/
+34
2018-08-28
ice: Update request resource command to latest specification
Dan Nowlin
4
-21
/
+67
2018-08-28
ice: Updates to Tx scheduler code
Anirudh Venkataramanan
4
-114
/
+61
2018-08-28
ice: Rework flex descriptor programming
Anirudh Venkataramanan
2
-34
/
+92
2018-08-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
92
-711
/
+754
2018-08-27
Fix up libata MAINTAINERS entry
Jens Axboe
1
-4
/
+4
[next]