Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
abf45ce84c4e36bd64aef20d7df9a79bd5e4b799
/
drivers
/
net
/
ethernet
/
intel
/
igb
/
igb_main.c
0629292
igb: fix vf lookup
by Greg Rose
· 13 years ago
6e86132
igb: Update Copyright on all Intel copyrighted files.
by Carolyn Wyborny
· 13 years ago
c50b52a
igb: make local functions static
by Stephen Hemminger
· 13 years ago
a95a074
igb: reset PHY after recovering from PHY power down
by Koki Sanagi
· 13 years ago
749ab2c
igb: add basic runtime PM support
by Yan, Zheng
· 13 years ago
bdbc063
igb: Add support for byte queue limits.
by Eric Dumazet
· 13 years ago
8e58613
net: make vlan ndo_vlan_rx_[add/kill]_vid return error value
by Jiri Pirko
· 13 years ago
e8c626e
igb: Update DMA Coalescing threshold calculation.
by Matthew Vick
· 13 years ago
1f2149c
net: remove netdev_alloc_page and use __GFP_COLD
by Eric Dumazet
· 13 years ago
f85fa27
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next
by David S. Miller
· 13 years ago
c8f44af
net: introduce and use netdev_features_t for device features sets
by Michał Mirosław
· 13 years ago
876d2d6
igb: Convert printks to pr_<level>
by Jeff Kirsher
· 13 years ago
1128c75
igb: VFTA Table Fix for i350 devices
by Carolyn Wyborny
· 13 years ago
b6e0c41
igb: Move DMA Coalescing init code to separate function.
by Carolyn Wyborny
· 13 years ago
46a0169
igb: fix a compile warning
by RongQing Li
· 13 years ago
9e903e0
net: add skb frag size accessors
by Eric Dumazet
· 13 years ago
0224d66
igb: Check if subordinate VFs are assigned to virtual machines
by Greg Rose
· 13 years ago
11ba69e
igb: enable l4 timestamping for v2 event packets
by Jacob Keller
· 13 years ago
95b9c1d
igb: fix skb truesize underestimation
by Eric Dumazet
· 13 years ago
a28dc43
igb: Version bump.
by Carolyn Wyborny
· 13 years ago
8be10e9
igb: Add workaround for byte swapped VLAN on i350 local traffic
by Alexander Duyck
· 13 years ago
9ab64ba
igb: Drop unnecessary write of E1000_IMS from igb_msix_other
by Alexander Duyck
· 13 years ago
06218a8
igb: Fix features that are currently 82580 only and should also be i350
by Alexander Duyck
· 13 years ago
c74d588
igb: Make certain one vector is always assigned in igb_request_irq
by Alexander Duyck
· 13 years ago
0d1ae7f
igb: avoid unnecessarily creating a local copy of the q_vector
by Alexander Duyck
· 13 years ago
077887c
igb: add support for NETIF_F_RXHASH
by Alexander Duyck
· 13 years ago
6d095fa
igb: move TX hang check flag into ring->flags
by Alexander Duyck
· 13 years ago
5faf030
igb: fix recent VLAN changes that would leave VLANs disabled after reset
by Alexander Duyck
· 13 years ago
3ceb90f
igb: leave staterr in place and instead us a helper function to check bits
by Alexander Duyck
· 13 years ago
294e7d7
igb: retire the RX_CSUM flag and use the netdev flag instead
by Alexander Duyck
· 13 years ago
4be000c
igb: cleanup IVAR configuration
by Alexander Duyck
· 13 years ago
0ba8299
igb: Move ITR related data into work container within the q_vector
by Alexander Duyck
· 13 years ago
866cff0
igb: Consolidate all of the ring feature flags into a single value
by Alexander Duyck
· 13 years ago
6ad4edf
igb: avoid unnecessary conversions from u16 to int
by Alexander Duyck
· 13 years ago
81c2fc2
igb: Use node specific allocations for the q_vectors and rings
by Alexander Duyck
· 13 years ago
7af40ad9
igb: push data into first igb_tx_buffer sooner to reduce stack usage
by Alexander Duyck
· 13 years ago
ebe42d1
igb: consolidate creation of Tx buffer info and data descriptor
by Alexander Duyck
· 13 years ago
2bbfebe
igb: Combine all flag info fields into a single tx_flags structure
by Alexander Duyck
· 13 years ago
31f6adb
igb: Cleanup protocol handling in transmit path
by Alexander Duyck
· 13 years ago
e032afc
igb: Create separate functions for generating cmd_type and olinfo
by Alexander Duyck
· 13 years ago
8542db0
igb: Make first and tx_buffer_info->next_to_watch into pointers
by Alexander Duyck
· 13 years ago
7d13a7d
igb: Consolidate creation of Tx context descriptors into a single function
by Alexander Duyck
· 13 years ago
0603464
igb: split buffer_info into tx_buffer_info and rx_buffer_info
by Alexander Duyck
· 13 years ago
13fde97
igb: Make Tx budget for NAPI user adjustable
by Alexander Duyck
· 13 years ago
1cc3bd8
igb: Remove multi_tx_table and simplify igb_xmit_frame
by Alexander Duyck
· 13 years ago
60136906
igb: Replace E1000_XX_DESC_ADV with IGB_XX_DESC
by Alexander Duyck
· 13 years ago
cd392f5
igb: drop the "adv" off function names relating to descriptors
by Alexander Duyck
· 13 years ago
16eb881
igb: Refactor clean_rx_irq to reduce overhead and improve performance
by Alexander Duyck
· 13 years ago
238ac81
igb: update ring and adapter structure to improve performance
by Alexander Duyck
· 13 years ago
c023cd8
igb: streamline Rx buffer allocation and cleanup
by Alexander Duyck
· 13 years ago
44390ca
igb: drop support for single buffer mode
by Alexander Duyck
· 13 years ago
153285f
igb: Update max_frame_size to account for an optional VLAN tag if present
by Alexander Duyck
· 13 years ago
a74420e
igb: Update RXDCTL/TXDCTL configurations
by Alexander Duyck
· 13 years ago
877749b
intel: convert to SKB paged frag API.
by Ian Campbell
· 13 years ago
afc4b13
net: remove use of ndo_set_multicast_list in drivers
by Jiri Pirko
· 13 years ago
0178934
net: introduce IFF_UNICAST_FLT private flag
by Jiri Pirko
· 13 years ago
dee1ad4
intel: Move the Intel wired LAN drivers
by Jeff Kirsher
· 14 years ago
[Renamed from drivers/net/igb/igb_main.c]
6d337dc
igb: fix WOL on second port of i350 device
by Carolyn Wyborny
· 14 years ago
945a515
intel drivers: repair missing flush operations
by Jesse Brandeburg
· 13 years ago
48b0375
igb: remove duplicated #include
by Huang Weiyi
· 13 years ago
b2cb09b
igb: do vlan cleanup
by Jiri Pirko
· 13 years ago
4297f99
igb: Update copyright on all igb driver files.
by Carolyn Wyborny
· 14 years ago
bdaae04
igb: remove unnecessary reads of PCI_CAP_ID_EXP
by Jon Mason
· 14 years ago
ac52caa
igb: convert to ndo_fix_features
by Michał Mirosław
· 14 years ago
9f6ec8d
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
929dd04
igb: Change version to remove number after -k in kernel versions.
by Carolyn Wyborny
· 14 years ago
665c8c8
igb: fix i350 SR-IOV failture
by Williams, Mitch A
· 14 years ago
70c7160
Add appropriate <linux/prefetch.h> include for prefetch users
by Paul Gortmaker
· 14 years ago
14ad251
net/igb/e1000/e1000e: more robust ethtool duplex/speed configuration
by David Decotigny
· 14 years ago
563988d
igb: introduce igb_thermal_sensor_event for sensor checking
by Stefan Assmann
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
7ef5ed1
igb: Add messaging for thermal sensor events on i350 devices
by Carolyn Wyborny
· 14 years ago
673b8b7
igb: fix hw timestamping
by Anders Berggren
· 14 years ago
0d1fe82
igb: Bump version to 3.0.6
by Carolyn Wyborny
· 14 years ago
831ec0b
igb: Add DMA Coalescing feature to driver
by Carolyn Wyborny
· 14 years ago
4322e56
igb: Update NVM functions to work with i350 devices
by Carolyn Wyborny
· 14 years ago
09b068d
igb: Add Energy Efficient Ethernet (EEE) for i350 devices.
by Carolyn Wyborny
· 14 years ago
0a915b9
igb: Add stats output for OS2BMC feature on i350 devices
by Carolyn Wyborny
· 14 years ago
9b082d7
igb: warn if max_vfs limit is exceeded
by Stefan Assmann
· 14 years ago
c2b6a05
igb: update version string
by Carolyn Wyborny
· 14 years ago
4c4b42c
igb: Update Intel copyright notice for driver source.
by Carolyn Wyborny
· 14 years ago
17dc566
igb: add support for VF Transmit rate limit using iproute2
by Lior Levy
· 14 years ago
6b78bb1
igb: Enable PF side of SR-IOV support for i350 devices
by Carolyn Wyborny
· 14 years ago
6493d24
igb: Add support for i340 Quad Port Fiber Adapter
by Carolyn Wyborny
· 14 years ago
1380046
igb: Add Anti-spoofing feature support
by Greg Rose
· 14 years ago
1b5dda3
igb: Some fine tuning
by Gasparakis, Joseph
· 14 years ago
a6b5ea3
igb: Warn on attempt to override administratively set MAC/VLAN
by Greg Rose
· 14 years ago
8fa7e0f
igb: Fix overwrite of the VF's flags
by Greg Rose
· 14 years ago
760141a
igb[v],ixgbe: don't use flush_scheduled_work()
by Tejun Heo
· 14 years ago
9835fd7
igb: Add new function to read part number from EEPROM in string format
by Carolyn Wyborny
· 14 years ago
89bf67f
drivers/net: use vzalloc()
by Eric Dumazet
· 14 years ago
c175801
igb: Fix unused variable warning.
by Jesse Gross
· 14 years ago
229aebb
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 14 years ago
eab6d18
vlan: Don't check for vlan group before vlan_tx_tag_present.
by Jesse Gross
· 14 years ago
b738127
vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID.
by Jesse Gross
· 14 years ago
12dcd86
igb: fix stats handling
by Eric Dumazet
· 14 years ago
cd2638a
igb: add check for fiber/serdes devices to igb_set_spd_dplx;
by Carolyn Wyborny
· 14 years ago
21adef3
igb: Use netif_set_real_num_{rx,tx}_queues()
by Ben Hutchings
· 14 years ago
807540b
drivers/net: return operator cleanup
by Eric Dumazet
· 14 years ago
7b872a5
e1000/e1000e/igb/ixgb/ixgbe: set NETIF_F_HIGHDMA for VLAN feature flags
by Yi Zou
· 14 years ago
Next »