index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
Age
Commit message (
Expand
)
Author
2010-01-08
can: mscan-mpc5xxx: add support for the MPC512x processor
Wolfgang Grandegger
2010-01-08
can: mscan: fix improper return if dlc < 8 in start_xmit function
Wolfgang Grandegger
2010-01-08
ep93xx_eth.c general cleanup
H Hartley Sweeten
2010-01-08
bnx2: Flush the register writes which setup the MSI-X table
Benjamin Li
2010-01-08
be2net: implements ethtool function to read eeprom data.
Sarveshwar Bandi
2010-01-07
drivers/net/: use DEFINE_PCI_DEVICE_TABLE()
Alexey Dobriyan
2010-01-07
stmmac: update the driver's module version
Giuseppe CAVALLARO
2010-01-07
stmmac: improve Kconfig help
Giuseppe CAVALLARO
2010-01-07
stmmac: include netdevice.h into the common.h header
Giuseppe CAVALLARO
2010-01-07
stmmac: rename the gmac as dwmac1000 and split core and dma parts
Giuseppe CAVALLARO
2010-01-07
stmmac: rename mac100 as dwmac100 and fix spare coding style
Giuseppe CAVALLARO
2010-01-07
stmmac: move the dma out from the main
Giuseppe CAVALLARO
2010-01-07
stmmac: reorganise class operations.
Giuseppe CAVALLARO
2010-01-07
stmmac: do not call fix_mac_speed if NULL
Giuseppe CAVALLARO
2010-01-07
stmmac: perform hw bus configuration
Giuseppe CAVALLARO
2010-01-07
stmmac: rewiew platform data
Giuseppe CAVALLARO
2010-01-07
stmmac: convert unicast addr list to list_head
Giuseppe CAVALLARO
2010-01-07
stmmac: use MII_BUS_ID_SIZE instead of BUS_ID_SIZE
Giuseppe CAVALLARO
2010-01-07
drivers/net/skfp/skfddi.c: use %pMF to show MAC address
hartleys
2010-01-07
drivers/net/defxx.c: use %pMF to show MAC address
hartleys
2010-01-07
drivers/net/wimax/i2400m/driver.c: use %pM to show MAC address
hartleys
2010-01-07
drivers/net/qlge/qlge_main.c: use %pM to show MAC address
hartleys
2010-01-07
drivers/net/atl1e/atl1e_main.c: use %pM to show MAC address
hartleys
2010-01-07
drivers/net/wimax/i2400m/fw.c: use %pM to show MAC address
hartleys
2010-01-07
drivers/net/atl1c/atl1c_main.c: use %pM to show MAC address
hartleys
2010-01-07
drivers/net/vxge/vxge-main.c: use %pM to show MAC address
hartleys
2010-01-07
drivers/net/ixgbe/ixgbe_common.c: use %pM to show MAC address
hartleys
2010-01-07
8139too: make PCI device ids constant
Márton Németh
2010-01-06
drivers/net/mac8390.c: Add mac8390_init function
Joe Perches
2010-01-06
drivers/net/mac8390.c: Checkpatch cleanups
Joe Perches
2010-01-06
drivers/net/mac8390.c: Convert printk(KERN_<level> to pr_<level>(
Joe Perches
2010-01-06
drivers/net/mac8390.c: Remove useless memcpy casting
Joe Perches
2010-01-06
drivers/net/mac8390.c: Indent case labels
Joe Perches
2010-01-06
phy: SMSC device Energy Detect power-down mode
Giuseppe Cavallaro
2010-01-06
qlge: Add napi gro frags interface.
Ron Mercer
2010-01-06
qlge: Add RX frame handlers for non-split frames.
Ron Mercer
2010-01-06
qlge: Turn on RX header split based on platform.
Ron Mercer
2010-01-06
sky2: Lock transmit queue while disabling device
Mike McCormack
2010-01-06
sky2: Refactor sky2_get_regs into two functions
Mike McCormack
2010-01-03
axnet_cs: remove unnecessary spin_unlock_irqrestore
Ken Kawasaki
2010-01-03
drivers/net/cxgb3: Use kzalloc for allocating only one thing
Julia Lawall
2010-01-03
bonding: allow arp_ip_targets on separate vlans to use arp validation
Andy Gospodarek
2009-12-30
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
2009-12-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6
John W. Linville
2009-12-29
Subject: drivers/net/sh_eth.c: use %pM to shown MAC address
H Hartley Sweeten
2009-12-29
drivers/net/r8169.c: use %pM to shown MAC address
H Hartley Sweeten
2009-12-29
drivers/net/octeon/octeon_mgmt.c: use %pM to shown MAC address
H Hartley Sweeten
2009-12-29
drivers/net/smc911x.c: use %pM to shown MAC address
H Hartley Sweeten
2009-12-29
drivers/net/sunvnet.c: use %pM to shown MAC address
H Hartley Sweeten
2009-12-29
drivers/net/usb/catc.c: use %pM to shown MAC address
H Hartley Sweeten
[next]