index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-07-11
igb: reenable CRC stripping in hardware
Auke Kok
1
-4
/
+5
2008-07-11
igb: add DCA support
Jeb Cramer
4
-4
/
+187
2008-07-11
igb: update ethtool stats to support multiqueue
Alexander Duyck
3
-4
/
+12
2008-07-11
igb: Introduce multiple TX queues with infrastructure
Peter P Waskiewicz Jr
2
-53
/
+114
2008-07-11
ixgb: update copyright dates and versions
Jesse Brandeburg
11
-13
/
+13
2008-07-11
ixgb: make NAPI the only option and the default
Jesse Brandeburg
2
-60
/
+1
2008-07-11
ixgb: cleanup header
Jesse Brandeburg
1
-8
/
+6
2008-07-11
ixgb: audit use of dev_kfree_skb_any
Jesse Brandeburg
1
-3
/
+5
2008-07-11
ixgb: clean up assignments inside if statements
Jesse Brandeburg
1
-10
/
+16
2008-07-11
ixgb: rx cleanup performance improvements
Jesse Brandeburg
1
-9
/
+19
2008-07-11
ixgb: cleanup checkpatch suggestions that are relevant
Jesse Brandeburg
1
-4
/
+4
2008-07-11
ixgb: trivial fix space after for
Jesse Brandeburg
5
-31
/
+28
2008-07-11
ixgb: fix spelling errors
Jesse Brandeburg
5
-13
/
+13
2008-07-11
ixgb: whitespace fixups
Jesse Brandeburg
5
-65
/
+63
2008-07-11
ixgb: cleanup space after while
Jesse Brandeburg
2
-7
/
+7
2008-07-11
ixgb: format all if( to be if (
Jesse Brandeburg
6
-132
/
+130
2008-07-11
ixgb: clean up un-necessary declarations
Jesse Brandeburg
1
-18
/
+9
2008-07-11
ixgb: add copybreak parameter
Jesse Brandeburg
1
-2
/
+7
2008-07-11
ixgb: update readme text
Jesse Brandeburg
1
-99
/
+320
2008-07-11
ixgb: remove lltx support and update tx routine
Jesse Brandeburg
2
-32
/
+1
2008-07-11
ixgb: fix unload race with timers
Jesse Brandeburg
1
-0
/
+2
2008-07-11
ixgb: fix race on rx_buffer_len in mtu change
Jesse Brandeburg
1
-3
/
+7
2008-07-11
ixgb: move time stamp set before setting dma pointer
Jesse Brandeburg
1
-2
/
+2
2008-07-11
ixgb: don't allow too small MTU
Jesse Brandeburg
1
-3
/
+3
2008-07-11
ixgb: check down state before enable irq
Jesse Brandeburg
1
-1
/
+2
2008-07-11
ixgb: leave room for extra hardware memory usage
Jesse Brandeburg
1
-2
/
+2
2008-07-11
ixgb: fix bug in descriptor ring due to prefetch corruption
Jesse Brandeburg
1
-21
/
+6
2008-07-11
ixgb: repeat 32 bit ioremap cleanup
Jesse Brandeburg
1
-10
/
+3
2008-07-11
ixgb: maybe stop tx port missed a piece
Jesse Brandeburg
1
-5
/
+10
2008-07-11
ucc_geth: delete non NAPI code from the driver.
Francois Romieu
2
-31
/
+2
2008-07-11
gianfar: delete non NAPI code from the driver.
Francois Romieu
3
-85
/
+6
2008-07-11
via-rhine: delete non NAPI code from the driver.
Francois Romieu
2
-36
/
+2
2008-07-11
cxgb: delete non NAPI code from the driver.
Francois Romieu
3
-75
/
+5
2008-07-11
S2io: Version update for IOMMU overflow checking and enable msi-x link interr...
Sreenivasa Honnur
1
-1
/
+1
2008-07-11
S2io: Enable msi-x link interrupts.
Sreenivasa Honnur
2
-17
/
+31
2008-07-11
S2io: Fix IOMMU overflow checking.
Sreenivasa Honnur
1
-19
/
+22
2008-07-11
via-velocity: add velocity_set_rxbufsize helper
Francois Romieu
1
-3
/
+9
2008-07-11
via-velocity: move residual free rx descriptors count register update
Francois Romieu
1
-14
/
+14
2008-07-11
via-velocity: lean and clean velocity_init_rings
Francois Romieu
1
-27
/
+21
2008-07-11
via-velocity: remove the bounce buffers
Francois Romieu
2
-59
/
+18
2008-07-09
netdev: Move atomic queue state bits into netdev_queue.
David S. Miller
3
-26
/
+51
2008-07-09
net: Delete NETDEVICES_MULTIQUEUE kconfig option.
David S. Miller
9
-212
/
+9
2008-07-09
netdev: Move _xmit_lock and xmit_lock_owner into netdev_queue.
David S. Miller
10
-44
/
+145
2008-07-09
pkt_sched: Make qdisc_run take a netdev_queue.
David S. Miller
3
-17
/
+21
2008-07-09
netdev: Make netif_schedule() routines work with netdev_queue objects.
David S. Miller
6
-19
/
+27
2008-07-09
netdev: Move gso_skb into netdev_queue.
David S. Miller
2
-22
/
+24
2008-07-09
mac80211: Decrease number of explicit ->tx_queue references.
David S. Miller
1
-5
/
+9
2008-07-09
pkt_sched: Add qdisc_tx_is_noop() helper and use in IPV6.
David S. Miller
2
-3
/
+10
2008-07-09
net: Clean up explicit ->tx_queue references in link watch.
David S. Miller
2
-10
/
+13
2008-07-09
pkt_sched: Add qdisc_all_tx_empty()
David S. Miller
2
-1
/
+10
[next]