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
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2010-07-23
drivers: net: use newly introduced hex_to_bin()
Andy Shevchenko
1
-6
/
+5
2010-07-23
drivers: atm: don't use private copy of hex_to_bin()
Andy Shevchenko
1
-13
/
+2
2010-07-23
be2net: bump the driver version number
Ajit Khaparde
1
-1
/
+1
2010-07-23
be2net: variable name changes
Ajit Khaparde
4
-8
/
+8
2010-07-23
be2net: supress printing error when mac query fails for VF
Ajit Khaparde
1
-1
/
+2
2010-07-23
be2net: code to support tx rate configuration on virtual functions
Ajit Khaparde
4
-1
/
+78
2010-07-23
be2net: add vlan support for sriov virtual functions
Ajit Khaparde
2
-8
/
+47
2010-07-23
be2net: add support to get vf config
Ajit Khaparde
2
-13
/
+47
2010-07-23
be2net: change to call pmac_del only if necessary
Ajit Khaparde
2
-2
/
+5
2010-07-23
qeth: avoid useless removal of multicast addresses
Ursula Braun
1
-2
/
+0
2010-07-23
qeth: Use memdup_user when user data is immediately copied into the allocated...
Julia Lawall
1
-8
/
+3
2010-07-23
qeth: return zero from reply callback functions
Ursula Braun
1
-8
/
+2
2010-07-23
claw: A claw device is a group of just 2 ccw devices
Ursula Braun
1
-1
/
+1
2010-07-23
qeth: avoid loop if ipa command response is missing
Ursula Braun
2
-0
/
+16
2010-07-23
qeth: serialize sysfs-triggered device configurations
Ursula Braun
5
-7
/
+22
2010-07-23
qeth: Clear mac_bits field when switching between Layer 2 and Layer 3
Carsten Otte
1
-0
/
+1
2010-07-23
qeth: IP address takeover flag setting
Klaus-Dieter Wacker
5
-9
/
+18
2010-07-23
stmmac: handle allocation errors in setup functions
Dan Carpenter
3
-3
/
+7
2010-07-23
bonding: don't lock when copying/clearing VLAN list on slave
Jay Vosburgh
1
-13
/
+3
2010-07-23
bonding: change test for presence of VLANs
Jay Vosburgh
2
-9
/
+25
2010-07-23
net/fec: restore interrupt mask after software-reset in fec_stop()
Wolfram Sang
1
-3
/
+4
2010-07-23
3c59x: handle pci_iomap() errors
Kulikov Vasiliy
1
-0
/
+5
2010-07-22
CAN: Add Flexcan CAN controller driver
Marc Kleine-Budde
3
-0
/
+1040
2010-07-22
r6040: Fix args to phy_mii_ioctl().
David S. Miller
1
-1
/
+1
2010-07-22
vhost net: Fix warning.
David S. Miller
1
-1
/
+0
2010-07-22
drivers/net/irda: use for_each_pci_dev()
Kulikov Vasiliy
1
-4
/
+1
2010-07-22
drivers/net/qlge: Use pr_<level>, shrink text a bit
Joe Perches
2
-491
/
+318
2010-07-21
drivers/net/cxgb3/t3_hw.c: use new hex_to_bin() method
Andy Shevchenko
1
-12
/
+4
2010-07-21
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
6
-15
/
+25
2010-07-21
phy: add suspend/resume in the ic+
Giuseppe Cavallaro
1
-0
/
+2
2010-07-20
cxgb4vf: Fix bug where we were only allocating one queue in MSI mode
Casey Leedom
1
-4
/
+2
2010-07-20
cxgb4vf: Fix off-by-one error checking for the end of the mailbox delay array
Casey Leedom
1
-1
/
+1
2010-07-20
bnx2: Update version to 2.0.17.
Michael Chan
1
-2
/
+2
2010-07-20
bnx2: Remove some unnecessary smp_mb() in tx fast path.
Michael Chan
1
-1
/
+9
2010-07-20
bnx2: Call pci_enable_msix() with actual number of vectors.
Michael Chan
2
-7
/
+26
2010-07-20
bnx2: Use proper counter for net_device_stats->multicast.
Michael Chan
1
-1
/
+1
2010-07-20
ixgbe: fix version string for ixgbe
Don Skidmore
1
-1
/
+1
2010-07-20
ixgbe: use GFP_ATOMIC when allocating FCoE DDP context from the dma pool
Yi Zou
1
-1
/
+1
2010-07-20
ixgbe: properly toggling netdev feature flags when disabling FCoE
Yi Zou
2
-13
/
+11
2010-07-20
ixgbe: drop support for UDP in RSS hash generation
Alexander Duyck
1
-3
/
+1
2010-07-20
ixgbe: dcb, set DPF bit when PFC is enabled
John Fastabend
1
-1
/
+1
2010-07-20
e1000: allow option to limit number of descriptors down to 48 per ring
Alexander Duyck
1
-2
/
+2
2010-07-20
drivers/net/82596.c: fix warning
Andrew Morton
1
-1
/
+1
2010-07-20
ks8842: Fix ks8842_tx_frame() for 16bit case.
David S. Miller
1
-5
/
+3
2010-07-20
smsc911x: Add spinlocks around registers access
Catalin Marinas
1
-40
/
+52
2010-07-20
bonding: avoid a warning
Eric Dumazet
1
-0
/
+2
2010-07-20
net: Removing dead ARCH_PNX010X
Christoph Egger
2
-47
/
+2
2010-07-20
net-next: vmxnet3 fixes [5/5] Respect the interrupt type in VM configuration
Shreyas Bhatewara
2
-5
/
+12
2010-07-20
net-next: vmxnet3 fixes [4/5] Do not reset when the device is not opened
Shreyas Bhatewara
1
-0
/
+2
2010-07-19
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
2
-5
/
+6
[next]