index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
ixgbevf
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-19
net: vlan: add protocol argument to packet tagging functions
Patrick McHardy
1
-1
/
+1
2013-04-19
net: vlan: prepare for 802.1ad VLAN filtering offload
Patrick McHardy
1
-3
/
+6
2013-04-19
net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*
Patrick McHardy
1
-3
/
+3
2013-03-28
ixgbevf: Adjust to handle unassigned MAC address from PF
Greg Rose
2
-7
/
+21
2013-03-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+20
2013-03-26
ixgbevf: don't release the soft entries
xunleer
1
-4
/
+20
2013-03-15
drivers:net: Remove dma_alloc_coherent OOM messages
Joe Perches
1
-3
/
+0
2013-03-08
ixgbevf: use PCI_DEVICE_TABLE macro
Stephen Hemminger
1
-6
/
+3
2013-03-08
ixgbevf: Make next_to_watch a pointer and adjust memory barriers to avoid races
Alexander Duyck
2
-33
/
+40
2013-01-28
ixgbevf: Make sure link status and speed are fetched
Greg Rose
1
-0
/
+1
2013-01-24
ixgbevf: Fix link speed message to support 100Mbps
Greg Rose
1
-3
/
+16
2013-01-19
ixgbevf: Fix statistics corruption
Greg Rose
1
-1
/
+6
2013-01-19
ixgbevf: Fix link up messages
Greg Rose
1
-4
/
+5
2013-01-19
ixgbevf: Synch out of tree and in tree mailbox interrupt handlers
Greg Rose
1
-2
/
+25
2013-01-09
remove init of dev->perm_addr in drivers
Jiri Pirko
1
-2
/
+0
2012-12-07
drivers/net: fix up function prototypes after __dev* removals
Greg Kroah-Hartman
1
-2
/
+1
2012-12-03
net/intel: remove __dev* attributes
Bill Pemberton
1
-4
/
+4
2012-11-15
ixgbevf: Add checksum statistics counters to rings
Greg Rose
2
-7
/
+18
2012-11-15
ixgbevf: Remove unneeded and obsolete comment
Greg Rose
1
-7
/
+0
2012-11-15
ixgbevf: White space and comments clean up
Greg Rose
1
-13
/
+6
2012-11-15
ixgbevf: Remove mailbox spinlock from the reset function
Greg Rose
1
-4
/
+0
2012-11-15
ixgbevf: Remove checking for mac.ops function pointers
Greg Rose
1
-38
/
+18
2012-11-15
ixgbevf: Remove the ring adapter pointer value
Greg Rose
1
-1
/
+0
2012-11-15
ixgbevf: Fix unnecessary dereference where local var is available.
Greg Rose
1
-2
/
+2
2012-11-15
ixgbevf: Streamline the rx buffer allocation
Greg Rose
1
-5
/
+5
2012-11-13
ixgbevf: Reduce size of maximum rx buffer
Greg Rose
2
-13
/
+13
2012-11-13
ixgbevf: Add flag to indicate when rx is in net poll
Greg Rose
2
-1
/
+7
2012-11-13
ixgbevf: fix possible use of uninitialized variable
Emil Tantilov
1
-1
/
+2
2012-11-13
ixgbevf: make sure probe fails on MSI-X enable error
Jakub Kicinski
1
-13
/
+13
2012-11-03
eth: Make is_link_local() consistent with other address tests
Ben Hutchings
2
-2
/
+2
2012-10-31
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
2
-0
/
+8
2012-10-31
ixgbe: add setlink, getlink support to ixgbe and ixgbevf
John Fastabend
1
-0
/
+10
2012-10-30
ixgbevf: Do not forward LLDP type frames
Greg Rose
1
-0
/
+5
2012-10-30
net, ixgbe: handle link local multicast addresses in SR-IOV mode
John Fastabend
1
-0
/
+3
2012-10-23
ixgbevf: Update version string
Greg Rose
1
-1
/
+1
2012-10-23
ixgbevf: fix softirq-safe to unsafe splat on internal mbx_lock
John Fastabend
1
-20
/
+20
2012-10-23
ixgbevf: Check for error on dma_map_single call
Greg Rose
1
-1
/
+7
2012-10-23
ixgbevf: make netif_napi_add and netif_napi_del symmetric
John Fastabend
1
-7
/
+2
2012-10-23
ixgbevf: Add VF DCB + SR-IOV support
Alexander Duyck
6
-8
/
+232
2012-10-09
ixgbe/ixgbevf: Limit maximum jumbo frame size to 9.5K to avoid Tx hangs
Alexander Duyck
1
-1
/
+1
2012-10-09
ixgbevf: Set the netdev number of Tx queues
Greg Rose
1
-0
/
+7
2012-10-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
7
-99
/
+345
2012-09-24
ixgbevf: Return error on failure to enable VLAN
Alexander Duyck
2
-7
/
+34
2012-09-24
ixgbevf: Add fix to VF to handle multi-descriptor buffers
Alexander Duyck
2
-2
/
+17
2012-09-24
ixgbevf: Fix AIM (Adaptive Interrupt Moderation)
Greg Rose
1
-0
/
+4
2012-09-24
ixgbevf - Remove unused parameter in ixgbevf_receive_skb
Narendra K
1
-3
/
+1
2012-09-24
ixgbevf: Fix code for handling timeout
Alexander Duyck
3
-52
/
+58
2012-09-20
ixgbevf: scheduling while atomic in reset hw path
John Fastabend
1
-1
/
+1
2012-09-20
ixgbevf: Add support for VF API negotiation
Alexander Duyck
5
-2
/
+83
2012-09-08
netdev: make pci_error_handlers const
Stephen Hemminger
1
-1
/
+1
[next]