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
2017-11-03
mlxsw: spectrum_router: Embed netevent notifier block in router struct
Ido Schimmel
3
-11
/
+12
2017-11-03
ipv4: Send a netevent whenever multipath hash policy is changed
Ido Schimmel
2
-1
/
+20
2017-11-03
cxgb4: fix error return code in cxgb4_set_hash_filter()
Wei Yongjun
1
-1
/
+3
2017-11-03
bpf: fix out-of-bounds access warning in bpf_check
Arnd Bergmann
1
-0
/
+4
2017-11-03
bpf: fix link error without CONFIG_NET
Arnd Bergmann
1
-0
/
+2
2017-11-03
net: Define eth_stp_addr in linux/etherdevice.h
Egil Hjelmeland
3
-3
/
+2
2017-11-03
liquidio: bump up driver version to 1.7.0 to match newer NIC firmware
Felix Manlunas
1
-2
/
+2
2017-11-03
tcp: add tracepoint trace_tcp_retransmit_synack()
Song Liu
2
-0
/
+57
2017-11-03
ipv6: Implement limits on Hop-by-Hop and Destination options
Tom Herbert
6
-12
/
+159
2017-11-02
Merge branch 'hns3-add-support-for-reset'
David S. Miller
7
-37
/
+747
2017-11-02
net: hns3: hns3:fix a bug about statistic counter in reset process
qumingguang
1
-0
/
+7
2017-11-02
net: hns3: Fix a misuse to devm_free_irq
qumingguang
1
-3
/
+2
2017-11-02
net: hns3: Add reset interface implementation in client
Lipeng
1
-0
/
+153
2017-11-02
net: hns3: Add timeout process in hns3_enet
Lipeng
2
-0
/
+88
2017-11-02
net: hns3: Add reset process in hclge_main
Lipeng
4
-0
/
+326
2017-11-02
net: hns3: Add support for misc interrupt
Lipeng
3
-0
/
+81
2017-11-02
net: hns3: Refactor the initialization of command queue
Lipeng
3
-16
/
+33
2017-11-02
net: hns3: Refactor mac_init function
qumingguang
1
-7
/
+7
2017-11-02
net: hns3: Refactor the mapping of tqp to vport
Lipeng
1
-11
/
+50
2017-11-02
net: seeq: fix timer conversion
Arnd Bergmann
2
-2
/
+2
2017-11-02
net: dsa: lan9303: Added Documentation/networking/dsa/lan9303.txt
Egil Hjelmeland
1
-0
/
+37
2017-11-02
Merge branch 'nfp-TC-block-fixes-app-fallback-and-dev_alloc'
David S. Miller
12
-72
/
+77
2017-11-02
nfp: improve defines for constants in ethtool
Jakub Kicinski
1
-7
/
+8
2017-11-02
nfp: use a counter instead of log message for allocation failures
Jakub Kicinski
3
-10
/
+20
2017-11-02
nfp: switch to dev_alloc_page()
Jakub Kicinski
1
-1
/
+1
2017-11-02
nfp: bpf: fall back to core NIC app if BPF not selected
Jakub Kicinski
3
-5
/
+6
2017-11-02
nfp: reorganize the app table
Jakub Kicinski
1
-10
/
+6
2017-11-02
nfp: bpf: reject TC offload if XDP loaded
Jakub Kicinski
1
-0
/
+3
2017-11-02
nfp: flower: vxlan - ensure no sleep in atomic context
John Hurley
5
-34
/
+28
2017-11-02
nfp: flower: app should use struct nfp_repr
John Hurley
1
-6
/
+6
2017-11-02
tools: bpf: handle long path in jit disasm
Prashant Bhole
2
-2
/
+4
2017-11-02
liquidio: synchronize VF representor names with NIC firmware
Vijaya Mohan Guvva
4
-1
/
+92
2017-11-02
Merge branch 'BPF-range-marking-improvements-for-meta-data'
David S. Miller
2
-122
/
+591
2017-11-02
bpf: add test cases to bpf selftests to cover all meta tests
Daniel Borkmann
1
-0
/
+442
2017-11-02
bpf: also improve pattern matches for meta access
Daniel Borkmann
1
-69
/
+96
2017-11-02
bpf: minor cleanups after merge
Daniel Borkmann
2
-73
/
+73
2017-11-02
security: bpf: replace include of linux/bpf.h with forward declarations
Jakub Kicinski
1
-1
/
+4
2017-11-02
net: systemport: Only inspect valid switch port & queues
Florian Fainelli
2
-2
/
+8
2017-11-02
Merge branch 'nfp-bpf-rename-ALU_OP_NEG-and-support-BPF_NEG'
David S. Miller
2
-2
/
+26
2017-11-02
nfp: bpf: support [BPF_ALU | BPF_ALU64] | BPF_NEG
Jiong Wang
1
-0
/
+24
2017-11-02
nfp: bpf: rename ALU_OP_NEG to ALU_OP_NOT
Jiong Wang
2
-2
/
+2
2017-11-02
Merge branch 'dpaa-cleanups'
David S. Miller
1
-6
/
+2
2017-11-02
net: dpaa: remove init which already done in per-cpu allocation
yuan linyu
1
-5
/
+0
2017-11-02
net: dpaa: fix maybe uninitialized var in dpaa_open()
yuan linyu
1
-1
/
+2
2017-11-02
bpf: cpumap micro-optimization in cpu_map_enqueue
Jesper Dangaard Brouer
1
-2
/
+2
2017-11-02
Merge branch 'net-sched-block-callbacks-follow-up'
David S. Miller
12
-16
/
+29
2017-11-02
net: sched: remove ndo_setup_tc check from tc_can_offload
Jiri Pirko
1
-5
/
+1
2017-11-02
net: sched: remove tc_can_offload check from egdev call
Jiri Pirko
1
-1
/
+1
2017-11-02
net: sched: move the can_offload check from binding phase to rule insertion p...
Jiri Pirko
11
-3
/
+27
2017-11-02
net: sched: remove unused tc_should_offload helper
Jiri Pirko
1
-7
/
+0
[prev]
[next]