Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
8a390576282abacc4cf7b79eefc226bb655fd6e6
/
drivers
/
net
/
ethernet
/
intel
/
ixgbe
/
ixgbe_main.c
8af3c33
ixgbe: fix namespace issues when FCoE/DCB is not enabled
by Jeff Kirsher
· 13 years ago
567d2de
ixgbe: Correct flag values set by ixgbe_fix_features
by Alexander Duyck
· 14 years ago
ef6afc0
ixgbe: Add support for enabling UDP RSS via the ethtool rx-flow-hash command
by Alexander Duyck
· 14 years ago
581330b
ixgbe: Whitespace cleanups
by Alexander Duyck
· 14 years ago
6ca4350
ixgbe: Two minor fixes for RSS and FDIR set queues functions
by Alexander Duyck
· 14 years ago
35937c0
ixgbe: drop err_eeprom tag which is at same location as err_sw_init
by Alexander Duyck
· 14 years ago
eb01b97
ixgbe: Move poll routine in order to improve readability
by Alexander Duyck
· 14 years ago
6bb78cf
ixgbe: cleanup logic for the service timer and VF hang detection
by Alexander Duyck
· 14 years ago
244e27a
ixgbe: Store Tx flags and protocol information to tx_buffer sooner
by Alexander Duyck
· 14 years ago
729739b
ixgbe: always write DMA for single_mapped value with skb
by Alexander Duyck
· 14 years ago
091a624
ixgbe: Write gso_segs and bytcount to the ring sooner
by Alexander Duyck
· 14 years ago
fd0db0e
ixgbe: Place skb on first buffer_info structure to avoid using stack space
by Alexander Duyck
· 14 years ago
7d7ce68
ixgbe: Use packets to track Tx completions instead of a seperate value
by Alexander Duyck
· 14 years ago
93f5b3c
ixgbe: Modify setup of descriptor flags to avoid conditional jumps
by Alexander Duyck
· 14 years ago
a50c29d
ixgbe: Make certain that all frames fit minimum size requirements
by Alexander Duyck
· 14 years ago
655309e
ixgbe: cleanup logic in ixgbe_change_mtu
by Alexander Duyck
· 14 years ago
f800326
ixgbe: Replace standard receive path with a page based receive
by Alexander Duyck
· 13 years ago
3f2d1c0
ixgbe: Support RX-ALL feature flag.
by Ben Greear
· 13 years ago
f43f313
ixgbe: Support sending custom Ethernet FCS.
by Ben Greear
· 13 years ago
cdf485b
ixgbe: dcb: use DCB config values for FCoE traffic class on open
by John Fastabend
· 14 years ago
d2f5e7f
ixgbe: Fix race condition where RX buffer could become corrupted.
by Atita Shirwaikar
· 13 years ago
3ed69d7
ixgbe: use typed min/max functions where possible
by Jesse Brandeburg
· 14 years ago
621bd70
ixgbe: Replace eitr_low and eitr_high with static values in ixgbe_update_itr
by Alexander Duyck
· 14 years ago
bdda1a6
ixgbe: Do not disable read relaxed ordering when DCA is enabled
by Alexander Duyck
· 14 years ago
a557928
ixgbe: Add iterator for cycling through rings on a q_vector
by Alexander Duyck
· 14 years ago
de88eee
ixgbe: Allocate rings as part of the q_vector
by Alexander Duyck
· 14 years ago
b9f6ed2
ixgbe: Drop unnecessary napi_schedule_prep and spare blank line from ixgbe_intr
by Alexander Duyck
· 14 years ago
8f15486
ixgbe: Default to queue pairs when number of queues is less than CPUs
by Alexander Duyck
· 14 years ago
5d967eb
ixgbe: Correct Adaptive Interrupt Moderation so that it will change values
by Alexander Duyck
· 14 years ago
e954b37
ixgbe: Address issues with Tx WHTRESH value not being set correctly
by Alexander Duyck
· 14 years ago
7f83a9e
ixgbe: Do no clear Tx status bits since eop_desc provides enough info
by Alexander Duyck
· 14 years ago
b2d96e0
ixgbe: add support for byte queue limits
by Alexander Duyck
· 14 years ago
24ddd96
ixgbe: Fix comments that are out of date or formatted incorrectly
by Alexander Duyck
· 14 years ago
9e0c564
ixgbe: Minor formatting and comment corrections for ixgbe_xmit_frame_ring
by Alexander Duyck
· 14 years ago
3cc26e3
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next
by David S. Miller
· 14 years ago
d5ef8a4
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 14 years ago
8a0da21
ixgbe: Combine post-DMA processing of sk_buff fields into single function
by Alexander Duyck
· 14 years ago
e4f7402
ixgbe: Drop the _ADV of descriptor macros since all ixgbe descriptors are ADV
by Alexander Duyck
· 14 years ago
f56e0cb
ixgbe: Add function for testing status bits in Rx descriptor
by Alexander Duyck
· 14 years ago
f990b79
ixgbe: Let the Rx buffer allocation clear status bits instead of cleanup
by Alexander Duyck
· 14 years ago
1d2024f
ixgbe: Address fact that RSC was not setting GSO size for incoming frames
by Alexander Duyck
· 14 years ago
4c1975d
ixgbe: Minor refactor of RSC
by Alexander Duyck
· 14 years ago
9d837ea
ixgbe: do not update real num queues when netdev is going away
by Yi Zou
· 14 years ago
642c680
ixgbe: Fix broken dependency on MAX_SKB_FRAGS being related to page size
by Alexander Duyck
· 14 years ago
4cd6923
ixgbe: Fix case of Tx Hang in PF with 32 VFs
by Greg Rose
· 14 years ago
dd48dc3
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 14 years ago
9497182
ixgbe: update copyright to 2012
by Don Skidmore
· 14 years ago
8ef78ad
ixgbe: Add module parameter to allow untested and unsafe SFP+ modules
by Peter P Waskiewicz Jr
· 14 years ago
ea81875
ixgbe: FCoE: Add support for ndo_get_fcoe_hbainfo() call
by Neerav Parikh
· 14 years ago
0e22d04
ixgbe: add support for new 82599 device.
by Don Skidmore
· 14 years ago
9e791e4
ixgbe: add support for new 82599 device id
by Emil Tantilov
· 14 years ago
52f33af
ixgbe: fix typo's
by Stephen Hemminger
· 14 years ago
3db1cd5
net: fix assignment of 0/1 to bool variables.
by Rusty Russell
· 14 years ago
8e58613
net: make vlan ndo_vlan_rx_[add/kill]_vid return error value
by Jiri Pirko
· 14 years ago
1f2149c
net: remove netdev_alloc_page and use __GFP_COLD
by Eric Dumazet
· 14 years ago
c8f44af
net: introduce and use netdev_features_t for device features sets
by Michał Mirosław
· 14 years ago
b120818
ixgbe: fix smatch splat due to missing NULL check
by John Fastabend
· 14 years ago
93d3ce8
ixgbe: fix disabling of Tx laser at probe
by Emil Tantilov
· 14 years ago
232ef6b
ixgbe: Fix link issues caused by a reset while interface is down
by Emil Tantilov
· 14 years ago
9e903e0
net: add skb frag size accessors
by Eric Dumazet
· 14 years ago
15e5209
ixgbe: change the eeprom version reported by ethtool
by Emil Tantilov
· 14 years ago
de4c7f6
ixgbe: Add new netdev op to turn spoof checking on or off per VF
by Greg Rose
· 14 years ago
9813064
ixgbe: fix skb truesize underestimation
by Eric Dumazet
· 14 years ago
7b859eb
ixgbe: Add FCoE DDP allocation failure counters to ethtool stats.
by Amir Hanania
· 14 years ago
83c61fa
ixgbe: Add protection from VF invalid target DMA
by Greg Rose
· 14 years ago
19d478b
ixgbe: bump version number
by Don Skidmore
· 14 years ago
4de2a02
ixgbe: DCB X540 devices support max traffic class of 4
by John Fastabend
· 14 years ago
32701dc
ixgbe: fixup hard dependencies on supporting 8 traffic classes
by John Fastabend
· 14 years ago
7d14528
ixgbe: add support for new 82599 device
by Emil Tantilov
· 14 years ago
2466dd9
ixgbe: fix driver version initialization in firmware
by Jacob Keller
· 14 years ago
7edebf9
ixgbe: prevent link checks while resetting
by Emil Tantilov
· 14 years ago
0ccb974
ixgbe: add ECC warning for legacy interrupts
by Don Skidmore
· 14 years ago
f3df98e
ixgbe: cleanup ixgbe_setup_gpie() for X540
by Don Skidmore
· 14 years ago
4f51bf7
ixgbe add thermal sensor support for x540 hardware
by Jacob Keller
· 14 years ago
9da712d
ixgbe: update {P}FC thresholds to account for X540 and loopback
by John Fastabend
· 14 years ago
d5bf4f6
ixgbe: Cleanup q_vector interrupt throttle rate logic
by Emil Tantilov
· 14 years ago
fb7a6d4
Merge git://github.com/Jkirsher/net-next
by David S. Miller
· 14 years ago
c23f5b6
ixgbe: add WOL support for X540
by Emil Tantilov
· 14 years ago
858bc08
ixgbe: cleanup X540 interrupt enablement
by Don Skidmore
· 14 years ago
4c09f3a
ixgbe: DCB, do not call set_state() from IEEE mode
by John Fastabend
· 14 years ago
c6bda30
ixgbe: Reconfigure SR-IOV Init
by Greg Rose
· 14 years ago
8decf86
Merge branch 'master' of github.com:davem330/net
by David S. Miller
· 14 years ago
ae0e148
ixgbe: remove duplicate netif_tx_start_all_queues
by Emil Tantilov
· 14 years ago
1a70db4b
ixgbe: cleanup some register reads
by Emil Tantilov
· 14 years ago
919e78a
ixgbe: Make better use of memory allocations in one-buffer mode w/ RSC
by Alexander Duyck
· 14 years ago
8917b44
ixgbe: Add SFP support for missed 82598 PHY
by Alexander Duyck
· 14 years ago
5fdd31f
ixgbe: Add missing code for enabling overheat sensor interrupt
by Alexander Duyck
· 14 years ago
c7ccde0
ixgbe: make ixgbe_up and ixgbe_up_complete void functions
by Alexander Duyck
· 14 years ago
f7e1027
v2 ixgbe: Update packet buffer reservation to correct fdir headroom size
by Alexander Duyck
· 14 years ago
4c1d7b4
ixgbe: remove redundant configuration of tx_sample_rate
by Alexander Duyck
· 14 years ago
e3b37a1
Merge git://github.com/Jkirsher/net-next
by David S. Miller
· 14 years ago
2c4af69
ixgbe: Correctly name and handle MSI-X other interrupt
by Alexander Duyck
· 14 years ago
8e34d1a
ixgbe: cleanup configuration of EITRSEL and VF reset path
by Alexander Duyck
· 14 years ago
b88c6de
ixgbe: Update TXDCTL configuration to correctly handle WTHRESH
by Alexander Duyck
· 14 years ago
54239c6
ixgbe: combine PCI_VDEVICE and board declaration to same line
by Alexander Duyck
· 14 years ago
4cc6df2
ixgbe: commonize ixgbe_map_rings_to_vectors to work for all interrupt types
by Alexander Duyck
· 14 years ago
263a84e
ixgbe: Use ring->dev instead of adapter->pdev->dev when updating DCA
by Alexander Duyck
· 14 years ago
207867f
ixgbe: cleanup allocation and freeing of IRQ affinity hint
by Alexander Duyck
· 14 years ago
4ff7fb1
v2 ixgbe: consolidate all MSI-X ring interrupts and poll routines into one
by Alexander Duyck
· 14 years ago
5922455
ixgbe: Change default Tx work limit size to 256 buffers
by Alexander Duyck
· 14 years ago
Next »