Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
2115133f8b9a8dbdb217d14080814df07ce90479
/
drivers
/
net
/
ixgb
945a515
intel drivers: repair missing flush operations
by Jesse Brandeburg
· 13 years ago
70c7160
Add appropriate <linux/prefetch.h> include for prefetch users
by Paul Gortmaker
· 13 years ago
ec7e97e
ixgb: convert to set_phys_id
by Jeff Kirsher
· 14 years ago
7073949
ethtool: cosmetic: Use ethtool ethtool_cmd_speed API
by David Decotigny
· 14 years ago
25db033
ethtool: Use full 32 bit speed range in ethtool's set_settings
by David Decotigny
· 14 years ago
e2444d9
ixgb: convert to new VLAN model
by Emil Tantilov
· 14 years ago
0d0b167
net: Fix drivers advertising HW_CSUM feature to use csum_start
by Michał Mirosław
· 14 years ago
23f333a
drivers/net: don't use flush_scheduled_work()
by Tejun Heo
· 14 years ago
ae54496
ixgb: Don't check for vlan group on transmit
by Emil Tantilov
· 14 years ago
6674450
Intel Wired LAN drivers: Use static const
by Jeff Kirsher
· 14 years ago
89bf67f
drivers/net: use vzalloc()
by Eric Dumazet
· 14 years ago
ec43a81
ixgb: call pci_disable_device in ixgb_remove
by Emil Tantilov
· 14 years ago
b738127
vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID.
by Jesse Gross
· 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
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
2d0bb1c
e100/e1000*/igb*/ixgb*: Add missing read memory barrier
by Jeff Kirsher
· 14 years ago
57bf6ee
ixgb and e1000: Use new function for copybreak tests
by Joe Perches
· 14 years ago
a4b7709
drivers/net: Remove unnecessary returns from void function()s
by Joe Perches
· 14 years ago
47631f8
ixgb: use DMA API instead of PCI DMA functions
by Nick Nunley
· 15 years ago
d328bc8
ixgb: Use pr_<level> and netdev_<level>
by Joe Perches
· 15 years ago
22bedad
net: convert multicast list to list_head
by Jiri Pirko
· 15 years ago
48e2f18
net: convert multiple drivers to use netdev_for_each_mc_addr, part4
by Jiri Pirko
· 15 years ago
6909c66
drivers/net/ixgb: Use netif_printk macros
by Joe Perches
· 15 years ago
4cd24ea
net: use netdev_mc_count and netdev_mc_empty when appropriate
by Jiri Pirko
· 15 years ago
51c24aa
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
c1fa347
e1000/e1000e/igb/igbvf/ixgb/ixgbe: Fix tests of unsigned in *_tx_map()
by Roel Kluin
· 15 years ago
a3aa188
drivers/net/: use DEFINE_PCI_DEVICE_TABLE()
by Alexey Dobriyan
· 15 years ago
adeaa90
ixgb: remove use of skb_dma_map from ixgb
by Alexander Duyck
· 15 years ago
a0607fd
drivers/net: request_irq - Remove unnecessary leading & from second arg
by Joe Perches
· 15 years ago
d189a7e
ixgb: Fix erroneous display of stats by ethtool -S
by Ajit Khaparde
· 15 years ago
89d71a6
net: Use netdev_alloc_skb_ip_align()
by Eric Dumazet
· 15 years ago
0cdc036
ixgb: Use the instance of net_device_stats from net_device.
by Ajit Khaparde
· 15 years ago
3b29a56
intel: convert drivers to netdev_tx_t
by Stephen Hemminger
· 15 years ago
d6a1f83
ixgb: return PCI_ERS_RESULT_DISCONNECT on permanent failure
by Dean Nelson
· 15 years ago
6ed1065
net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions
by Patrick McHardy
· 15 years ago
042a53a
net: skb_shared_info optimization
by Eric Dumazet
· 15 years ago
2867975
net: dont update dev->trans_start in 10GB drivers
by Eric Dumazet
· 15 years ago
c2d5ab4
e1000/e1000e/igb/ixgb: don't txhang after link down
by Jesse Brandeburg
· 15 years ago
cdbf0eb
ixgb: Use generic MDIO definitions
by Ben Hutchings
· 16 years ago
4cb9be7
e1000/e1000e/igb/ixgb: do not use netif_wake_queue un-necessarily
by Jesse Brandeburg
· 16 years ago
3a6d1bc
ixgb: fix link down initial state
by Jesse Brandeburg
· 16 years ago
0ee904c
drivers/net: replace BUG() with BUG_ON() if possible
by Alexander Beregalov
· 16 years ago
284901a
dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)
by Yang Hongyang
· 16 years ago
6a35528
dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)
by Yang Hongyang
· 16 years ago
fe52eeb
ixgb: refactor tx path to use skb_dma_map/unmap
by Alexander Duyck
· 16 years ago
288379f
net: Remove redundant NAPI functions
by Ben Hutchings
· 16 years ago
2d5451d
net: Fix warning fallout from recent NAPI interface changes.
by David S. Miller
· 16 years ago
908a7a1
net: Remove unused netdev arg from some NAPI interfaces.
by Neil Horman
· 16 years ago
d276016
ixgb: cleanup link up/down messages
by Jeff Kirsher
· 16 years ago
0082982
netdev: add more functions to netdevice ops
by Stephen Hemminger
· 16 years ago
0edc352
ixgb: convert to net_device_ops
by Stephen Hemminger
· 16 years ago
babcda7
drivers/net: Kill now superfluous ->last_rx stores.
by David S. Miller
· 16 years ago
275f165
pci: use pci_ioremap_bar() in drivers/net
by Arjan van de Ven
· 16 years ago
23e55a3
ixgb: fix bug when freeing resources
by Brandeburg, Jesse
· 16 years ago
b39d66a
drivers/net: replace __FUNCTION__ with __func__
by Harvey Harrison
· 16 years ago
78ed11a
netdrv intel: always enable VLAN filtering except in promiscous mode
by Patrick McHardy
· 16 years ago
746b9f0
netdrv intel: disable VLAN filtering in promiscous mode
by Patrick McHardy
· 16 years ago
f731a9e
ixgb: update copyright dates and versions
by Jesse Brandeburg
· 16 years ago
6d37ab2
ixgb: make NAPI the only option and the default
by Jesse Brandeburg
· 16 years ago
2c21fc6
ixgb: cleanup header
by Jesse Brandeburg
· 16 years ago
c219934
ixgb: audit use of dev_kfree_skb_any
by Jesse Brandeburg
· 16 years ago
9e7bd33
ixgb: clean up assignments inside if statements
by Jesse Brandeburg
· 16 years ago
fc2d14e
ixgb: rx cleanup performance improvements
by Jesse Brandeburg
· 16 years ago
8441dab
ixgb: cleanup checkpatch suggestions that are relevant
by Jesse Brandeburg
· 16 years ago
1459336
ixgb: trivial fix space after for
by Jesse Brandeburg
· 16 years ago
52035bd
ixgb: fix spelling errors
by Jesse Brandeburg
· 16 years ago
0060c07
ixgb: whitespace fixups
by Jesse Brandeburg
· 16 years ago
9a43299
ixgb: cleanup space after while
by Jesse Brandeburg
· 16 years ago
03f8304
ixgb: format all if( to be if (
by Jesse Brandeburg
· 16 years ago
7490d71
ixgb: clean up un-necessary declarations
by Jesse Brandeburg
· 16 years ago
d9fed18
ixgb: add copybreak parameter
by Jesse Brandeburg
· 16 years ago
db58294
ixgb: remove lltx support and update tx routine
by Jesse Brandeburg
· 16 years ago
1257969
ixgb: fix unload race with timers
by Jesse Brandeburg
· 16 years ago
b5ca88e
ixgb: fix race on rx_buffer_len in mtu change
by Jesse Brandeburg
· 16 years ago
3433663
ixgb: move time stamp set before setting dma pointer
by Jesse Brandeburg
· 16 years ago
a65a604
ixgb: don't allow too small MTU
by Jesse Brandeburg
· 16 years ago
72ab519
ixgb: check down state before enable irq
by Jesse Brandeburg
· 16 years ago
a3dc3da
ixgb: leave room for extra hardware memory usage
by Jesse Brandeburg
· 16 years ago
4360386
ixgb: fix bug in descriptor ring due to prefetch corruption
by Jesse Brandeburg
· 16 years ago
e539e46
ixgb: repeat 32 bit ioremap cleanup
by Jesse Brandeburg
· 16 years ago
0f8ecba
ixgb: maybe stop tx port missed a piece
by Jesse Brandeburg
· 16 years ago
38b2219
netdrv: don't truncate VLAN TCI with VLAN stripping
by Patrick McHardy
· 16 years ago
222441a
ixgb: convert uint16_t style integers to u16
by Joe Perches
· 17 years ago
8e8e438
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 17 years ago
9c61a9d
ixgb: remove irq_sem
by Jesse Brandeburg
· 17 years ago
a9340b8
ixgb: move externs out of .c files
by Auke Kok
· 17 years ago
446490c
ixgb: convert boolean_t to bool
by Joe Perches
· 17 years ago
bab2bce
ixgb: add explicit state checking
by Jesse Brandeburg
· 17 years ago
c7793ac
ixgb: remove unused variable
by Julia Lawall
· 17 years ago
ac0b350
ixgb: add RNBC counter - no buffer count - to ethtool stats
by Auke Kok
· 17 years ago
030ed68
replace code with FIELD_SIZEOF
by Julia Lawall
· 17 years ago
8b32e63
ixgb: enable sun hardware support for broadcom phy
by Matheos Worku
· 17 years ago
a7df90a
ixgb endianness annotations
by Al Viro
· 17 years ago
49d85c5
[NET]: Fix interrupt semaphore corruption in Intel drivers.
by David S. Miller
· 17 years ago
53e52c7
[NET]: Make ->poll() breakout consistent in Intel ethernet drivers.
by David S. Miller
· 17 years ago
4ec2411
[NET]: Do not check netif_running() and carrier state in ->poll()
by David S. Miller
· 17 years ago
3fd7131
ixgb: make sure jumbos stay enabled after reset
by Matheos Worku
· 17 years ago
19abe86
ixgb: fix TX hangs under heavy load
by Auke Kok
· 17 years ago
Next »