Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
6453073987ba392510ab6c8b657844a9312c67f7
/
drivers
/
net
/
ethernet
/
intel
6453073
ixgbe: add initial support for xdp redirect
by John Fastabend
· 8 years ago
90382dc
ixgbe: NULL xdp_tx rings on resource cleanup
by John Fastabend
· 8 years ago
f263fbb
Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
by Linus Torvalds
· 8 years ago
775755e
PCI: Split ->reset_notify() method into ->reset_prepare() and ->reset_done()
by Christoph Hellwig
· 8 years ago
dfc4ff6
i40e: don't hold RTNL lock for the entire reset
by Jacob Keller
· 8 years ago
7642984
i40e: Handle PE_CRITERR properly with IWARP enabled
by Catherine Sullivan
· 8 years ago
2e5c26ea
i40e: clear only cause_ena bit
by Shannon Nelson
· 8 years ago
e588723
i40e: fix disabling overflow promiscuous mode
by Alan Brady
· 8 years ago
5bbb2e2
i40e: Add support for OEM firmware version
by Filip Sadowski
· 8 years ago
4fc8c67
i40e: genericize the partition bandwidth control
by Shannon Nelson
· 8 years ago
83d14c5
i40e: Add message for unsupported MFP mode
by Carolyn Wyborny
· 8 years ago
68fb13a7
i40e: Support firmware CEE DCB UP to TC map re-definition
by Greg Bowers
· 8 years ago
1e99854
i40e: Fix potential out of bound array access
by Sudheer Mogilappagari
· 8 years ago
15d23b4
i40e: comment that udp_port must be in host byte order
by Jacob Keller
· 8 years ago
59e331e
i40e: use dev_dbg instead of dev_info when warning about missing routine
by Jacob Keller
· 8 years ago
7c32b1e
i40e/i40evf: update WOL and I40E_AQC_ADDR_VALID_MASK flags
by Alice Michael
· 8 years ago
65c7006
i40evf: assign num_active_queues inside i40evf_alloc_queues
by Jacob Keller
· 8 years ago
74608d1
i40e: add support for XDP_TX action
by Björn Töpel
· 8 years ago
0c8493d
i40e: add XDP support for pass and drop actions
by Björn Töpel
· 8 years ago
4792093
bpf: ixgbe: Report bpf_prog ID during XDP_QUERY_PROG
by Martin KaFai Lau
· 8 years ago
4df864c
networking: make skb_put & friends return void pointers
by Johannes Berg
· 8 years ago
59ae1d1
networking: introduce and use skb_put_data()
by Johannes Berg
· 8 years ago
0ddead9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
640f93c
i40e: Fix a sleep-in-atomic bug
by Jia-Ju Bai
· 8 years ago
a09c0fc
ixgbe: pci_set_drvdata must be called before register_netdev
by Jeff Mahoney
· 8 years ago
4ebdf8a
ixgbe: Resolve cppcheck format string warning
by Tony Nguyen
· 8 years ago
d28b194
ixgbe: fix writes to PFQDE
by Emil Tantilov
· 8 years ago
adc2c83
ixgbevf: Bump version number
by Tony Nguyen
· 8 years ago
01ec552
ixgbe: Bump version number
by Tony Nguyen
· 8 years ago
622a2ef
ixgbe: check for Tx timestamp timeouts during watchdog
by Jacob Keller
· 8 years ago
4cc74c0
ixgbe: add statistic indicating number of skipped Tx timestamps
by Jacob Keller
· 8 years ago
5fef124
ixgbe: avoid permanent lock of *_PTP_TX_IN_PROGRESS
by Jacob Keller
· 8 years ago
aaebaf5
ixgbe: fix race condition with PTP_TX_IN_PROGRESS bits
by Jacob Keller
· 8 years ago
6964e53
i40e: fix handling of HW ATR eviction
by Jacob Keller
· 8 years ago
3948b57
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue
by David S. Miller
· 8 years ago
a5fcf8a
net: propagate tc filter chain index down the ndo_setup_tc call
by Jiri Pirko
· 8 years ago
833521e
e1000e: Undo e1000e_pm_freeze if __e1000_shutdown fails
by Chris Wilson
· 8 years ago
b476dea
igb: make a few local functions static
by Colin Ian King
· 8 years ago
216fe8f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
2aae918
i40e/i40evf: proper update of the page_offset field
by Björn Töpel
· 8 years ago
9e6c9c0
i40e: Fix state flags for bit set and clean operations of PF
by Mauro S. M. Rodrigues
· 8 years ago
fd8e597
e1000e: use disable_hardirq() also for MSIX vectors in e1000_netpoll()
by Konstantin Khlebnikov
· 8 years ago
24ad2a9
e1000e: Don't return uninitialized stats
by Benjamin Poirier
· 8 years ago
81e3f64
igb: Remove useless argument
by Benjamin Poirier
· 8 years ago
e5f36ad
igb: check for Tx timestamp timeouts during watchdog
by Jacob Keller
· 8 years ago
c3b8f85
igb: add statistic indicating number of skipped Tx timestamps
by Jacob Keller
· 8 years ago
cff5714
e1000e: add statistic indicating number of skipped Tx timestamps
by Jacob Keller
· 8 years ago
74344e3
igb: avoid permanent lock of *_PTP_TX_IN_PROGRESS
by Jacob Keller
· 8 years ago
4ccdc01
igb: fix race condition with PTP_TX_IN_PROGRESS bits
by Jacob Keller
· 8 years ago
5012863
e1000e: fix race condition around skb_tstamp_tx()
by Jacob Keller
· 8 years ago
000ba1f
igb: mark PM functions as __maybe_unused
by Arnd Bergmann
· 8 years ago
440aeca
igb: Explicitly select page 0 at initialization
by Matwey V Kornilov
· 9 years ago
82c01a8
net/{mii, smsc}: Make mii_ethtool_get_link_ksettings and smc_netdev_get_ecmd return void
by yuval.shaia@oracle.com
· 8 years ago
abf709a
i40evf: Add support for Adaptive Virtual Function
by Preethi Banala
· 8 years ago
735e35c
i40e/virtchnl: move function to virtchnl
by Jesse Brandeburg
· 8 years ago
ff3f4cc
virtchnl: finish conversion to virtchnl interface
by Jesse Brandeburg
· 8 years ago
f0adc6e
i40evf/virtchnl: whitespace cleanups
by Jesse Brandeburg
· 8 years ago
764430c
i40e/virtchnl: refactor code for validate checks
by Jesse Brandeburg
· 8 years ago
eedcfef
virtchnl: convert to new macros
by Jesse Brandeburg
· 8 years ago
260e938
virtchnl: move some code to core driver
by Jesse Brandeburg
· 8 years ago
310a2ad
virtchnl: rename i40e to generic virtchnl
by Jesse Brandeburg
· 8 years ago
55cdfd4
i40e: use new unified virtchnl header file
by Jesse Brandeburg
· 8 years ago
681bdf8
i40e/i40evf: create and use new unified header file
by Jesse Brandeburg
· 8 years ago
3929080
i40evf: drop i40e_type.h include
by Jesse Brandeburg
· 8 years ago
c380e37
Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue
by David S. Miller
· 8 years ago
d9c23ff
ixgbe: fix incorrect status check
by Emil Tantilov
· 8 years ago
3ce5cb7
ixgbe: add missing configuration for rate select 1
by Emil Tantilov
· 8 years ago
08ed48e
ixgbe: always call setup_mac_link for multispeed fiber
by Emil Tantilov
· 8 years ago
410a494
ixgbe: add write flush when configuring CS4223/7
by Emil Tantilov
· 8 years ago
cc1de78
ixgbe: correct CS4223/7 PHY identification
by Emil Tantilov
· 8 years ago
8066603
ixgbevf: Resolve warnings for -Wimplicit-fallthrough
by Tony Nguyen
· 8 years ago
31f5d9b
ixgbevf: Resolve truncation warning for q_vector->name
by Tony Nguyen
· 8 years ago
93df946
ixgbe: Resolve warnings for -Wimplicit-fallthrough
by Tony Nguyen
· 8 years ago
e61e4c8
ixgbe: Resolve truncation warning for q_vector->name
by Tony Nguyen
· 8 years ago
6af3d0f
ixgbe: Add error checking to setting VF MAC
by Tony Nguyen
· 8 years ago
22cb4ff
ixgbe: Correct thermal sensor event check
by Mark Rustad
· 8 years ago
e6b41c8
ixgbe: enable L3/L4 filtering for Tx switched packets
by Emil Tantilov
· 8 years ago
5e999fb4
ixgbe: Remove MAC X550EM_X 1Gbase-t led_[on|off] support
by Paul Greenwalt
· 8 years ago
b09457e
ixgbe: initialize u64_stats_sync structures early at ixgbe_probe
by Liwei Song
· 9 years ago
2a20525
ixgbe/ixgbevf: Enables TSO for MPLS encapsulated packets
by Scott Peterson
· 9 years ago
0a4ecc2
i40e: Check for memory allocation failure
by Christophe Jaillet
· 8 years ago
0bc0706
i40e: check for Tx timestamp timeouts during watchdog
by Jacob Keller
· 8 years ago
6118955
i40e: use pf data structure directly in i40e_ptp_rx_hang
by Jacob Keller
· 8 years ago
2955fac
i40e: add statistic indicating number of skipped Tx timestamps
by Jacob Keller
· 8 years ago
6907757
i40e: avoid permanent lock of *_PTP_TX_IN_PROGRESS
by Jacob Keller
· 8 years ago
bbc4e7d
i40e: fix race condition with PTP_TX_IN_PROGRESS bits
by Jacob Keller
· 8 years ago
9d68322
i40evf: disable unused flags
by Jesse Brandeburg
· 8 years ago
155b0f6
i40evf: fix merge error in older patch
by Jesse Brandeburg
· 8 years ago
eb873fe
i40evf: fix duplicate lines
by Jesse Brandeburg
· 8 years ago
74abc9b1
net: ethernet: update drivers to make both SW and HW TX timestamps
by Miroslav Lichvar
· 8 years ago
e341257
net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALL
by Miroslav Lichvar
· 8 years ago
857f864
Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
by Linus Torvalds
· 8 years ago
ad61dd3
scripts/spelling.txt: add regsiter -> register spelling mistake
by Stephen Boyd
· 8 years ago
8dd5b69
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue
by David S. Miller
· 8 years ago
68fe1d5
e1000e: Add Support for 38.4MHZ frequency
by Sasha Neftin
· 8 years ago
c8744f4
e1000e: Add Support for CannonLake
by Sasha Neftin
· 8 years ago
3a3173b
e1000e: Initial Support for CannonLake
by Sasha Neftin
· 8 years ago
10ed1e0
e1000e: fix PTP on e1000_pch_lpt variants
by Jarod Wilson
· 9 years ago
3dfc3eb
i40evf: hide unused variable
by Arnd Bergmann
· 8 years ago
283aeaf
i40evf: allocate queues before we setup the interrupts and q_vectors
by Jacob Keller
· 8 years ago
Next »