index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ipc
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2011-10-16
igb: enable l4 timestamping for v2 event packets
Jacob Keller
1
-0
/
+1
2011-10-16
ixgbe: Add new netdev op to turn spoof checking on or off per VF
Greg Rose
4
-10
/
+52
2011-10-16
if_link: Add additional parameter to IFLA_VF_INFO for spoof checking
Greg Rose
3
-3
/
+43
2011-10-16
e1000e: locking bug introduced by commit 67fd4fcb
Bruce Allan
2
-8
/
+14
2011-10-14
ftmac100: fix skb truesize underestimation
Eric Dumazet
1
-1
/
+4
2011-10-14
niu: fix skb truesize underestimation
Eric Dumazet
1
-8
/
+4
2011-10-14
vmxnet3: fix skb truesize underestimation
Eric Dumazet
1
-1
/
+1
2011-10-14
ftgmac100: fix skb truesize underestimation
Eric Dumazet
1
-1
/
+3
2011-10-13
sky2: fix skb truesize underestimation
Eric Dumazet
1
-1
/
+1
2011-10-13
e1000e: fix skb truesize underestimation
Eric Dumazet
1
-2
/
+2
2011-10-13
ixgbe: fix skb truesize underestimation
Eric Dumazet
1
-1
/
+1
2011-10-13
igb: fix skb truesize underestimation
Eric Dumazet
1
-1
/
+1
2011-10-13
e1000: fix skb truesize underestimation
Eric Dumazet
1
-1
/
+1
2011-10-13
bnx2: fix skb truesize underestimation
Eric Dumazet
1
-2
/
+1
2011-10-13
be2net: fix truesize errors
Eric Dumazet
1
-4
/
+3
2011-10-13
net: more accurate skb truesize
Eric Dumazet
8
-19
/
+32
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
[next]