index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
tests
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2011-10-13
igb: Version bump.
Carolyn Wyborny
1
-2
/
+2
2011-10-13
igb: Loopback functionality supports for i350 devices
Akeem G. Abodunrin
2
-6
/
+24
2011-10-13
igb: fix static function warnings reported by sparse
Emil Tantilov
1
-6
/
+3
2011-10-13
igb: Add workaround for byte swapped VLAN on i350 local traffic
Alexander Duyck
3
-6
/
+25
2011-10-13
igb: Drop unnecessary write of E1000_IMS from igb_msix_other
Alexander Duyck
1
-6
/
+0
2011-10-13
igb: Fix features that are currently 82580 only and should also be i350
Alexander Duyck
1
-9
/
+6
2011-10-13
igb: Make certain one vector is always assigned in igb_request_irq
Alexander Duyck
1
-6
/
+6
2011-10-13
igb: avoid unnecessarily creating a local copy of the q_vector
Alexander Duyck
1
-29
/
+17
2011-10-13
ixgbe: Correct check for change in FCoE priority
Mark Rustad
1
-2
/
+10
2011-10-13
ixgbe: Add FCoE DDP allocation failure counters to ethtool stats.
Amir Hanania
5
-11
/
+56
2011-10-13
ixgbe: Add protection from VF invalid target DMA
Greg Rose
2
-1
/
+175
2011-10-13
net-netlink: Add a new attribute to expose TOS values via netlink
Murali Raja
2
-1
/
+7
2011-10-12
cipso: remove an unneeded NULL check in cipso_v4_doi_add()
Dan Carpenter
1
-1
/
+1
2011-10-11
ath6kl: fixup merge damage in ath6kl_mgmt_tx
John W. Linville
1
-1
/
+1
2011-10-10
ll_temac: convert to SKB paged frag API.
Ian Campbell
1
-2
/
+1
2011-10-10
emac: convert to SKB paged frag API.
Ian Campbell
1
-2
/
+2
2011-10-10
ehea: convert to SKB paged frag API
Ian Campbell
1
-8
/
+3
2011-10-10
af_packet: remove unnecessary BUG_ON() in tpacket_destruct_skb
danborkmann@iogearbox.net
1
-2
/
+0
2011-10-10
r6040: bump version to 0.28 and date to 07Oct2011.
Florian Fainelli
1
-2
/
+2
2011-10-10
r6040: invoke phy_{start,stop} when appropriate
Florian Fainelli
1
-0
/
+4
2011-10-10
mlx4_en: Adding 40gb speed report for ethtool
Alexander Guller
2
-5
/
+22
2011-10-10
mlx4_en: Fix crash upon device initialization error
Alexander Guller
1
-1
/
+1
2011-10-10
mlx4_en: Fix QP number calculation according to module param
Alexander Guller
1
-1
/
+1
2011-10-10
mlx4_en: Added missing iounmap upon releasing a device
Alexander Guller
1
-1
/
+5
2011-10-10
mlx4_en: Adjusting moderation per each ring
Alexander Guller
3
-61
/
+45
2011-10-10
mlx4_en: Removing reserve vectors
Alexander Guller
4
-11
/
+9
2011-10-10
mlx4_en: Assigning TX irq per ring
Alexander Guller
3
-24
/
+20
2011-10-08
igb: add support for NETIF_F_RXHASH
Alexander Duyck
1
-17
/
+35
2011-10-08
igb: move TX hang check flag into ring->flags
Alexander Duyck
2
-4
/
+3
2011-10-08
igb: fix recent VLAN changes that would leave VLANs disabled after reset
Alexander Duyck
1
-14
/
+4
2011-10-08
igb: leave staterr in place and instead us a helper function to check bits
Alexander Duyck
3
-28
/
+39
2011-10-08
igb: retire the RX_CSUM flag and use the netdev flag instead
Alexander Duyck
2
-17
/
+6
2011-10-08
igb: cleanup IVAR configuration
Alexander Duyck
1
-64
/
+56
2011-10-08
igb: Move ITR related data into work container within the q_vector
Alexander Duyck
4
-123
/
+118
2011-10-08
igb: Consolidate all of the ring feature flags into a single value
Alexander Duyck
2
-14
/
+19
2011-10-08
igb: avoid unnecessary conversions from u16 to int
Alexander Duyck
2
-7
/
+7
2011-10-08
igb: Use node specific allocations for the q_vectors and rings
Alexander Duyck
2
-5
/
+79
2011-10-08
igb: push data into first igb_tx_buffer sooner to reduce stack usage
Alexander Duyck
2
-50
/
+54
2011-10-08
net: Remove unnecessary driver assignments of ethtool_ringparam fields to zero
Rick Jones
26
-90
/
+0
2011-10-07
Add ethtool -g support to 8139cp
Rick Jones
1
-0
/
+10
2011-10-07
net: use sock_valbool_flag to set/clear SOCK_RXQ_OVFL
Johannes Berg
1
-4
/
+1
2011-10-07
igb: consolidate creation of Tx buffer info and data descriptor
Alexander Duyck
2
-142
/
+184
2011-10-07
igb: Combine all flag info fields into a single tx_flags structure
Alexander Duyck
2
-16
/
+17
2011-10-07
igb: Cleanup protocol handling in transmit path
Alexander Duyck
1
-12
/
+11
2011-10-07
igb: Create separate functions for generating cmd_type and olinfo
Alexander Duyck
3
-44
/
+65
2011-10-07
igb: Make first and tx_buffer_info->next_to_watch into pointers
Alexander Duyck
2
-31
/
+37
2011-10-07
igb: Consolidate creation of Tx context descriptors into a single function
Alexander Duyck
1
-127
/
+106
2011-10-07
igb: split buffer_info into tx_buffer_info and rx_buffer_info
Alexander Duyck
3
-88
/
+92
2011-10-07
igb: Make Tx budget for NAPI user adjustable
Alexander Duyck
3
-53
/
+87
2011-10-07
e1000e: bad short packets received when jumbos enabled on 82579
Bruce Allan
1
-1
/
+1
[next]