Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
c9d2ea96ca3bbc85264803ff6bd66eb3bbefdb77
/
drivers
/
net
/
ethernet
/
intel
1ef7615
ptp: link the phc device to its parent device
by Richard Cochran
· 12 years ago
c9f14bf3
igb: Use dma_unmap_addr and dma_unmap_len defines
by Alexander Duyck
· 12 years ago
a57fe23
igb: Simplify how we populate the RSS key
by Alexander Duyck
· 12 years ago
797fd4b
igb: Change how we populate the RSS indirection table
by Alexander Duyck
· 12 years ago
f412878
igb: Change Tx cleanup loop to do/while instead of for
by Alexander Duyck
· 12 years ago
f33005a
igb: Remove logic that was doing NUMA pseudo-aware allocations
by Alexander Duyck
· 12 years ago
3dbdf96
igb: Fix stats output on i210/i211 parts.
by Carolyn Wyborny
· 12 years ago
f557147
igb: Change how we check for pre-existing and assigned VFs
by Stefan Assmann
· 12 years ago
012dc19
ixgbevf: scheduling while atomic in reset hw path
by John Fastabend
· 12 years ago
3118678
ixgbevf: Add support for VF API negotiation
by Alexander Duyck
· 12 years ago
e546111
igb: Support to enable EEE on all eee_supported devices
by Akeem G. Abodunrin
· 12 years ago
ae1c07a
igb: Remove artificial restriction on RQDPC stat reading
by Alexander Duyck
· 12 years ago
6b6e272
netdev: make address const in device address management
by stephen hemminger
· 12 years ago
e57b8bd
igb: Add 1588 support to I210/I211.
by Matthew Vick
· 12 years ago
1f6e817
igb: Prevent dropped Tx timestamps via work items and interrupts.
by Matthew Vick
· 12 years ago
201987e
igb: Store the MAC address in the name in the PTP struct.
by Matthew Vick
· 12 years ago
a918802
igb: Correct PTP support query from ethtool.
by Matthew Vick
· 12 years ago
a79f4f8
igb: Update PTP function names/variables and locations.
by Matthew Vick
· 12 years ago
3c89f6d
igb: Tidy up wrapping for CONFIG_IGB_PTP.
by Matthew Vick
· 12 years ago
4ffdf91
ixgbe: Improve statistics accuracy for DDP traffic
by Mark Rustad
· 12 years ago
91fbd8f
ixgbe: added reg_ops file to debugfs
by Catherine Sullivan
· 12 years ago
826ff0d
ixgbe: added netdev_ops file to debugfs
by Catherine Sullivan
· 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
9f66d3e
ixgbe: Fix VF rate limiting to correctly account for more queues per VF
by Alexander Duyck
· 12 years ago
b35d4d4
ixgbe: Fix ordering of things so that PF correctly configures its VLANs
by Alexander Duyck
· 13 years ago
2f66fd3
e1000: add byte queue limits
by Otto Estuardo Solares Cabrera
· 12 years ago
ab86825
ixgbe: remove old init remnant
by Eliezer Tamir
· 12 years ago
42f3c43
igb: Supported and Advertised Pause Frame
by Akeem G. Abodunrin
· 12 years ago
9936a7b
igb: reduce Rx header size
by Eric Dumazet
· 12 years ago
8aa23f0
igb: Add loopback test support for i210
by Carolyn Wyborny
· 13 years ago
fcb1184
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next
by David S. Miller
· 12 years ago
c32f386
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
dd1fe11
ixgbevf: Cleanup handling of configuration for jumbo frames
by Alexander Duyck
· 12 years ago
0ac1e8c
ixgbevf: Add suspend and resume support to the VF
by Alexander Duyck
· 13 years ago
076d807
e1000e: update driver version number
by Bruce Allan
· 12 years ago
70443ae
e1000e: cleanup - remove unnecessary variable
by Bruce Allan
· 12 years ago
419e551
e1000e: cleanup - remove inapplicable comment
by Bruce Allan
· 12 years ago
06a402e
e1000e: cleanup strict checkpatch check
by Bruce Allan
· 12 years ago
bc76329
e1000e: cleanup strict checkpatch MEMORY_BARRIER checks
by Bruce Allan
· 12 years ago
efc38d2
e1000e: use correct type for read of 32-bit register
by Bruce Allan
· 12 years ago
d821a4c
e1000e: DoS while TSO enabled caused by link partner with small MSS
by Bruce Allan
· 12 years ago
bba6ec7
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next
by David S. Miller
· 12 years ago
1304a73
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
8376dad
igb: update to allow reading/setting MDI state
by Jesse Brandeburg
· 12 years ago
4e8186b
e1000e: implement MDI/MDI-X control
by Jesse Brandeburg
· 12 years ago
c819bbd5
e1000: configure and read MDI settings
by Jesse Brandeburg
· 12 years ago
1b55678
igb: implement 580 MDI setting support
by Jesse Brandeburg
· 12 years ago
e86fd89
e1000e: implement 82577/579 MDI setting support
by Bruce W Allan
· 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
55461dd
ixgbe: add missing braces
by Emil Tantilov
· 12 years ago
a2d6a1d
igb: Fix register defines for all non-82575 hardware
by Alexander Duyck
· 12 years ago
f0c5dad
e1000e: fix panic while dumping packets on Tx hang with IOMMU
by Emil Tantilov
· 12 years ago
b669588
igb: fix panic while dumping packets on Tx hang with IOMMU
by Emil Tantilov
· 12 years ago
119b0e0
igb: add delay to allow igb loopback test to succeed on 8086:10c9
by Stefan Assmann
· 12 years ago
eca90f5
e1000e: 82571 Tx Data Corruption during Tx hang recovery
by Tushar Dave
· 12 years ago
b7ec70b
e1000e: NIC goes up and immediately goes down
by Tushar Dave
· 12 years ago
d836200
igb: don't break user visible strings over multiple lines in igb_ethtool.c
by Jesper Juhl
· 12 years ago
89d351c
igb: correct hardware type (i210/i211) check in igb_loopback_test()
by Jesper Juhl
· 12 years ago
925b11f
igb: Fix for failure to init on some 82576 devices.
by Carolyn Wyborny
· 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
7b1115e
e1000e: advertise transmit time stamping
by Richard Cochran
· 12 years ago
e10df2c
e1000: advertise transmit time stamping
by Richard Cochran
· 12 years ago
7688659
igb: reset PHY in the link_up process to recover PHY setting after power down.
by Akeem G. Abodunrin
· 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
· 13 years ago
9544746
ixgbe: fix RAR entry counting for generic and fdb_add()
by John Fastabend
· 13 years ago
b92ad72
ixgbe: Use num_tcs.pg_tcs as upper limit for TC when checking based on UP
by Alexander Duyck
· 13 years ago
252562c
ixgbe: Reduce Rx header size to what is actually used
by Alexander Duyck
· 13 years ago
ce42260
ixgbevf: Fix namespace issue with ixgbe_write_eitr
by Greg Rose
· 13 years ago
39cb681
ixgbe: Fix handling of FDIR_HASH flag
by Alexander Duyck
· 13 years ago
9f19f31
ixgbevf: Add support for PCI error handling
by Alexander Duyck
· 13 years ago
1c55ed7
ixgbevf: Add lock around mailbox ops to prevent simultaneous access
by Alexander Duyck
· 13 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
61dc533
ixgb: 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
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
abaa72d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
8b0d2f9
net: e100: ucode is optional in some cases
by Bjørn Mork
· 12 years ago
Next »