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
2011-08-27
ppp: Move the PPP drivers
Jeff Kirsher
14
-177
/
+199
2011-08-27
skfp: Fix SysKonnect FDDI driver compile issues
Jeff Kirsher
7
-17
/
+17
2011-08-27
fddi: Move the FDDI drivers
Jeff Kirsher
43
-72
/
+86
2011-08-26
Merge branch 'davem-next.mii' of git://git.kernel.org/pub/scm/linux/kernel/gi...
David S. Miller
4
-194
/
+69
2011-08-26
e1000: save skb counts in TX to avoid cache misses
Dean Nelson
2
-9
/
+11
2011-08-26
bna: off by one in bfa_msgq_rspq_pi_update()
Dan Carpenter
1
-1
/
+1
2011-08-26
bna: unlock on error path in pnad_pci_probe()
Dan Carpenter
1
-2
/
+2
2011-08-26
bnx2x: Add new PHY BCM54616
Yaniv Rosner
2
-0
/
+3
2011-08-26
bnx2x: resurrect RX hashing
Michal Schmidt
1
-2
/
+2
2011-08-26
bnx2x: convert to SKB paged frag API.
Ian Campbell
1
-3
/
+2
2011-08-26
bnx2: convert to SKB paged frag API.
Ian Campbell
1
-4
/
+4
2011-08-26
tg3: convert to SKB paged frag API.
Ian Campbell
1
-4
/
+2
2011-08-25
sunbmac: use standard #defines from mii.h.
Francois Romieu
2
-32
/
+16
2011-08-25
dl2k: use standard #defines from mii.h.
Francois Romieu
2
-162
/
+53
2011-08-24
be2net: remove unused variable
Sathya Perla
1
-1
/
+0
2011-08-24
be2net: increase FW update completion timeout
Sathya Perla
1
-1
/
+1
2011-08-24
be2net: fix erx->rx_drops_no_frags wrap around
Sathya Perla
1
-3
/
+19
2011-08-24
be2net: get rid of memory mapped pci-cfg space address
Sathya Perla
2
-20
/
+8
2011-08-24
be2net: Fix race in posting rx buffers.
Sathya Perla
1
-1
/
+1
2011-08-22
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
David S. Miller
156
-3380
/
+20353
2011-08-22
net/wan/hdlc_ppp: use break in switch
Jesper Juhl
1
-7
/
+7
2011-08-22
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
156
-3380
/
+20353
2011-08-20
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/jkirsher...
David S. Miller
7
-359
/
+445
2011-08-20
dm9000: define debug level as a module parameter
Vladimir Zapolskiy
2
-11
/
+8
2011-08-20
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
33
-110
/
+386
2011-08-20
tg3: Update version to 3.120
Matt Carlson
1
-2
/
+2
2011-08-20
tg3: Add external loopback support to selftest
Matt Carlson
2
-10
/
+90
2011-08-20
tg3: Restructure tg3_test_loopback
Matt Carlson
1
-40
/
+40
2011-08-20
tg3: Pull phy int lpbk setup into separate func
Matt Carlson
1
-59
/
+90
2011-08-20
tg3: Consilidate MAC loopback code
Matt Carlson
1
-40
/
+51
2011-08-20
tg3: Remove dead code
Matt Carlson
1
-34
/
+1
2011-08-19
ixgbe: Cleanup FCOE and VLAN handling in xmit_frame_ring
Alexander Duyck
2
-51
/
+73
2011-08-19
ixgbe: replace reference to CONFIG_FCOE with IXGBE_FCOE
Alexander Duyck
2
-2
/
+2
2011-08-19
ixgbe: Refactor transmit map and cleanup routines
Alexander Duyck
2
-216
/
+247
2011-08-19
ixgbe - DDP last user buffer - error to warn
Amir Hanania
1
-4
/
+6
2011-08-19
e1000e: bump driver version number
Bruce Allan
1
-1
/
+1
2011-08-19
e1000e: convert driver to use extended descriptors
Bruce Allan
3
-89
/
+120
2011-08-18
be2net: Storing the 'vid' got by the grp5 event instead of storing the vlan_tag
Somnath Kotur
2
-3
/
+2
2011-08-18
bnx2x: downgrade Max BW error message to debug
Michal Schmidt
1
-2
/
+2
2011-08-18
net: fix IBM EMAC driver after rename.
Tony Breeds
9
-32
/
+32
2011-08-18
NET: Korina: Don't include <asm/segment.h>
Ralf Baechle
1
-1
/
+0
2011-08-17
forcedeth: call vlan_mode only if hw supports vlans
Jiri Pirko
1
-1
/
+2
2011-08-17
flexcan: Prefer device tree clock frequency if available.
holt@sgi.com
1
-9
/
+25
2011-08-17
flexcan: Add of_match to platform_device definition.
holt@sgi.com
1
-1
/
+12
2011-08-17
flexcan: Abstract off read/write for big/little endian.
holt@sgi.com
1
-57
/
+83
2011-08-17
flexcan: Remove #include <mach/clock.h>
holt@sgi.com
1
-2
/
+0
2011-08-17
net: remove use of ndo_set_multicast_list in drivers
Jiri Pirko
222
-233
/
+224
2011-08-17
net: introduce IFF_UNICAST_FLT private flag
Jiri Pirko
14
-6
/
+42
2011-08-17
bonding: use ndo_change_rx_flags callback
Jiri Pirko
2
-31
/
+14
2011-08-17
Merge branch 'can/mscan' of git://git.pengutronix.de/git/mkl/linux-2.6
David S. Miller
1
-13
/
+13
[next]