Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
72e624de6e6f0d5a638fbc23842aa76ae048e9e7
/
drivers
/
net
/
ethernet
/
intel
/
ixgbevf
/
ixgbevf_main.c
e7fcd54
ixgbevf: Use dev_kfree_skb_any in xmit path, not dev_kfree_skb
by Alexander Duyck
· 10 years ago
94cf66f
ixgbevf: Add a RETA query code
by Vlad Zolotarov
· 10 years ago
dec0d8e
ixgbevf: Fix code comments and whitespace
by Jeff Kirsher
· 10 years ago
9ac5c5c
ixgbevf: combine all of the tasks into a single service task
by Emil Tantilov
· 10 years ago
e66c92a
ixgbevf: rewrite watchdog task to function similar to igbvf
by Emil Tantilov
· 10 years ago
e08400b
ixgbevf: Add code to check for Tx hang
by Emil Tantilov
· 10 years ago
d9bdb57
ixgbevf: Fix ordering of shutdown to correctly disable Rx and Tx
by Emil Tantilov
· 10 years ago
39f35a3
ixgbevf: set vlan_features in a single write instead of several ORs
by Emil Tantilov
· 10 years ago
9295edb
ixgbevf: add RSS support for X550
by Emil Tantilov
· 10 years ago
2dc571a
ixgbevf: enable multiple queue support
by Emil Tantilov
· 10 years ago
6e03f89
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
10e4fb3
ixgbevf: Fix checksum error when using stacked vlan
by Toshiaki Makita
· 10 years ago
df8a39d
net: rename vlan_tx_* helpers since "tx" is misleading there
by Jiri Pirko
· 10 years ago
a94d9e2
ethernet/intel: Use eth_skb_pad and skb_put_padto helpers
by Alexander Duyck
· 10 years ago
0333464
ixgbevf: fix possible crashes in probe and remove
by Emil Tantilov
· 10 years ago
47068b0
ixgbevf: add support for X550 VFs
by Emil Tantilov
· 10 years ago
688ff32
ixgbevf: add netpoll support
by Emil Tantilov
· 10 years ago
6622402
ixgbevf: compare total_rx_packets and budget in ixgbevf_clean_rx_irq
by Emil Tantilov
· 10 years ago
bad1723
ixgbevf: Change receive model to use double buffered page based receives
by Emil Tantilov
· 10 years ago
4b95fe3
ixgbevf: Update Rx next to clean in real time
by Emil Tantilov
· 10 years ago
0579eef
ixgbevf: reorder main loop in ixgbe_clean_rx_irq to allow for do/while/continue
by Emil Tantilov
· 10 years ago
b97fe3b
ixgbevf: Cleanup variable usage, improve stack performance
by Emil Tantilov
· 10 years ago
dff8052
ixgbevf: Combine the logic for post Rx processing into single function
by Emil Tantilov
· 10 years ago
ec62fe2
ixgbevf: Test Rx status bits directly out of the descriptor
by Emil Tantilov
· 10 years ago
bafa578
ixgbevf: Update ixgbevf_alloc_rx_buffers to handle clearing of status bits
by Emil Tantilov
· 10 years ago
8d34b31
ixgbevf: remove useless bd_number from struct ixgbevf_adapter
by Ethan Zhao
· 10 years ago
9baa3c3
PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use
by Benoit Taine
· 10 years ago
f9da455
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 11 years ago
b8ce18c
ixgbevf: remove 82599 from the module description
by Emil Tantilov
· 11 years ago
4e857c5
arch: Mass conversion of smp_mb__*()
by Peter Zijlstra
· 11 years ago
8f12c03
ixgbevf: remove open-coded skb_cow_head
by Francois Romieu
· 11 years ago
ea69956
ixgbevf: Add bit to mark work queue initialization
by Mark Rustad
· 11 years ago
bc0c715
ixgbevf: Fix rcu warnings induced by LER
by Mark Rustad
· 11 years ago
32c7494
ixgbevf: Change ixgbe_read_reg to ixgbevf_read_reg
by Mark Rustad
· 11 years ago
2659780
ixgbevf: Additional adapter removal checks
by Mark Rustad
· 11 years ago
dbf8b0d
ixgbevf: Check register reads for adapter removal
by Mark Rustad
· 11 years ago
06380db
ixgbevf: Use static inlines instead of macros
by Mark Rustad
· 11 years ago
0933ce4
ixgbevf: Convert uses of __constant_<foo> to <foo>
by Joe Perches
· 11 years ago
5b346dc
ixgbevf: Protect ixgbevf_down with __IXGBEVF_DOWN bit
by Mark Rustad
· 11 years ago
2e7cfbd
ixgbevf: Indicate removal state explicitly
by Mark Rustad
· 11 years ago
57a7744
net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irq
by Eric W. Biederman
· 11 years ago
2f586f6
ixgbevf: delete unneeded call to pci_set_power_state
by Julia Lawall
· 11 years ago
bd9d559
ixgbevf: fix skb->pkt_type checks
by Florian Fainelli
· 11 years ago
01a545c
ixgbevf: add check for CHECKSUM_PARTIAL when doing TSO
by Emil Tantilov
· 11 years ago
b5d217f
ixgbevf: fix handling of tx checksumming
by Emil Tantilov
· 11 years ago
5c1e3588
ixgbevf: Use pci_enable_msix_range() instead of pci_enable_msix()
by Alexander Gordeev
· 11 years ago
29d37fa
ixgbevf: merge ixgbevf_tx_map and ixgbevf_tx_queue into a single function
by Emil Tantilov
· 11 years ago
9bdfefd
ixgbevf: redo dma mapping using the tx buffer info
by Emil Tantilov
· 11 years ago
7ad1a09
ixgbevf: make the first tx_buffer a repository for most of the skb info
by Emil Tantilov
· 11 years ago
9703192
ixgbevf: remove counters for Tx/Rx checksum offload
by Emil Tantilov
· 11 years ago
095e261
ixgbevf: move ring specific stats into ring specific structure
by Emil Tantilov
· 11 years ago
05d063a
ixgbevf: make use of the dev pointer in the ixgbevf_ring struct
by Emil Tantilov
· 11 years ago
86f359f
ixgbevf: bump version
by Don Skidmore
· 11 years ago
de02dec
ixgbevf: create function for all of ring init
by Don Skidmore
· 11 years ago
87e70ab
ixgbevf: Convert ring storage form pointer to an array to array of pointers
by Don Skidmore
· 11 years ago
27ae296
ixgbevf: use pci drvdata correctly in ixgbevf_suspend()
by Wei Yongjun
· 11 years ago
220fe05
ixgbevf: add DCB configuration into queue setup
by Don Skidmore
· 11 years ago
5cdab2f
ixgbe: Focus config of head, tail ntc, and ntu all into a single function
by Don Skidmore
· 11 years ago
8ceafbf
Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-arm
by Linus Torvalds
· 11 years ago
f880d07
ixgbe: cleanup IXGBE_DESC_UNUSED
by Don Skidmore
· 11 years ago
76b8174
ixgbevf: remove redundant workaround
by Emil Tantilov
· 11 years ago
3b5dca2
ixgbevf: add BP_EXTENDED_STATS for CONFIG_NET_RX_BUSY_POLL
by Jacob Keller
· 11 years ago
c777cdf
ixgbevf: implement CONFIG_NET_RX_BUSY_POLL
by Jacob Keller
· 11 years ago
08e50a2
ixgbevf: have clean_rx_irq return total_rx_packets cleaned
by Jacob Keller
· 11 years ago
0868161
ixgbevf: add ixgbevf_rx_skb
by Jacob Keller
· 11 years ago
9e6fcae
ixgbevf: bump driver version
by Don Skidmore
· 11 years ago
3849623
ixgbevf: implement ethtool get/set coalesce
by Jacob Keller
· 11 years ago
1bb9c63
ixgbevf: Adds function to set PSRTYPE register
by Don Skidmore
· 11 years ago
798e381
ixgbevf: move API neg to reset path
by Don Skidmore
· 11 years ago
858c3dd
ixgbevf: add wait for Rx queue disable
by Don Skidmore
· 11 years ago
c7bb417
ixgbevf: cleanup redundant mailbox read failure check
by Don Skidmore
· 11 years ago
53567aa
DMA-API: net: intel/ixgbevf: fix 32-bit DMA mask handling
by Russell King
· 12 years ago
7367d0b
drivers/net: Convert uses of compare_ether_addr to ether_addr_equal
by Joe Perches
· 11 years ago
86a9bad
net: vlan: add protocol argument to packet tagging functions
by Patrick McHardy
· 12 years ago
80d5c36
net: vlan: prepare for 802.1ad VLAN filtering offload
by Patrick McHardy
· 12 years ago
f646968
net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*
by Patrick McHardy
· 12 years ago
e1941a7
ixgbevf: Adjust to handle unassigned MAC address from PF
by Greg Rose
· 12 years ago
e2a553d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
a1f6c6b
ixgbevf: don't release the soft entries
by xunleer
· 12 years ago
d0320f7
drivers:net: Remove dma_alloc_coherent OOM messages
by Joe Perches
· 12 years ago
39ba22b
ixgbevf: use PCI_DEVICE_TABLE macro
by Stephen Hemminger
· 12 years ago
e757e3e
ixgbevf: Make next_to_watch a pointer and adjust memory barriers to avoid races
by Alexander Duyck
· 12 years ago
b876a74
ixgbevf: Fix link speed message to support 100Mbps
by Greg Rose
· 12 years ago
088245a
ixgbevf: Fix statistics corruption
by Greg Rose
· 12 years ago
6fe5967
ixgbevf: Fix link up messages
by Greg Rose
· 12 years ago
1e72bfc
ixgbevf: Synch out of tree and in tree mailbox interrupt handlers
by Greg Rose
· 12 years ago
aaeb6cd
remove init of dev->perm_addr in drivers
by Jiri Pirko
· 12 years ago
1dd06ae
drivers/net: fix up function prototypes after __dev* removals
by Greg Kroah-Hartman
· 12 years ago
9f9a12f
net/intel: remove __dev* attributes
by Bill Pemberton
· 12 years ago
55fb277
ixgbevf: Add checksum statistics counters to rings
by Greg Rose
· 12 years ago
3938d3c
ixgbevf: Remove unneeded and obsolete comment
by Greg Rose
· 12 years ago
dee847f
ixgbevf: White space and comments clean up
by Greg Rose
· 12 years ago
3157175
ixgbevf: Remove mailbox spinlock from the reset function
by Greg Rose
· 12 years ago
92fe0bf
ixgbevf: Remove checking for mac.ops function pointers
by Greg Rose
· 12 years ago
6259a01
ixgbevf: Fix unnecessary dereference where local var is available.
by Greg Rose
· 12 years ago
b9dd245
ixgbevf: Streamline the rx buffer allocation
by Greg Rose
· 12 years ago
85624ca
ixgbevf: Reduce size of maximum rx buffer
by Greg Rose
· 12 years ago
366c109
ixgbevf: Add flag to indicate when rx is in net poll
by Greg Rose
· 12 years ago
a5f9337
ixgbevf: fix possible use of uninitialized variable
by Emil Tantilov
· 12 years ago
e45dd5f
ixgbevf: make sure probe fails on MSI-X enable error
by Jakub Kicinski
· 12 years ago
Next »