index
:
asmadeus/linux.git
for-next
The linux kernel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
lib82596.c
Age
Commit message (
Expand
)
Author
2010-11-09
drivers/net: normalize TX_TIMEOUT
Eric Dumazet
2010-06-21
lasi82596: fix netdev_mc_count conversion
Helge Deller
2010-05-17
drivers/net: remove useless semicolons
Joe Perches
2010-05-10
net: trans_start cleanups
Eric Dumazet
2010-04-11
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2010-04-03
net: convert multicast list to list_head
Jiri Pirko
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-02-26
net: convert multiple drivers to use netdev_for_each_mc_addr, part5 V2
Jiri Pirko
2010-02-12
net: use netdev_mc_count and netdev_mc_empty when appropriate
Jiri Pirko
2009-12-29
drivers/net/lib82596.c: use %pM to shown MAC address
H Hartley Sweeten
2009-12-09
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2009-12-04
tree-wide: fix assorted typos all over the place
André Goddard Rosa
2009-11-18
drivers/net: request_irq - Remove unnecessary leading & from second arg
Joe Perches
2009-10-13
net: Use netdev_alloc_skb_ip_align()
Eric Dumazet
2009-07-05
net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions
Patrick McHardy
2009-04-16
lib82596: convert to net_device_ops
Alexander Beregalov
2008-11-03
drivers/net: Kill now superfluous ->last_rx stores.
David S. Miller
2008-10-27
net: convert print_mac to %pM
Johannes Berg
2007-12-01
LIB82596: correct data types for hardware addresses
Thomas Bogendoerfer
2007-10-23
[NETDRVR] lib82596, netxen: delete pointless tests from irq handler
Jeff Garzik
2007-10-10
[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()
Joe Perches
2007-10-10
[NET] drivers/net: statistics cleanup #1 -- save memory and shrink code
Jeff Garzik
2007-07-08
Extract chip specific code out of lasi_82596.c
Thomas Bogendoerfer