index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2012-02-20
enic: Fix ndo_set_vf_mac and ndo_set_vf_port to set/get the sriov vf's mac
Roopa Prabhu
2
-9
/
+30
2012-02-20
enic: Add new fw devcmd to set mac address of an interface
Roopa Prabhu
4
-1
/
+23
2012-02-20
enic: rename CMD_MAC_ADDR to CMD_GET_MAC_ADDR
Roopa Prabhu
4
-6
/
+6
2012-02-20
ll_temac: Fix build.
David S. Miller
1
-1
/
+1
2012-02-19
adi: adapt to eth_hw_addr_random() and changes in arch/blackfin
Danny Kukawka
2
-7
/
+10
2012-02-19
ethernet: Fix typo in lantiq_etop.c
Masanari Iida
1
-1
/
+1
2012-02-19
bnx2x: make bnx2x_close() static again
Michal Schmidt
2
-3
/
+3
2012-02-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
73
-784
/
+580
2012-02-18
Merge tag 'fixes-3.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...
Linus Torvalds
5
-398
/
+32
2012-02-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
23
-170
/
+178
2012-02-18
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...
Linus Torvalds
1
-2
/
+2
2012-02-18
Merge tag 'pinctrl' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/l...
Linus Torvalds
1
-1
/
+1
2012-02-18
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...
Linus Torvalds
1
-2
/
+2
2012-02-18
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...
Linus Torvalds
3
-8
/
+28
2012-02-18
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
4
-7
/
+22
2012-02-18
cisco/enic: use eth_hw_addr_random() instead of random_ether_addr()
Danny Kukawka
1
-1
/
+2
2012-02-17
net: ethernet: xilinx: Convert xilinx_axienet to module_platform_driver
Tobias Klauser
1
-12
/
+1
2012-02-17
atheros eth: set addr_assign_type if random_ether_addr() used
Danny Kukawka
4
-9
/
+15
2012-02-17
ethoc: set addr_assign_type if random_ether_addr() used
Danny Kukawka
1
-2
/
+18
2012-02-17
igbvf: reset netdevice addr_assign_type if changed
Danny Kukawka
1
-0
/
+1
2012-02-17
xilinx ll_temac: use eth_hw_addr_random() instead of random_ether_addr()
Danny Kukawka
1
-1
/
+3
2012-02-17
davinci_emac: use eth_hw_addr_random() instead of random_ether_addr()
Danny Kukawka
1
-2
/
+3
2012-02-17
lantiq_etop: set addr_assign_type if random_ether_addr() used
Danny Kukawka
1
-0
/
+7
2012-02-17
au1000_eth: use eth_hw_addr_random() instead of random_ether_addr()
Danny Kukawka
1
-4
/
+5
2012-02-16
net: sh_eth: add support for VLAN tag filtering
Yoshihiro Shimoda
2
-0
/
+64
2012-02-16
net: sh_eth: add support for multicast filtering
Yoshihiro Shimoda
2
-5
/
+286
2012-02-16
net: sh_eth: modify a condition of ioremap for TSU
Yoshihiro Shimoda
1
-11
/
+14
2012-02-16
net: sh_eth: change the condition of initialization
Yoshihiro Shimoda
1
-2
/
+2
2012-02-16
net: sh_eth: add the value of tsu to the SH7757's GETHER
Yoshihiro Shimoda
1
-0
/
+1
2012-02-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-next
David S. Miller
21
-604
/
+3170
2012-02-16
powerpc/adb: Use set_current_state()
majianpeng
1
-2
/
+2
2012-02-16
sfc: Add SR-IOV back-end support for SFC9000 family
Ben Hutchings
13
-26
/
+2192
2012-02-16
sfc: Allocate SRAM between buffer table and descriptor caches at init time
Ben Hutchings
6
-14
/
+50
2012-02-16
sfc: Pass NIC structure into efx_wanted_parallelism()
Ben Hutchings
1
-4
/
+4
2012-02-16
sfc: Add support for 'extra' channel types
Ben Hutchings
3
-108
/
+239
2012-02-16
sfc: Make all CPU/IRQ/channel/queue counts unsigned
Ben Hutchings
2
-9
/
+11
2012-02-16
sfc: Make buffer table indices and counts consistently unsigned
Ben Hutchings
2
-3
/
+3
2012-02-16
sfc: Disable flow control during flushes
Steve Hodgson
3
-0
/
+9
2012-02-16
sfc: Generalise event generation to cover VF-owned event queues
Ben Hutchings
2
-6
/
+7
2012-02-16
sfc: Use proper function to test for RX channel in efx_poll()
Ben Hutchings
1
-1
/
+1
2012-02-16
sfc: Leave interrupts and event queues enabled whenever we can
Ben Hutchings
4
-318
/
+308
2012-02-16
sfc: Generate RX fill events based on RX queues, not channels
Ben Hutchings
3
-9
/
+13
2012-02-16
sfc: Generalise driver event generation
Ben Hutchings
1
-24
/
+27
2012-02-16
sfc: Correct MAC filter bitfield definitions
Ben Hutchings
1
-10
/
+10
2012-02-16
sfc: Add support for TX MAC filters
Ben Hutchings
2
-5
/
+72
2012-02-16
sfc: Add support for configuring RX unicast/multicast default filters
Ben Hutchings
3
-47
/
+214
2012-02-15
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1528
-49631
/
+63699
2012-02-15
cxgb3: update firmware version
Divy Le Ray
1
-2
/
+2
2012-02-15
net/ethernet: ks8851_mll fix irq handling
Jan Weitzel
1
-8
/
+6
2012-02-15
renesas/sh_eth.c: fix linux/interrupt.h included twice
Danny Kukawka
1
-1
/
+0
[prev]
[next]