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
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-03
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
19
-99
/
+136
2009-06-02
mlx4_en: Updated driver version
Yevgeny Petrilin
1
-2
/
+2
2009-06-02
mlx4_en: Added vlan_features support
Yevgeny Petrilin
1
-0
/
+4
2009-06-02
mlx4_en: multiqueue support
Yevgeny Petrilin
4
-71
/
+28
2009-06-02
mlx4_en: Coalescing target is equal for all mtu's
Yevgeny Petrilin
3
-5
/
+4
2009-06-02
mlx4_en: Work with part of the ports.
Yevgeny Petrilin
1
-18
/
+1
2009-06-02
mlx4_en renamed en_params.c to en_ethtool.c
Yevgeny Petrilin
2
-1
/
+1
2009-06-02
mlx4_en: Moved all module parameters handling to en_main.c
Yevgeny Petrilin
3
-60
/
+54
2009-06-02
mlx4_en: Giving interface name in debug messages
Yevgeny Petrilin
5
-156
/
+159
2009-06-02
e1000: add missing length check to e1000 receive routine
Neil Horman
1
-2
/
+3
2009-06-02
forcedeth: add phy_power_down parameter, leave phy powered up by default (v2)
Ed Swierk
1
-2
/
+13
2009-06-01
atl1c_main.c: add wait_for_idle routine
Joe Perches
1
-25
/
+23
2009-06-01
3c509: Add missing EISA IDs
Maciej W. Rozycki
1
-0
/
+4
2009-06-01
cpmac: prevent fatal exception in cpmac_end_xmit
Stefan Weil
1
-2
/
+2
2009-06-01
cpmac: remove unused variable.
Florian Fainelli
1
-3
/
+1
2009-06-01
can: sja1000: generic OF platform bus driver
Wolfgang Grandegger
3
-0
/
+243
2009-06-01
can: sja1000: stop misusing member base_addr of struct net_device
Wolfgang Grandegger
5
-98
/
+95
2009-06-01
can: some fixes and cleanups to the initial device driver interface
Wolfgang Grandegger
3
-5
/
+2
2009-05-29
usbnet: ratelimit warning messages invoked from callback handler
André Goddard Rosa
1
-3
/
+6
2009-05-29
fec: Add FEC support for MX35 processor
Fabio Estevam
1
-2
/
+2
2009-05-29
irda-usb: suspend/resume support
Tadashi Abe
1
-0
/
+40
2009-05-29
mac8390: use printk MAC address format
Finn Thain
1
-13
/
+6
2009-05-29
net: convert unicast addr list
Jiri Pirko
10
-48
/
+53
2009-05-29
bonding: use bond_is_lb() when it's appropriate
Jiri Pirko
2
-4
/
+2
2009-05-29
ath1e: add new device id for asus hardware
Greg Kroah-Hartman
1
-0
/
+1
2009-05-29
mlx4_en: Fix a kernel panic when waking tx queue
Yevgeny Petrilin
1
-4
/
+4
2009-05-29
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
3
-6
/
+9
2009-05-29
cxgb3: add support for the Aquantia 10G-BT phy
Divy Le Ray
4
-2
/
+359
2009-05-29
cxgb3: Add Aeluros 2020 phy support
Divy Le Ray
4
-65
/
+769
2009-05-29
cxgb3: move away from LLTX
Divy Le Ray
2
-11
/
+7
2009-05-29
netdev: bfin_mac: add Blackfin MII bus to platform bus to allow DSA access
Graf Yang
1
-33
/
+84
2009-05-29
netdev: bfin_mac: fix performance issue found by netperf
Michael Hennerich
1
-84
/
+26
2009-05-29
netdev: bfin_mac: fix malformed UDP packet transmission when polling with KGDB
Sonic Zhang
1
-0
/
+6
2009-05-29
netdev: bfin_mac: drop useless IRQF_SHARED from Blackfin EMAC interrupt
Michael Hennerich
1
-1
/
+1
2009-05-29
veth: dont release skb->dst in veth_xmit()
Eric Dumazet
1
-2
/
+0
2009-05-29
rtl8187: add USB ID for Linksys WUSB54GC-EU v2 USB wifi dongle
John W. Linville
2
-0
/
+3
2009-05-29
at76c50x-usb: avoid mutex deadlock in at76_dwork_hw_scan
John W. Linville
1
-6
/
+6
2009-05-29
mac8390: fix build with NET_POLL_CONTROLLER
Finn Thain
1
-1
/
+1
2009-05-29
cxgb3: link fault fixes
Divy Le Ray
2
-3
/
+10
2009-05-29
cxgb3: fix dma mapping regression
Divy Le Ray
2
-8
/
+7
2009-05-29
korina: periodically poll the media
Florian Fainelli
1
-0
/
+14
2009-05-29
net: replace dma_sync_single with dma_sync_single_for_cpu
FUJITA Tomonori
4
-9
/
+10
2009-05-29
net: dont update dev->trans_start
Eric Dumazet
21
-39
/
+10
2009-05-29
net: dont update dev->trans_start in 10GB drivers
Eric Dumazet
16
-25
/
+8
2009-05-29
Merge branch 'linux-2.6.31.y' of git://git.kernel.org/pub/scm/linux/kernel/gi...
David S. Miller
7
-64
/
+109
2009-05-28
wimax/i2400m: usb: fix device reset on autosuspend while not yet idle
Inaky Perez-Gonzalez
1
-5
/
+30
2009-05-28
wimax/i2400m: sdio: set the block size before enabling the function
Inaky Perez-Gonzalez
1
-9
/
+9
2009-05-28
wimax/i2400m: remove redundant readiness checks from i2400m_report_tlv_*()
Inaky Perez-Gonzalez
2
-7
/
+2
2009-05-28
wimax/i2400m: factor out 'state report's TLV handling to a function
Inaky Perez-Gonzalez
1
-39
/
+50
2009-05-28
wimax/i2400m: allow kernel commands to device to be logged too
Inaky Perez-Gonzalez
2
-10
/
+5
[next]