index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: Remove unnecessary driver assignments of ethtool_ringparam fields to zero
Rick Jones
2011-10-08
26
-90
/
+0
*
Add ethtool -g support to 8139cp
Rick Jones
2011-10-07
1
-0
/
+10
*
Merge branch 'master' of github.com:davem330/net
David S. Miller
2011-10-07
15
-58
/
+117
|
\
|
*
macvlan/macvtap: Fix unicast between macvtap interfaces in bridge mode
David Ward
2011-10-05
1
-1
/
+1
|
*
pch_gbe: Fixed the issue on which a network freezes
Toshiharu Okada
2011-10-03
1
-29
/
+27
|
*
pch_gbe: Fixed the issue on which PC was frozen when link was downed.
Toshiharu Okada
2011-10-03
1
-1
/
+1
|
*
net: xen-netback: correctly restart Tx after a VM restore/migrate
David Vrabel
2011-10-03
1
-2
/
+2
|
*
bonding: properly stop queuing work when requested
Andy Gospodarek
2011-10-03
3
-7
/
+12
|
*
ibmveth: Fix oops on request_irq failure
Brian King
2011-09-29
1
-2
/
+2
|
*
cxgb4: Fix EEH on IBM P7IOC
Divy Le Ray
2011-09-29
1
-0
/
+3
|
*
dp83640: reduce driver noise
Richard Cochran
2011-09-29
1
-2
/
+2
|
*
Merge git://github.com/davem330/net
Linus Torvalds
2011-09-28
12
-32
/
+68
|
|
\
|
|
*
Merge branch 'for-davem' of git://git.infradead.org/users/linville/wireless
David S. Miller
2011-09-28
9
-29
/
+42
|
|
|
\
|
|
|
*
Merge branch 'master' of git://git.infradead.org/users/linville/wireless into...
John W. Linville
2011-09-27
9
-29
/
+42
|
|
|
|
\
|
|
*
|
|
bnx2x: add missing break in bnx2x_dcbnl_get_cap
Shmulik Ravid
2011-09-27
1
-0
/
+1
|
|
*
|
|
bnx2x: fix WOL by enablement PME in config space
Dmitry Kravkov
2011-09-27
1
-1
/
+9
|
|
*
|
|
bnx2x: fix hw attention handling
Dmitry Kravkov
2011-09-27
2
-2
/
+16
|
|
|
/
/
|
*
/
/
[SCSI] cxgb3i: convert cdev->l2opt to use rcu to prevent NULL dereference
Neil Horman
2011-09-26
3
-12
/
+42
|
|
/
/
*
|
|
Merge git://github.com/Jkirsher/net-next
David S. Miller
2011-10-07
9
-521
/
+600
|
\
\
\
|
*
|
|
igb: consolidate creation of Tx buffer info and data descriptor
Alexander Duyck
2011-10-07
2
-142
/
+184
|
*
|
|
igb: Combine all flag info fields into a single tx_flags structure
Alexander Duyck
2011-10-07
2
-16
/
+17
|
*
|
|
igb: Cleanup protocol handling in transmit path
Alexander Duyck
2011-10-07
1
-12
/
+11
|
*
|
|
igb: Create separate functions for generating cmd_type and olinfo
Alexander Duyck
2011-10-07
3
-44
/
+65
|
*
|
|
igb: Make first and tx_buffer_info->next_to_watch into pointers
Alexander Duyck
2011-10-07
2
-31
/
+37
|
*
|
|
igb: Consolidate creation of Tx context descriptors into a single function
Alexander Duyck
2011-10-07
1
-127
/
+106
|
*
|
|
igb: split buffer_info into tx_buffer_info and rx_buffer_info
Alexander Duyck
2011-10-07
3
-88
/
+92
|
*
|
|
igb: Make Tx budget for NAPI user adjustable
Alexander Duyck
2011-10-07
3
-53
/
+87
|
*
|
|
e1000e: bad short packets received when jumbos enabled on 82579
Bruce Allan
2011-10-07
1
-1
/
+1
|
*
|
|
e1000: convert to private mutex from rtnl
Jesse Brandeburg
2011-10-07
2
-9
/
+31
|
*
|
|
e1000: convert mdelay to msleep
Jesse Brandeburg
2011-10-07
2
-12
/
+12
|
*
|
|
e1000: convert hardware management from timers to threads
Jesse Brandeburg
2011-10-07
2
-84
/
+55
|
*
|
|
ixgbe: bump version number
Don Skidmore
2011-10-07
1
-2
/
+2
*
|
|
|
net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_map
Ian Campbell
2011-10-06
26
-39
/
+39
|
/
/
/
*
|
|
virtio-net: Verify page list size before fitting into skb
Sasha Levin
2011-10-06
1
-0
/
+13
*
|
|
igb: Alternate MAC Address Updates for Func2&3
Akeem G. Abodunrin
2011-10-06
1
-0
/
+5
*
|
|
igb: Alternate MAC Address EEPROM Updates
Akeem G. Abodunrin
2011-10-06
1
-2
/
+2
*
|
|
igb: Code to prevent overwriting SFP I2C
Akeem G. Abodunrin
2011-10-06
1
-0
/
+6
*
|
|
ixgbe: X540 devices RX PFC frames pause traffic even if disabled
John Fastabend
2011-10-06
2
-2
/
+12
*
|
|
ixgbe: DCB X540 devices support max traffic class of 4
John Fastabend
2011-10-06
2
-3
/
+19
*
|
|
ixgbe: fixup hard dependencies on supporting 8 traffic classes
John Fastabend
2011-10-06
6
-34
/
+101
*
|
|
ixgbe: Fix PFC mask generation
Mark Rustad
2011-10-06
1
-1
/
+1
*
|
|
e1000e: WoL fails on device ID 0x1501
Bruce Allan
2011-10-06
1
-4
/
+6
*
|
|
e1000e: WoL can fail on 82578DM
Bruce Allan
2011-10-06
1
-5
/
+10
*
|
|
bnx2x: remove some dead code
Dan Carpenter
2011-10-05
1
-2
/
+0
*
|
|
chelsio: convert to SKB paged frag API.
Ian Campbell
2011-10-05
1
-3
/
+2
*
|
|
cxgb3: convert to SKB paged frag API.
Ian Campbell
2011-10-05
1
-3
/
+3
*
|
|
myri10ge: convert to SKB paged frag API.
Ian Campbell
2011-10-05
1
-6
/
+6
*
|
|
xen: netfront: convert to SKB paged frag API.
Ian Campbell
2011-10-05
1
-15
/
+19
*
|
|
xen: netback: convert to SKB paged frag API.
Ian Campbell
2011-10-05
1
-21
/
+33
*
|
|
vxge: convert to SKB paged frag API.
Ian Campbell
2011-10-05
1
-4
/
+4
[next]