Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
18cb652a41ab2c9975e9b4d7ac69230d5a258f24
/
drivers
/
net
/
ethernet
/
intel
18cb652
ixgbe: Clean-up page reuse code
by Alexander Duyck
· 10 years ago
2c3c031
bridge: add brport flags to dflt bridge_getlink
by Scott Feldman
· 10 years ago
02637fc
net: rename netdev_phys_port_id to more generic name
by Jiri Pirko
· 10 years ago
f6f6424
net: make vid as a parameter for ndo_fdb_add/ndo_fdb_del
by Jiri Pirko
· 10 years ago
60b7379
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
4ea85e8
net: Check for presence of IFLA_AF_SPEC
by Thomas Graf
· 10 years ago
b7c1a31
net: Validate IFLA_BRIDGE_MODE attribute length
by Thomas Graf
· 10 years ago
17a402a
igb: Fixes needed for surprise removal support
by Carolyn Wyborny
· 10 years ago
b5b2ffc
ixgbe: fix use after free adapter->state test in ixgbe_remove/ixgbe_probe
by Daniel Borkmann
· 10 years ago
4556dc5
ixgbe: Correctly disable VLAN filter in promiscuous mode
by Vlad Yasevich
· 10 years ago
2f90ade
i40e: enable fdb add code, remove unused code
by Jesse Brandeburg
· 10 years ago
5d1ff106
i40e: trigger SW INT with no ITR wait
by Shannon Nelson
· 10 years ago
c88e38c
i40evf: remove unnecessary else
by Mitch Williams
· 10 years ago
348d499
i40evf: make comparisons consistent
by Mitch Williams
· 10 years ago
75a6443
i40evf: make checkpatch happy
by Mitch Williams
· 10 years ago
2cda3f3
i40evf: update header comments
by Mitch Williams
· 10 years ago
1001dc3
i40e: don't overload fields
by Mitch Williams
· 10 years ago
688ff32
ixgbevf: add netpoll support
by Emil Tantilov
· 10 years ago
6622402
ixgbevf: compare total_rx_packets and budget in ixgbevf_clean_rx_irq
by Emil Tantilov
· 10 years ago
bad1723
ixgbevf: Change receive model to use double buffered page based receives
by Emil Tantilov
· 10 years ago
4b95fe3
ixgbevf: Update Rx next to clean in real time
by Emil Tantilov
· 10 years ago
0579eef
ixgbevf: reorder main loop in ixgbe_clean_rx_irq to allow for do/while/continue
by Emil Tantilov
· 10 years ago
b97fe3b
ixgbevf: Cleanup variable usage, improve stack performance
by Emil Tantilov
· 10 years ago
dff8052
ixgbevf: Combine the logic for post Rx processing into single function
by Emil Tantilov
· 10 years ago
ec62fe2
ixgbevf: Test Rx status bits directly out of the descriptor
by Emil Tantilov
· 10 years ago
bafa578
ixgbevf: Update ixgbevf_alloc_rx_buffers to handle clearing of status bits
by Emil Tantilov
· 10 years ago
3ffa037
i40e: Set XPS bit mask to zero in DCB mode
by Neerav Parikh
· 10 years ago
4b7698c
i40e: Prevent link flow control settings when PFC is enabled
by Neerav Parikh
· 10 years ago
d341b7a
i40e: Do not disable/enable FCoE VSI with DCB reconfig
by Neerav Parikh
· 10 years ago
69129dc
i40e: Modify Tx disable wait flow in case of DCB reconfiguration
by Neerav Parikh
· 10 years ago
23cd1f0
i40e: Update VEB's enabled_tc after reconfiguration
by Neerav Parikh
· 10 years ago
e1c4751
i40e: Check for LLDP AdminStatus before querying DCBX
by Neerav Parikh
· 10 years ago
9fa61dd
i40e: Add support to firmware CEE DCBX mode
by Neerav Parikh
· 10 years ago
2fd75f3
i40e: Resume Port Tx after DCB event
by Neerav Parikh
· 10 years ago
7bda87c
i40e: Bump version to 1.1.23
by Catherine Sullivan
· 10 years ago
c5c2f7c
i40e: re-enable VFLR interrupt sooner
by Mitch Williams
· 10 years ago
e684fa3
i40e: only warn once of PTP nonsupport in 100Mbit speed
by Shannon Nelson
· 10 years ago
9913c61
ixgbe: use netdev_rss_key_fill() helper
by Eric Dumazet
· 10 years ago
eb31f84
igb: use netdev_rss_key_fill() helper
by Eric Dumazet
· 10 years ago
22f258a
i40e: use netdev_rss_key_fill() helper
by Eric Dumazet
· 10 years ago
c41a4fb
fm10k: use netdev_rss_key_fill() helper
by Eric Dumazet
· 10 years ago
5c8d19d
e100e: use netdev_rss_key_fill() helper
by Eric Dumazet
· 10 years ago
076ce44
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
42b17f0
fm10k/igb/ixgbe: Replace __skb_alloc_page with dev_alloc_page
by Alexander Duyck
· 10 years ago
48eb5b9
ixgbe: phy: fix uninitialized status in ixgbe_setup_phy_link_tnx
by Daniel Borkmann
· 10 years ago
d1b849b
ixgbe: add helper function for setting RSS key in preparation of X550
by Don Skidmore
· 10 years ago
9a75a1a
ixgbe: Add new support for X550 MAC's
by Don Skidmore
· 10 years ago
8d697e7
ixgbe: cleanup move setting PFQDE.HIDE_VLAN to support function.
by Don Skidmore
· 10 years ago
2b509c0
ixgbe: cleanup ixgbe_ndo_set_vf_vlan
by Don Skidmore
· 10 years ago
71bde60
ixgbe: fix X540 Completion timeout
by Don Skidmore
· 10 years ago
cc05292
i40evf: don't use more queues than CPUs
by Mitch Williams
· 10 years ago
f8d4db3
i40evf: make early init processing more robust
by Mitch Williams
· 10 years ago
79442d3
i40e: clean up throttle rate code
by Jesse Brandeburg
· 10 years ago
2153671
i40e: don't do link_status or stats collection on every ARQ
by Shannon Nelson
· 10 years ago
0db4e16
i40e: poll firmware slower
by Kamil Krawczyk
· 10 years ago
2089ad0
i40e: properly parse MDET registers
by Mitch Williams
· 10 years ago
7a28d88
i40e: configure VM ID in qtx_ctl
by Mitch Williams
· 10 years ago
5b5faa4
i40e: enable debug earlier
by Shannon Nelson
· 10 years ago
049a2be
i40e: better wording for resource tracking errors
by Shannon Nelson
· 10 years ago
c135b0d
i40e: scale msix vector use when more cores than vectors
by Shannon Nelson
· 10 years ago
7204a78
i40e: remove debugfs dump stats
by Shannon Nelson
· 10 years ago
a282bab
i40e: avoid disable of interrupt when changing ITR
by Jesse Brandeburg
· 10 years ago
1ac1e76
i40evf: Add support for 10G base T parts
by Paul M Stillwell Jr
· 10 years ago
320684c
i40e: fix link checking logic
by Mitch Williams
· 10 years ago
7bdd6f7
i40evf: properly handle multiple AQ messages
by Mitch Williams
· 10 years ago
1790ed0
i40e: Add condition to enter fdir flush and reinit
by Akeem G Abodunrin
· 10 years ago
55b42b5
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
e3215f0
ixgbe: fix race when setting advertised speed
by Emil Tantilov
· 10 years ago
4d2fcfb
ixgbe: need not repeat init skb with NULL
by Junwei Zhang
· 10 years ago
bc16e47
igb: don't reuse pages with pfmemalloc flag
by Roman Gushchin
· 10 years ago
a22bb0b
e1000: unset IFF_UNICAST_FLT on WMware 82545EM
by Francesco Ruggeri
· 10 years ago
013f657
i40e: _MASK vs _SHIFT typo in i40e_handle_mdd_event()
by Dan Carpenter
· 10 years ago
e8720db
i40e: Bump version
by Catherine Sullivan
· 11 years ago
bf00b37
i40e: Moving variable declaration out of the loops
by Akeem G Abodunrin
· 10 years ago
5960d33
i40e: Add 10GBaseT support
by Mitch Williams
· 11 years ago
a34a671
i40e: process link events when setting up switch
by Mitch Williams
· 11 years ago
cafa2ee
i40e: Fix a bug where Rx would stop after some time
by Anjali Singhai Jain
· 11 years ago
f98a200
i40e/i40evf: Use usleep_range() instead of udelay()
by Neerav Parikh
· 11 years ago
8c570dc
i40e/i40evf: Fix whitespace indentation
by Jeff Kirsher
· 11 years ago
1e701e0
i40e: enable LSE poke and simplify link state
by Jesse Brandeburg
· 11 years ago
7e2453f
i40e: mask phy events
by Jesse Brandeburg
· 11 years ago
600a507
ixgbe: check for vfs outside of sriov_num_vfs before dereference
by Emil Tantilov
· 10 years ago
f6b03c1
fm10k: Add CONFIG_FM10K_VXLAN configuration option
by Andy Zhou
· 10 years ago
13cb2da
fm10k: Unlock mailbox on VLAN addition failures
by Matthew Vick
· 10 years ago
4d41915
fm10k: Check the host state when bringing the interface up
by Matthew Vick
· 10 years ago
2c2b2f0
fm10k: Add skb->xmit_more support
by Alexander Duyck
· 10 years ago
ec91698
ixgbe: fix race accessing page->_count
by Eric Dumazet
· 10 years ago
00cd5ad
igb: fix race accessing page->_count
by Eric Dumazet
· 10 years ago
42b0270
fm10k: fix race accessing page->_count
by Eric Dumazet
· 10 years ago
b71b12d
networking: fm10k: Fix build failure
by Pranith Kumar
· 10 years ago
4567dc1
i40e: skb->xmit_more support
by Eric Dumazet
· 10 years ago
b5d130c
igb: bump version to 5.2.15
by Todd Fujinaka
· 11 years ago
a81fb04
i40e/igb: Convert to dev_consume_skb_any()
by Rick Jones
· 11 years ago
7acf631
igb: remove blocking phy read from inside spinlock
by Bernhard Kaindl
· 11 years ago
3463de1
ixgbe: delete one duplicate marcro definition of IXGBE_MAX_L2A_QUEUES
by Ethan Zhao
· 11 years ago
ffefa9f
ixgbe: fix setting of TXDCTL.WTRHESH when ITR is set to 0 and no BQL
by Emil Tantilov
· 11 years ago
340c520
ixgbe: remove wait loop on autoneg for copper devices
by Emil Tantilov
· 11 years ago
fe1f2a9
ixgbe: Convert the normal transmit complete path to dev_consume_skb_any()
by Rick Jones
· 11 years ago
c9d4994
fm10k: Correctly set the number of Tx queues
by Alexander Duyck
· 10 years ago
fd33396
fm10k: Reduce buffer size when pages are larger than 4K
by Alexander Duyck
· 11 years ago
Next »