Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
7f66162b6272a31c5b3966869b5d4c2c58d8077a
/
drivers
/
net
/
ethernet
/
intel
/
ixgbe
/
ixgbe_main.c
7f66162
ixgbe: Drop check for PAGE_SIZE from ixgbe_xmit_frame_ring
by Alexander Duyck
· 12 years ago
20967f4
ixgbe: Mask off check of frag_off as we only want fragment offset
by Alexander Duyck
· 12 years ago
d978a63
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
f01fc1a
ixgbe: fix registration order of driver and DCA nofitication
by Jakub Kicinski
· 12 years ago
faaf02d
ixgbe: Make use of the default fdb handlers.
by Vlad Yasevich
· 12 years ago
b67bfe0
hlist: drop the node parameter from iterators
by Sasha Levin
· 12 years ago
67da097
ixgbe: fix Tx timeouts with BQL
by Emil Tantilov
· 12 years ago
71858ac
ixgbe: implement SFF diagnostic monitoring via ethtool
by Aurélien Guillaume
· 12 years ago
cca73c5
ixgbe: Make ixgbe_setup_tc usable even when DCB is not enabled
by Alexander Duyck
· 12 years ago
97488bd
ixgbe: Update ixgbe driver to use __netdev_pick_tx in ixgbe_select_queue
by Alexander Duyck
· 12 years ago
fd786b7
ixgbe: Add function for setting XPS queue mapping
by Alexander Duyck
· 12 years ago
d3cb986
ixgbe: Define FCoE and Flow director limits much sooner to allow for changes
by Alexander Duyck
· 12 years ago
8fc3bb6
ixgbe: refactor initialization of feature flags
by Emil Tantilov
· 12 years ago
1690be6
bridge: Add vlan support to static neighbors
by Vlad Yasevich
· 12 years ago
6cbdcee
bridge: Dump vlan information from a bridge port
by Vlad Yasevich
· 12 years ago
9f6d98c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
96be80a
ixgbe: Only set gso_type to SKB_GSO_TCPV4 as RSC does not support IPv6
by Alexander Duyck
· 12 years ago
1594712
ixgbe: fix gso type
by Michael S. Tsirkin
· 12 years ago
c560451
ixgbe: Fix SR-IOV MTU warning
by Alexander Duyck
· 12 years ago
7e63bf4
ixgbe: Replace rmb in Tx cleanup with read_barrier_depends
by Alexander Duyck
· 12 years ago
434c5e3
ixgbe: update date to 2013
by Don Skidmore
· 12 years ago
fd0326f
ixgbe: autoneg variable refactoring
by Josh Hay
· 12 years ago
3d29226
ixgbe: rename autoneg variables
by Josh Hay
· 12 years ago
b4fafbe
ixgbe: Fix device ref count bug
by Greg Rose
· 12 years ago
43dc4e0
ixgbe: Limit number of reported VFs to device specific value
by Donald Dutile
· 12 years ago
da36b64
ixgbe: Implement PCI SR-IOV sysfs callback operation
by Greg Rose
· 12 years ago
60a1a68
ixgbe: Make mailbox ops initialization unconditional
by Greg Rose
· 12 years ago
12ff3f3
ixgbe: add warning when scheduling reset
by Jacob Keller
· 12 years ago
891dc08
ixgbe: Add ptp work item to poll for the Tx timestamp
by Jacob Keller
· 12 years ago
6cb562d
ixgbe: Use watchdog check in favor of BPF for detecting latched timestamp
by Jacob Keller
· 12 years ago
ec71825
ixgbe: Improve performance and reduce size of ixgbe_tx_map
by Alexander Duyck
· 12 years ago
472148c
ixgbe: Update ixgbe Tx flags to improve code efficiency
by Alexander Duyck
· 12 years ago
c44f5f5
ixgbe: Always use context 0, even for FCoE and TSO
by Alexander Duyck
· 12 years ago
8f4fbb9
ixgbe: Make TSO check for CHECKSUM_PARTIAL to avoid skb_is_gso check
by Alexander Duyck
· 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
cb6d0f5
ixgbe: check whether thermal sensor is enabled.
by Jacob Keller
· 12 years ago
f8ebc68
ixgbe: Use is_valid_ether_addr
by Joe Perches
· 12 years ago
9f9a12f
net/intel: remove __dev* attributes
by Bill Pemberton
· 12 years ago
ed83da1
ixgbe: Do not parse past IP header on fragments beyond the first
by Alexander Duyck
· 12 years ago
14a8d4bb
ixgbe: bump version number
by Don Skidmore
· 12 years ago
9b73598
ixgbe: Make the bridge mode setting sticky
by Greg Rose
· 12 years ago
2afaa00
ixgbe: Fix incorrect disabling of Tx hang check in case of PFC
by Parikh, Neerav
· 12 years ago
9de0c8e
ixgbe: Drop RLPML configuration from x540 RXDCTL register configuration
by Alexander Duyck
· 12 years ago
b1ac1ef
ixgbe: fdb: only allow NUD_PERM fdb entries
by John Fastabend
· 12 years ago
db2adc2
ixgbe: ethtool correctly identify autoneg setting
by Jacob Keller
· 12 years ago
8ad88e3
ixgbe: Reformat output of ixgbe_dump
by Josh Hay
· 12 years ago
f7c40561
ixgbe: Do not use DCA to prefetch the entire packet into the cache
by Alexander Duyck
· 12 years ago
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
Next »