Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
46acc460c07b5c74287560a00b6cbc6111136ab6
/
drivers
/
net
/
ethernet
/
intel
/
ixgbe
/
ixgbe_main.c
46acc46
eth: Make is_link_local() consistent with other address tests
by Ben Hutchings
· 12 years ago
202975b
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next
by David S. Miller
· 12 years ago
a24006e
ptp: Enable clock drivers along with associated net/PHY drivers
by Ben Hutchings
· 12 years ago
3af3361
ixgbe: fix default setting of TXDCTL.WTHRESH
by Emil Tantilov
· 12 years ago
810b6d7
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next
by David S. Miller
· 12 years ago
815cccb
ixgbe: add setlink, getlink support to ixgbe and ixgbevf
by John Fastabend
· 12 years ago
39ac868
ixgbe: add/update descriptor maps in comments
by Josh Hay
· 12 years ago
f4de00e
ixgbe: Do not decrement budget in ixgbe_clean_rx_irq
by Alexander Duyck
· 12 years ago
ec74a47
ixgbe: clean up the condition for turning on/off the laser
by Emil Tantilov
· 12 years ago
b3343a2
net, ixgbe: handle link local multicast addresses in SR-IOV mode
by John Fastabend
· 12 years ago
505e3718
ixgbe: Drop unnecessary addition from ixgbe_set_rx_buffer_len
by Alexander Duyck
· 12 years ago
71a49f7
ixgbe: Correcting small packet padding
by Tushar Dave
· 12 years ago
1a71ab2
ixgbe: (PTP) refactor init, cyclecounter and reset
by Jacob Keller
· 12 years ago
f8a06c2
ixgbe: add WOL support for new subdevice id
by Emil Tantilov
· 12 years ago
107d301
ixgbe: Add support for tracking the default user priority to SR-IOV
by Alexander Duyck
· 12 years ago
a048b40
ixgbe: Add support for IPv6 and UDP to ixgbe_get_headlen
by Alexander Duyck
· 13 years ago
872844d
ixgbe: Enable jumbo frames support w/ SR-IOV
by Alexander Duyck
· 12 years ago
df376f0
ixgbe: add support for X540-AT1
by joshua.a.hay@intel.com
· 12 years ago
db0677f
ixgbe: (PTP) Fix PPS interrupt code
by Jacob Keller
· 12 years ago
aecdc33
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 12 years ago
edc7d57
netlink: add attributes to fdb interface
by stephen hemminger
· 12 years ago
0584d99
ixgbe: Do not read the spoofed packets counter when not in IOV mode
by Greg Rose
· 12 years ago
6b6e272
netdev: make address const in device address management
by stephen hemminger
· 12 years ago
4ffdf91
ixgbe: Improve statistics accuracy for DDP traffic
by Mark Rustad
· 12 years ago
0094916
ixgbe: add debugfs support
by Catherine Sullivan
· 12 years ago
d6ea075
ixgbe: fix reporting of spoofed packets
by Emil Tantilov
· 12 years ago
b35d4d4
ixgbe: Fix ordering of things so that PF correctly configures its VLANs
by Alexander Duyck
· 13 years ago
1959ec5
Merge branch 'pci/stephen-const' into next
by Bjorn Helgaas
· 12 years ago
3646f0e
netdev: make pci_error_handlers const
by Stephen Hemminger
· 12 years ago
ab86825
ixgbe: remove old init remnant
by Eliezer Tamir
· 12 years ago
62f87c0
PCI: Introduce pci_pcie_type(dev) to replace pci_dev->pcie_type
by Yijing Wang
· 12 years ago
62748b7
ixgbe: Rewrite code related to configuring IFCS bit in Tx descriptor
by Alexander Duyck
· 12 years ago
5a02cbd
ixgbe: Roll RSC code into non-EOP code
by Alexander Duyck
· 12 years ago
18806c9
ixgbe: Make allocating skb and placing data in it a separate function
by Alexander Duyck
· 12 years ago
cf3fe7a
ixgbe: Copybreak sooner to avoid get_page/put_page and offset change overhead
by Alexander Duyck
· 12 years ago
19861ce
ixgbe: Make pull tail function separate from rest of cleanup_headers
by Alexander Duyck
· 12 years ago
42073d9
ixgbe: Have the CPU take ownership of the buffers sooner
by Alexander Duyck
· 12 years ago
09816fb
ixgbe: Only use double buffering if page size is less than 8K
by Alexander Duyck
· 12 years ago
0549ae2
ixgbe: combine ixgbe_add_rx_frag and ixgbe_can_reuse_page
by Alexander Duyck
· 12 years ago
afaa945
ixgbe: Remove code that was initializing Rx page offset
by Alexander Duyck
· 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
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
252562c
ixgbe: Reduce Rx header size to what is actually used
by Alexander Duyck
· 13 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
· 13 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
· 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
1d9c0bf
ixgbe: Use VMDq offset to indicate the default pool
by Alexander Duyck
· 13 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
· 13 years ago
671c0ad
ixgbe: Cleanup logic for MRQC and MTQC configuration
by Alexander Duyck
· 13 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
· 13 years ago
befa2af
ixgbe: Ping the VFs on link status change to trigger link change
by Alexander Duyck
· 13 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
· 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
8633c08
ixgbe: Fix memory leak in ixgbe when receiving traffic on DDP enabled rings
by Alexander Duyck
· 12 years ago
1d1a79b
ixgbe: Check PTP Rx timestamps via BPF filter
by Jacob Keller
· 13 years ago
0ede4a6
ixgbe: ptp code cleanup
by Jacob Keller
· 13 years ago
43e95f1
ixgbe: IXGBE_RXD_STAT_VP set even with Rx stripping enabled
by John Fastabend
· 13 years ago
146d4cc
ixgbe: fix_features rxvlan is independent of DCB and needs to be set
by John Fastabend
· 13 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
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
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
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
dd411ec
ixgbe: Use __free_pages instead of put_page to release pages
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
6b42a9c
ixgbe: Reset max_vfs to zero when user request is out of range
by Greg Rose
· 13 years ago
Next »