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
2015-09-02
Merge branch 'for-4.3/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
4
-146
/
+506
2015-09-02
Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-block
Linus Torvalds
132
-2130
/
+1199
2015-09-02
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
70
-1327
/
+9177
2015-09-02
Merge tag 'for-linus-20150901' of git://git.infradead.org/linux-mtd
Linus Torvalds
23
-233
/
+1010
2015-09-02
xen-netback: add support for multicast control
Paul Durrant
5
-1
/
+144
2015-09-02
bgmac: Update fixed_phy_register()
Fabio Estevam
1
-1
/
+1
2015-09-02
sock, diag: fix panic in sock_diag_put_filterinfo
Daniel Borkmann
1
-0
/
+3
2015-09-02
Merge branch 'for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
14
-37
/
+717
2015-09-02
Merge branch 'for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/pe...
Linus Torvalds
2
-7
/
+4
2015-09-02
Merge branch 'for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
3
-4
/
+5
2015-09-02
Merge branch 'for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li...
Linus Torvalds
3
-11
/
+5
2015-09-02
flow_dissector: Use 'const' where possible.
David S. Miller
3
-46
/
+49
2015-09-02
flow_dissector: Fix function argument ordering dependency
Tom Herbert
1
-4
/
+4
2015-09-02
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
12
-139
/
+633
2015-09-02
Merge tag 'pm+acpi-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
212
-3335
/
+8402
2015-09-02
Merge tag 'devicetree-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
9
-11
/
+170
2015-09-02
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...
Linus Torvalds
48
-70
/
+70
2015-09-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-2
/
+4
2015-09-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
26
-308
/
+1144
2015-09-02
Merge tag 'edac_for_4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp
Linus Torvalds
2
-2
/
+2
2015-09-02
ixgbe: Resolve "initialized field overwritten" warnings
Mark Rustad
1
-1
/
+0
2015-09-02
ixgbe: Remove bimodal SR-IOV disabling
Alex Williamson
1
-6
/
+1
2015-09-02
ixgbe: Add support for reporting 2.5G link speed
Mark Rustad
2
-8
/
+26
2015-09-02
ixgbe: fix bounds checking in ixgbe_setup_tc for 82598
Emil Tantilov
1
-3
/
+4
2015-09-02
ixgbe: support for ethtool set_rxfh
Tom Barbette
3
-1
/
+49
2015-09-02
ixgbe: Avoid needless PHY access on copper phys
Mark Rustad
2
-21
/
+44
2015-09-02
ixgbe: cleanup to use cached mask value
Don Skidmore
1
-6
/
+1
2015-09-02
ixgbe: Remove second instance of lan_id variable
Don Skidmore
2
-4
/
+1
2015-09-02
ixgbe: use kzalloc for allocating one thing
Maninder Singh
1
-1
/
+1
2015-09-02
flow: Move __get_hash_from_flowi{4,6} into flow_dissector.c
David S. Miller
2
-36
/
+35
2015-09-02
ixgbe: Remove unused PCI bus types
Don Skidmore
1
-2
/
+0
2015-09-02
ixgbe: add new bus type for intergrated I/O interface (IOSF)
Don Skidmore
3
-1
/
+12
2015-09-02
ixgbe: add get_bus_info method for X550
Don Skidmore
1
-0
/
+19
2015-09-02
ixgbe: Add support for entering low power link up state
Don Skidmore
3
-2
/
+185
2015-09-02
ixgbe: Add support for VXLAN RX offloads
Mark Rustad
4
-31
/
+127
2015-09-02
ixgbe: Add support for UDP-encapsulated tx checksum offload
Mark Rustad
1
-12
/
+54
2015-09-02
flow_dissector: Don't use bit fields.
David S. Miller
2
-10
/
+12
2015-09-02
ixgbe: Check whether FDIRCMD writes actually complete
Mark Rustad
2
-24
/
+40
2015-09-02
ixgbe: Assign set_phy_power dynamically where needed
Don Skidmore
2
-2
/
+21
2015-09-02
ixgbe: add new function to check for management presence
Don Skidmore
3
-6
/
+18
2015-09-02
i40e: Set defport behavior for the Main VSI when in promiscuous mode
Anjali Singhai Jain
2
-8
/
+30
2015-09-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
14
-34
/
+83
2015-09-02
Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-74
/
+124
2015-09-02
Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
18
-193
/
+214
2015-09-02
Merge branch 'flow-dissector-features'
David S. Miller
12
-128
/
+267
2015-09-02
flow_dissector: Ignore flow dissector return value from ___skb_get_hash
Tom Herbert
1
-9
/
+3
2015-09-02
flow_dissector: Add control/reporting of encapsulation
Tom Herbert
2
-0
/
+17
2015-09-02
flow_dissector: Add flag to stop parsing when an IPv6 flow label is seen
Tom Herbert
2
-1
/
+5
2015-09-02
flow_dissector: Add flag to stop parsing at L3
Tom Herbert
2
-0
/
+7
2015-09-02
flow_dissector: Support IPv6 fragment header
Tom Herbert
1
-0
/
+25
[prev]
[next]