Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
eab6d18d20fc5b5ba04a7e7fcd6f357197870e51
/
drivers
/
net
/
igb
/
igb_main.c
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
308fb39
igb: Add support for DH89xxCC
by Joseph Gasparakis
· 14 years ago
d85b9004
igb: clear VF_PROMISC bits instead of setting all other bits
by Alexander Duyck
· 14 years ago
bc8acf2
drivers/net: avoid some skb->ip_summed initializations
by Eric Dumazet
· 14 years ago
c061b18
drivers/net: Remove address use from assignments of function pointers
by Joe Perches
· 14 years ago
2244d07
net: simplify flags for tx timestamping
by Oliver Hartkopp
· 14 years ago
2d0bb1c
e100/e1000*/igb*/ixgb*: Add missing read memory barrier
by Jeff Kirsher
· 15 years ago
81a6185
igb: Use irq_synchronize per vector when using MSI-X
by Emil Tantilov
· 15 years ago
bb7e95c
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
bded64a
ixgbe/igb: catch invalid VF settings
by Andy Gospodarek
· 15 years ago
4478a9c
igb: drop support for UDP hashing w/ RSS
by Alexander Duyck
· 15 years ago
de42edd
igb: Add comment
by Greg Rose
· 15 years ago
c0f2276
igb: Fix Tx hangs seen when loading igb with max_vfs > 7.
by Emil Tantilov
· 15 years ago
5fa8517
igb: Use only a single Tx queue in SR-IOV mode
by Greg Rose
· 15 years ago
a4b7709
drivers/net: Remove unnecessary returns from void function()s
by Joe Perches
· 15 years ago
2873957
igb: reduce cache misses on tx cleanup
by Nick Nunley
· 15 years ago
c97ec42
igb: add registers etc. printout code just before resetting adapters
by Taku Izumi
· 15 years ago
59d7198
igb: convert igb from using PCI DMA functions to using DMA API functions
by Alexander Duyck
· 15 years ago
ff846f5
igb: add support for reporting 5GT/s during probe on PCIe Gen2
by Alexander Duyck
· 15 years ago
aa91340
igb: double increment nr_frags
by Koki Sanagi
· 15 years ago
dad1e54
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
d5aa225
igb: restrict WoL for 82576 ET2 Quad Port Server Adapter
by Stefan Assmann
· 15 years ago
871039f
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
4a35ecf
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
22bedad3
net: convert multicast list to list_head
by Jiri Pirko
· 15 years ago
757b77e
igb: add per-packet timestamping
by Nick Nunley
· 15 years ago
c041076
igb: update hw_debug macro to make use of netdev_dbg call
by Alexander Duyck
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
31b24b9
igb: only use vlan_gro_receive if vlans are registered
by Alexander Duyck
· 15 years ago
d07f3e3
igb: do not modify tx_queue_len on link speed change
by Emil Tantilov
· 15 years ago
fa3d9a6
igb: count Rx FIFO errors correctly
by Mitch Williams
· 15 years ago
d2ba2ed
igb: add support for Intel I350 Gigabit Network Connection
by Alexander Duyck
· 15 years ago
52a1dd4
igb: cleanup usage of virtualization registers
by Alexander Duyck
· 15 years ago
b894fa2
igb: Add support for 82576 ET2 Quad Port Server Adapter
by Carolyn Wyborny
· 15 years ago
318ae2e
Merge branch 'for-next' into for-linus
by Jiri Kosina
· 15 years ago
48e2f18
net: convert multiple drivers to use netdev_for_each_mc_addr, part4
by Jiri Pirko
· 15 years ago
a77ff70
igb: update tx DMA mapping error handling
by Nick Nunley
· 15 years ago
fe0592b
igb: use igb_free_q_vectors to cleanup failure in igb_alloc_q_vectors
by Nick Nunley
· 15 years ago
d3eeb62
igb: remove unused vmolr value
by Nick Nunley
· 15 years ago
91d4ee3
igb: minor type cleanups
by Nick Nunley
· 15 years ago
40e90c2
igb: move gso_segs into buffer_info structure
by Nick Nunley
· 15 years ago
717ba08
igb: inline igb_maybe_stop_tx
by Nick Nunley
· 15 years ago
43915c7c
igb: only read phy specific stats if in internal phy mode
by Nick Nunley
· 15 years ago
e6bdb6f
igb: only support SRRCTL_DROP_EN when using multiple queues
by Nick Nunley
· 15 years ago
abe1c36
igb: cap interrupts at 20K per queue when in itr mode 3
by Nick Nunley
· 15 years ago
2d0b0f6
igb: remove adaptive IFS from driver
by Nick Nunley
· 15 years ago
3025a44
igb: Allocate rings seperately instead of as a block
by Alexander Duyck
· 15 years ago
b94f2d7
igb: call pci_save_state after pci_restore_state
by Nick Nunley
· 15 years ago
88a268c
igb: Power down link when interface is down
by Nick Nunley
· 15 years ago
3145535
igb: Report link status in ethtool when interface is down
by Nick Nunley
· 15 years ago
26b3927
igb: remove unecessary q_vector declarations and remove itr_shift
by Alexander Duyck
· 15 years ago
8151d29
igb: support for VF configuration tools
by Williams, Mitch A
· 15 years ago
4cd24ea
net: use netdev_mc_count and netdev_mc_empty when appropriate
by Jiri Pirko
· 15 years ago
b1109bf
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
3ad2f3f
tree-wide: Assorted spelling fixes
by Daniel Mack
· 15 years ago
feeb272
igb: make certain to reassign legacy interrupt vectors after reset
by Alexander Duyck
· 15 years ago
05ba712
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
32e7bfc
net: use helpers to access uc list V2
by Jiri Pirko
· 15 years ago
8e1e8a4
net: Fix IPv6 GSO type checks in Intel ethernet drivers
by Sridhar Samudrala
· 15 years ago
8581145
igb/igbvf: cleanup exception handling in tx_map_adv
by Alexander Duyck
· 15 years ago
d4a66e7
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
7f081d4
igb: add support for device reset interrupt
by Alexander Duyck
· 15 years ago
a3aa188
drivers/net/: use DEFINE_PCI_DEVICE_TABLE()
by Alexey Dobriyan
· 15 years ago
d405ea3
igb: correctly offset 82575 flow control watermarks by 16 bytes
by Alexander Duyck
· 15 years ago
fef45f4
igb: fix handling of mailbox collisions between PF/VF
by Alexander Duyck
· 15 years ago
8e95a20
drivers/net: Move && and || to end of previous line
by Joe Perches
· 15 years ago
6366ad3
igb: remove use of skb_dma_map from driver
by Alexander Duyck
· 15 years ago
55cac24
igb: Add full support for 82580 devices
by Alexander Duyck
· 15 years ago
a0607fd
drivers/net: request_irq - Remove unnecessary leading & from second arg
by Joe Perches
· 15 years ago
d1eff35
igb: only recycle page if it is on our numa node
by Alexander Duyck
· 15 years ago
dbabb06
igb: check for packets on all tx rings when link is down
by Alexander Duyck
· 15 years ago
128e45e
igb: Rework how netdev->stats is handled
by Alexander Duyck
· 15 years ago
a99955f
igb: when number of CPUs > 4 combine tx/rx queues to allow more queues
by Alexander Duyck
· 15 years ago
115f459
igb: move timesync init into a seperate function
by Alexander Duyck
· 15 years ago
559e9c4
igb: cleanup whitespace issues in igb_main.c
by Alexander Duyck
· 15 years ago
5b043fb
igb: open up SCTP checksum offloads to all MACs 82576 and newer
by Alexander Duyck
· 15 years ago
c809d22
igb: limit minimum mtu to 68 to keep ip bound to interface
by Alexander Duyck
· 15 years ago
090b179
igb: add pci_dev in few spots to clean up use of dev_err/info/warn
by Alexander Duyck
· 15 years ago
330a6d6
igb: replace unecessary &adapter->hw with just hw where applicable
by Alexander Duyck
· 15 years ago
42d0781
igb: cleanup clean_rx_irq_adv and alloc_rx_buffers_adv
by Alexander Duyck
· 15 years ago
cdfd01fc
igb: cleanup igb xmit frame path
by Alexander Duyck
· 15 years ago
645a3ab
igb: Remove invalid stats counters
by Alexander Duyck
· 15 years ago
25568a5
igb: cleanup interrupt enablement in regards to msix_other
by Alexander Duyck
· 15 years ago
ee1b9f0
igb: change queue ordering for 82576 based adapters
by Alexander Duyck
· 15 years ago
439705e
igb: cleanup code related to ring resource allocation and free
by Alexander Duyck
· 15 years ago
f7ba205
igb: make tx hang check multiqueue, check eop descriptor
by Alexander Duyck
· 15 years ago
4337e99
igb: move global_quad_port_a from global into local static define
by Alexander Duyck
· 15 years ago
3f9c016
igb: only process global stats in igb_update_stats
by Alexander Duyck
· 15 years ago
a6b623e
igb: move vf init into a seperate function
by Alexander Duyck
· 15 years ago
5146623
igb: rework handling of the vfta and vlvf registers in relation to mng_vlan
by Alexander Duyck
· 15 years ago
7d5753f
igb: rework use of VMOLR in regards to PF and VFs
by Alexander Duyck
· 15 years ago
f2ca0db
igb: replace the VF clear_to_send with a flags value
by Alexander Duyck
· 15 years ago
d249be5
igb: use packet buffer sizes from RXPBS register
by Alexander Duyck
· 15 years ago
c5b9bd5
igb: cleanup some of the code related to hw timestamping
by Alexander Duyck
· 15 years ago
Next »