index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
libfc
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-10-28
netxen: fix builds for SYSFS=n or MODULES=n
Randy Dunlap
1
-0
/
+9
2009-10-28
gre: Optimize multiple unregistration
Eric Dumazet
1
-5
/
+10
2009-10-28
ipip: Optimize multiple unregistration
Eric Dumazet
1
-6
/
+11
2009-10-28
vlan: Optimize multiple unregistration
Eric Dumazet
3
-16
/
+35
2009-10-28
net: add a list_head parameter to dellink() method
Eric Dumazet
7
-18
/
+19
2009-10-28
net: Introduce unregister_netdevice_many()
Eric Dumazet
2
-32
/
+66
2009-10-28
net: Introduce unregister_netdevice_queue()
Eric Dumazet
2
-8
/
+21
2009-10-28
igb: cleanup "todo" code found in igb_ethtool.c
Alexander Duyck
2
-10
/
+8
2009-10-28
igb: add single vector msi-x testing to interrupt test
Alexander Duyck
1
-10
/
+17
2009-10-28
igb: make ethtool use core xmit map and free functionality
Alexander Duyck
1
-67
/
+89
2009-10-28
igb: make tx ring map and free functionality non-static
Alexander Duyck
2
-19
/
+19
2009-10-28
igb: re-use ring configuration code in ethtool testing
Alexander Duyck
3
-168
/
+60
2009-10-28
igb: setup vlan tag replication stripping in igb_vmm_control
Alexander Duyck
2
-0
/
+20
2009-10-28
igb: delay VF reset notification until after interrupts are enabed
Alexander Duyck
1
-10
/
+23
2009-10-28
igb: move the multiple receive queue configuration into seperate function
Alexander Duyck
1
-106
/
+111
2009-10-28
igb: place a pointer to the netdev struct in the ring itself
Alexander Duyck
2
-16
/
+16
2009-10-28
igb: add a flags value to the ring
Alexander Duyck
3
-58
/
+60
2009-10-28
igb: move alloc_failed and csum_err stats into per rx-ring stat
Alexander Duyck
3
-15
/
+17
2009-10-28
igb: move rx_buffer_len into the ring structure
Alexander Duyck
2
-21
/
+23
2009-10-28
igb: add pci device pointer to ring structure
Alexander Duyck
3
-41
/
+40
2009-10-28
igb: change the head and tail offsets into pointers
Alexander Duyck
2
-18
/
+18
2009-10-28
igb: move SRRCTL register configuration into ring specific config
Alexander Duyck
1
-37
/
+23
2009-10-28
igb: remove rx_ps_hdr_len
Alexander Duyck
2
-61
/
+38
2009-10-28
igb: move the tx and rx ring specific config into seperate functions
Alexander Duyck
2
-68
/
+117
2009-10-28
igb: increase minimum rx buffer size to 1K
Alexander Duyck
2
-24
/
+3
2009-10-28
igb: remove rx checksum good counter
Alexander Duyck
3
-3
/
+0
2009-10-28
igb: add new data structure for handling interrupts and NAPI
Alexander Duyck
3
-392
/
+534
2009-10-28
atl1c: duplicate atl1c_get_tpd
Jie Yang
1
-2
/
+0
2009-10-27
bonding: Remove bond_dev from xmit_hash_policy call.
Jasper Spaans
3
-15
/
+10
2009-10-27
vlan: allow null VLAN ID to be used
Eric Dumazet
5
-10
/
+15
2009-10-27
can: sja1000: fix bug using library functions for skb allocation
Kurt Van Dijck
1
-2
/
+0
2009-10-27
cxgb3: Set the rxq
Krishna Kumar
1
-0
/
+1
2009-10-27
sh_eth: Add asm/cacheflush.h
Nobuhiro Iwamatsu
1
-0
/
+1
2009-10-27
PPPoE: Fix flush/close races.
Michal Ostrowski
1
-61
/
+68
2009-10-27
e1000e: allow for swflag to be held over consecutive PHY accesses
Bruce Allan
4
-141
/
+346
2009-10-27
e1000e: separate mutex usage between NVM and PHY/CSR register for ICHx/PCH
Bruce Allan
1
-31
/
+58
2009-10-27
e1000e: 82577/82578 requires a different method to configure LPLU
Bruce Allan
1
-0
/
+40
2009-10-27
e1000e: increase swflag acquisition timeout for ICHx/PCH
Bruce Allan
1
-1
/
+3
2009-10-27
e1000e: clear PHY wakeup bit after LCD reset on 82577/82578
Bruce Allan
1
-1
/
+9
2009-10-27
igbvf: fix memory leak when ring size changed while interface down
Alexander Duyck
1
-13
/
+17
2009-10-27
ixgbe: fix memory leak when resizing rings while interface is down
Alexander Duyck
1
-9
/
+13
2009-10-27
igb: fix memory leak when setting ring size while interface is down
Alexander Duyck
1
-13
/
+22
2009-10-24
bonding: Modify hash transmit policies to use the packet's source MAC address
Jasper Spaans
1
-4
/
+4
2009-10-24
pktgen: Dont leak kernel memory
Eric Dumazet
1
-5
/
+10
2009-10-24
DM9000: Fix revision ID for DM9000B
Ben Dooks
1
-1
/
+1
2009-10-24
r8169: fix Ethernet Hangup for RTL8110SC rev d
Simon Wunderlich
1
-1
/
+12
2009-10-24
rtnetlink: speedup rtnl_dump_ifinfo()
Eric Dumazet
3
-18
/
+30
2009-10-24
gre: convert hash tables locking to RCU
Eric Dumazet
1
-17
/
+23
2009-10-24
ip6tnl: convert hash tables locking to RCU
Eric Dumazet
1
-19
/
+25
2009-10-24
ipip: convert hash tables locking to RCU
Eric Dumazet
1
-21
/
+28
[next]