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-02-17
sfc: forget filters from sw table if hw replies ENOENT on removing them
Bert Kenward
1
-3
/
+8
2017-02-17
sfc: fix filter_id misinterpretation in edge case
Jon Cooper
1
-18
/
+30
2017-02-17
vmxnet3: prevent building with 64K pages
Arnd Bergmann
1
-0
/
+3
2017-02-17
net/wan: add MODULE_LICENSE for fsl_ucc_hdlc
Valentin Longchamp
1
-0
/
+1
2017-02-17
rds:Remove unnecessary ib_ring unalloc
Zhu Yanjun
1
-1
/
+0
2017-02-17
nfp: Use PCI_DEVICE_ID_NETRONOME_NFP* defines
Simon Horman
3
-9
/
+4
2017-02-17
pkt_sched: Remove useless qdisc_stab_lock
Gao Feng
1
-12
/
+0
2017-02-17
rxrpc: Change module filename to rxrpc.ko
David Howells
2
-39
/
+7
2017-02-17
netvsc: fix typo on statistics
Simon Xiao
1
-1
/
+1
2017-02-17
rtnl: don't account unused struct ifla_port_vsi in rtnl_port_size
Daniel Borkmann
1
-4
/
+7
2017-02-17
net: qlogic: netxen: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-58
/
+65
2017-02-17
net: hamachi: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-6
/
+8
2017-02-17
bridge: don't indicate expiry on NTF_EXT_LEARNED fdb entries
Roopa Prabhu
1
-1
/
+1
2017-02-17
Merge branch 'bpf-misc'
David S. Miller
19
-110
/
+453
2017-02-17
bpf: make jited programs visible in traces
Daniel Borkmann
13
-63
/
+419
2017-02-17
bpf: remove stubs for cBPF from arch code
Daniel Borkmann
6
-27
/
+14
2017-02-17
bpf: mark all registered map/prog types as __ro_after_init
Daniel Borkmann
6
-23
/
+23
2017-02-17
bridge: vlan_tunnel: explicitly reset metadata attrs to NULL on failure
Roopa Prabhu
1
-0
/
+2
2017-02-17
net: bgmac: store MAC address directly in netdev->dev_addr
Tobias Klauser
4
-8
/
+6
2017-02-17
Merge tag 'wireless-drivers-next-for-davem-2017-02-16' of git://git.kernel.or...
David S. Miller
28
-431
/
+213
2017-02-17
net: ethoc: Use eth_hw_addr_random()
Tobias Klauser
1
-8
/
+2
2017-02-17
Merge branch 'rhashtable-allocation-failure-during-insertion'
David S. Miller
5
-94
/
+316
2017-02-17
rhashtable: Add nested tables
Herbert Xu
2
-72
/
+276
2017-02-17
tipc: Fix tipc_sk_reinit race conditions
Herbert Xu
2
-11
/
+23
2017-02-17
gfs2: Use rhashtable walk interface in glock_hash_walk
Herbert Xu
1
-11
/
+17
2017-02-17
net: mvneta: make mvneta_eth_tool_ops static
Jisheng Zhang
1
-1
/
+1
2017-02-17
Merge branch 'net-sched-reflect-hw-offload-in-classifiers'
David S. Miller
6
-7
/
+50
2017-02-17
net/sched: cls_bpf: Reflect HW offload status
Or Gerlitz
1
-2
/
+11
2017-02-17
net/sched: cls_u32: Reflect HW offload status
Or Gerlitz
1
-0
/
+10
2017-02-17
net/sched: cls_matchall: Reflect HW offloading status
Or Gerlitz
1
-2
/
+10
2017-02-17
net/sched: cls_flower: Reflect HW offload status
Or Gerlitz
1
-0
/
+5
2017-02-17
net/sched: Reflect HW offload status
Or Gerlitz
2
-2
/
+9
2017-02-17
net/sched: cls_matchall: Dump the classifier flags
Or Gerlitz
1
-0
/
+3
2017-02-17
net/sched: cls_flower: Properly handle classifier flags dumping
Or Gerlitz
1
-1
/
+2
2017-02-17
net: oki-semi: pch_gbe: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-20
/
+38
2017-02-17
net: ethernet: ti: cpsw: correct ale dev to cpsw
Ivan Khoronzhuk
1
-1
/
+1
2017-02-17
net: nvidia: forcedeth: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-41
/
+50
2017-02-17
Merge branch 'ptp-attribute-cleanup'
David S. Miller
3
-116
/
+80
2017-02-17
ptp: create "pins" together with the rest of attributes
Dmitry Torokhov
3
-42
/
+24
2017-02-17
ptp: use is_visible method to hide unused attributes
Dmitry Torokhov
1
-70
/
+55
2017-02-17
ptp: use kcalloc when allocating arrays
Dmitry Torokhov
1
-3
/
+2
2017-02-17
ptp: do not explicitly set drvdata in ptp_clock_register()
Dmitry Torokhov
1
-2
/
+0
2017-02-17
mlx4: do not fire tasklet unless necessary
Eric Dumazet
2
-9
/
+6
2017-02-17
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
23
-148
/
+457
2017-02-17
Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...
David S. Miller
5
-230
/
+481
2017-02-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
66
-290
/
+594
2017-02-16
cxgb4: Remove redundant code in t4_uld_clean_up()
Ganesh Goudar
1
-2
/
+0
2017-02-16
cxgb4: Add new T5 and T6 pci device id's
Ganesh Goudar
1
-0
/
+5
2017-02-16
cxgb4: Increase max number of tc u32 links
Arjun V
3
-13
/
+7
2017-02-16
Merge tag 'media/v4.10-5' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...
Linus Torvalds
1
-5
/
+13
[next]