Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
9e05b2f49eb9484e857e9b6c70dea3bbbe564290
/
drivers
/
net
/
ethernet
/
intel
/
ixgbe
55461dd
ixgbe: add missing braces
by Emil Tantilov
· 12 years ago
0614002
netvm: propagate page->pfmemalloc from skb_alloc_page to skb
by Mel Gorman
· 12 years ago
9c50c03
ixgbe: fix panic while dumping packets on Tx hang with IOMMU
by Emil Tantilov
· 12 years ago
d47e12d
ixgbe: Fix build with PCI_IOV enabled.
by David S. Miller
· 12 years ago
b724e9f
ixgbe: Use 1TC DCB instead of disabling DCB for MSI and legacy interrupts
by Alexander Duyck
· 12 years ago
b6dfd93
ixgbe: add support for new 82599 device
by Don Skidmore
· 12 years ago
3f4a6f0
ixgbe: remove extra unused queues in DCB + FCoE case
by John Fastabend
· 12 years ago
9544746
ixgbe: fix RAR entry counting for generic and fdb_add()
by John Fastabend
· 12 years ago
b92ad72
ixgbe: Use num_tcs.pg_tcs as upper limit for TC when checking based on UP
by Alexander Duyck
· 12 years ago
252562c
ixgbe: Reduce Rx header size to what is actually used
by Alexander Duyck
· 12 years ago
39cb681
ixgbe: Fix handling of FDIR_HASH flag
by Alexander Duyck
· 12 years ago
9297127
ixgbe: Change how we check for pre-existing and assigned VFs
by Alexander Duyck
· 12 years ago
99d7448
ixgbe: Drop probe_vf and merge functionality into ixgbe_enable_sriov
by Alexander Duyck
· 13 years ago
e4bce0f
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next
by David S. Miller
· 12 years ago
36e9031
ixgbe: use PCI_VENDOR_ID_INTEL
by Jon Mason
· 12 years ago
a58915c
ixgbe: Enable FCoE FSO and CRC offloads based on CAPABLE instead of ENABLED flag
by Alexander Duyck
· 12 years ago
ef89e0a
ixgbe: Only enable anti-spoof on VF pools
by Alexander Duyck
· 13 years ago
7fa7c9d
ixgbe: Correctly set SAN MAC RAR pool to default pool of PF
by Alexander Duyck
· 13 years ago
7c8ae65
ixgbe: Make FCoE allocation and configuration closer to how rings work
by Alexander Duyck
· 13 years ago
5a1ee27
ixgbe: Merge all FCoE percpu values into a single structure
by Alexander Duyck
· 13 years ago
81fadde
ixgbe: Cleanup configuration of FCoE registers
by Alexander Duyck
· 13 years ago
1bf91cd
ixgbe: Drop references to deprecated pci_ DMA api and instead use dma_ API
by Alexander Duyck
· 13 years ago
d773d13
ixgbe: Fix memory leak when SR-IOV VFs are direct assigned
by Alexander Duyck
· 13 years ago
1d9c0bf
ixgbe: Use VMDq offset to indicate the default pool
by Alexander Duyck
· 13 years ago
a16a0d2
ixgbe: Cleanup holes in flags after removing several of them
by Alexander Duyck
· 12 years ago
fbe7ca7
ixgbe: Retire RSS enabled and capable flags
by Alexander Duyck
· 12 years ago
73079ea
ixgbe: Add support for SR-IOV w/ DCB or RSS
by Alexander Duyck
· 12 years ago
435b19f
ixgbe: Update configure virtualization to allow for multiple PF pools
by Alexander Duyck
· 12 years ago
671c0ad
ixgbe: Cleanup logic for MRQC and MTQC configuration
by Alexander Duyck
· 12 years ago
4ae6373
ixgbe: Update the logic for ixgbe_cache_ring_dcb and DCB RSS configuration
by Alexander Duyck
· 12 years ago
ac802f5
ixgbe: Move configuration of set_real_num_rx/tx_queues into open
by Alexander Duyck
· 12 years ago
de3d5b9
ixgbe: Handle failures in the ixgbe_setup_rx/tx_resources calls
by Alexander Duyck
· 12 years ago
befa2af
ixgbe: Ping the VFs on link status change to trigger link change
by Alexander Duyck
· 13 years ago
7ff65cd
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next
by David S. Miller
· 12 years ago
7efd26d
ethernet: Use eth_random_addr
by Joe Perches
· 12 years ago
d411a93
ixgbe: Merge FCoE set_num and cache_ring calls into RSS/DCB config
by Alexander Duyck
· 12 years ago
800bd60
ixgbe: Add function for obtaining FCoE TC based on FCoE user priority
by Alexander Duyck
· 12 years ago
02debdc
ixgbe: Populate the prio_tc_map in ixgbe_setup_tc
by Alexander Duyck
· 12 years ago
df0676d
ixgbe: Cleanup unpacking code for DCB
by Alexander Duyck
· 12 years ago
15cbc70
ixgbe: Simplify logic for getting traffic class from user priority
by Alexander Duyck
· 12 years ago
0b7f5d0
ixgbe: Merge RSS and flow director ring register caching and configuration
by Alexander Duyck
· 13 years ago
45e9baa
ixgbe: Clean up a useless switch statement and dead code in configure_srrctl
by Alexander Duyck
· 13 years ago
e4b317e
ixgbe: Add feature offset value to ring features
by Alexander Duyck
· 13 years ago
c087663
ixgbe: Add upper limit to ring features
by Alexander Duyck
· 13 years ago
49c7ffb
ixgbe: count q_vectors instead of MSI-X vectors
by Alexander Duyck
· 13 years ago
04c9f41
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
49ce9c2
drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functions
by Ben Hutchings
· 12 years ago
d4e4164
ixgbe: DCB and SR-IOV can not co-exist and will cause hangs
by Alexander Duyck
· 12 years ago
b26d344
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
57efd44
ixgbe: Do not pad FCoE frames as this can cause issues with FCoE DDP
by Alexander Duyck
· 12 years ago
e486463
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
f73332f
ixgbe: simplify padding and length checks
by Stephen Hemminger
· 12 years ago
db01896
ixgbe: clean up ixgbe_get_settings ethtool function
by Jacob Keller
· 12 years ago
a49fda3
ixgbe: add support for 1G SX modules
by Jacob Keller
· 12 years ago
8633c08
ixgbe: Fix memory leak in ixgbe when receiving traffic on DDP enabled rings
by Alexander Duyck
· 12 years ago
b6138ed
ixgbe: Fix PHC loophole allowing misconfiguration of increment register
by Jacob Keller
· 12 years ago
1d1a79b
ixgbe: Check PTP Rx timestamps via BPF filter
by Jacob Keller
· 12 years ago
c19197a
ixgbe: PTP Fix hwtstamp mode settings
by Jacob Keller
· 12 years ago
0ede4a6
ixgbe: ptp code cleanup
by Jacob Keller
· 12 years ago
6cbc52e
ixgbe: do not compile ixgbe_sysfs.c when CONFIG_IXGBE_HWMON is not set
by Emil Tantilov
· 12 years ago
4f8a91a
ixgbe: align flow control DV macros with datasheet
by John Fastabend
· 13 years ago
43e95f1
ixgbe: IXGBE_RXD_STAT_VP set even with Rx stripping enabled
by John Fastabend
· 12 years ago
146d4cc
ixgbe: fix_features rxvlan is independent of DCB and needs to be set
by John Fastabend
· 12 years ago
eef4560
ixgbe: update version number
by Don Skidmore
· 13 years ago
1210982
ixgbe: cleanup the hwmon function calls
by Don Skidmore
· 13 years ago
aa7bd46
ixgbe: support software timestamping
by Jacob Keller
· 13 years ago
e3aac88
ixgbe: add support for get_ts_info
by Jacob Keller
· 13 years ago
db76ad4
ixgbe: correct disable_rx_buff timeout
by Jacob Keller
· 13 years ago
681ae1a
ixgbe: Enable timesync clock-out feature for PPS support on X540
by Jacob E Keller
· 13 years ago
3a6a4ed
ixgbe: Hardware Timestamping + PTP Hardware Clock (PHC)
by Jacob Keller
· 13 years ago
44b82dd
ixgbe: Fix bogus error message
by Greg Rose
· 13 years ago
3ebe8fd
ixgbe: Set Drop_EN bit when multiple Rx queues are present w/o flow control
by Alexander Duyck
· 13 years ago
943561d
ixgbe: Clean up priority based flow control
by Alexander Duyck
· 13 years ago
dcaccc8
ixgbe: Exit on error case in VF message processing
by Alexander Duyck
· 13 years ago
0d6c4a2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
e1abc1b
ixgbe: dcb: IEEE PFC stats and reset logic incorrect
by John Fastabend
· 13 years ago
dad8a3b
igb, ixgbe: netdev_tx_reset_queue incorrectly called from tx init path
by John Fastabend
· 13 years ago
041441d
ixgbe: Update link flow control to correctly handle multiple packet buffer DCB
by Alexander Duyck
· 13 years ago
67a79df
ixgbe: Reorder link flow control functions in ixgbe_common.c
by Alexander Duyck
· 13 years ago
dd411ec
ixgbe: Use __free_pages instead of put_page to release pages
by Alexander Duyck
· 13 years ago
786e9a5
ixgbe: Make ixgbe_fc_autoneg return void and always set current_mode
by Alexander Duyck
· 13 years ago
d0bfcdf
ixgbe: Reorder the ring to q_vector mapping to improve performance
by Alexander Duyck
· 13 years ago
a4d4f62
ixgbe: Track instances of buffer available but no DMA resources present
by Alexander Duyck
· 13 years ago
f525c6d2
ixgbe: dcb: BIT_APP_UPCHG not set by ixgbe_copy_dcb_cfg()
by John Fastabend
· 13 years ago
ab6039a
ixgbe: fix race condition with shutdown
by Don Skidmore
· 13 years ago
af94bf6
ixgbe: Fix use after free on module remove
by Alexander Duyck
· 13 years ago
6b42a9c
ixgbe: Reset max_vfs to zero when user request is out of range
by Greg Rose
· 13 years ago
2ee7065
ixgbe: Deny MACVLAN requests from VFs with admin set MAC
by Greg Rose
· 13 years ago
3ca8bc6
ixgbe: add hwmon interface to export thermal data
by Don Skidmore
· 13 years ago
e1ea915
ixgbe: add support functions to access thermal data
by Don Skidmore
· 13 years ago
441e171
ixgbe: fix calling skb_put on nonlinear skb assertion bug
by Yi Zou
· 13 years ago
2b1588c
ixgbe: Fix a memory leak in IEEE DCB
by Alexander Duyck
· 13 years ago
8e2813f
ixgbe: check for WoL support in single function
by Jacob Keller
· 13 years ago
f240019
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
b2db497
ixgbe: Identify FCoE rings earlier to resolve memory corruption w/ FCoE
by Alexander Duyck
· 13 years ago
34948a9
ixgbe: add missing rtnl_lock in PM resume path
by Benjamin Poirier
· 13 years ago
56845d7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
2b20271
ixgbe: UTA table incorrectly programmed
by Greg Rose
· 13 years ago
9dcb373
ixgbe: allow RAR table to be updated in promisc mode
by John Fastabend
· 13 years ago
0f4b0ad
ixgbe: enable FDB netdevice ops
by John Fastabend
· 13 years ago
Next »