Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
d567760c409f981d35fc755b51d5bf56a99a467b
/
drivers
/
net
/
ixgbe
b811ce9
ixgbe: fix possible null buffer error
by Jesse Brandeburg
· 13 years ago
63d635b
ixgbe: Fix FCOE memory leak for DDP packets
by Alexander Duyck
· 14 years ago
b57e35b
ixgbe: fix PHY link setup for 82599
by Emil Tantilov
· 13 years ago
2a72c31
ixgbe: fix __ixgbe_notify_dca() bail out code
by Don Skidmore
· 13 years ago
945a515
intel drivers: repair missing flush operations
by Jesse Brandeburg
· 13 years ago
082757a
ixgbe: convert to ndo_fix_features
by Don Skidmore
· 13 years ago
9417c46
ixgbe: only enable WoL for magic packet by default
by Andy Gospodarek
· 13 years ago
34c6ee8
ixgbe: remove ifdef check for non-existent define
by Emil Tantilov
· 14 years ago
ff886df
ixgbe: Pass staterr instead of re-reading status and error bits from descriptor
by Alexander Duyck
· 14 years ago
bd19805
ixgbe: Move interrupt related values out of ring and into q_vector
by Alexander Duyck
· 14 years ago
08c8833
ixgbe: add structure for containing RX/TX rings to q_vector
by Alexander Duyck
· 14 years ago
82d4e46
ixgbe: inline the ixgbe_maybe_stop_tx function
by Alexander Duyck
· 14 years ago
6440752
ixgbe: Update ATR to use recorded TX queues instead of CPU for routing
by Alexander Duyck
· 14 years ago
1fc5f03
ixgbe: Make certain to initialize the fdir_perfect_lock in all cases
by Alexander Duyck
· 14 years ago
42532da
ixgbe: implement DCB ops dcb_ieee_del()
by John Fastabend
· 14 years ago
3b3bf3b
ixgbe: remove unused fcoe.tc field and fcoe_setapp()
by John Fastabend
· 14 years ago
9372453
ixgbe: complete FCoE initialization from setapp() routine
by John Fastabend
· 14 years ago
7555e83
ixgbe: A fix to VF TX rate limit
by Lior Levy
· 14 years ago
a535c30
ixgbe: Update method used for determining descriptor count for an skb
by Alexander Duyck
· 14 years ago
897ab15
ixgbe: Add one function that handles most of context descriptor setup
by Alexander Duyck
· 14 years ago
63544e9
ixgbe: Move all values that deal with count, next_to_use, next_to_clean to u16
by Alexander Duyck
· 14 years ago
7d4987d
ixgbe: Convert IXGBE_DESC_UNUSED from macro to static inline function
by Alexander Duyck
· 14 years ago
a65151ba2
ixgbe: pass adapter struct instead of netdev for interrupt data
by Alexander Duyck
· 14 years ago
a38a104
ixgbe: update driver version string
by Don Skidmore
· 14 years ago
1f4d518
ixgbe: fix ring assignment issues for SR-IOV and drop cases
by Alexander Duyck
· 14 years ago
2ba279e
ixgbe: disable RSC when Rx checksum is off
by Emil Tantilov
· 14 years ago
c988ee8
ixgbe: move reset code into a separate function
by Emil Tantilov
· 14 years ago
3a28926
ixgbe: move setting RSC into a separate function
by Emil Tantilov
· 14 years ago
e4911d5
ixgbe: add support for nfc addition and removal of filters
by Alexander Duyck
· 14 years ago
3e05334
ixgbe: add support for displaying ntuple filters via the nfc interface
by Alexander Duyck
· 14 years ago
91cd94b
ixgbe: add basic support for setting and getting nfc controls
by Alexander Duyck
· 14 years ago
c04f6ca
ixgbe: update perfect filter framework to support retaining filters
by Alexander Duyck
· 14 years ago
03ecf91
ixgbe: fix flags relating to perfect filters to support coexistence
by Alexander Duyck
· 14 years ago
b29a216
ixgbe: remove ntuple filtering
by Alexander Duyck
· 14 years ago
dadbe85
ixgbe: setup per CPU PCI pool for FCoE DDP
by Vasu Dev
· 14 years ago
9612de9
ixgbe: add support for Dell CEM
by Emil Tantilov
· 14 years ago
fb5475f
ixgbe: DCB, remove unneeded ixgbe_dcb_txq_to_tc() routine
by John Fastabend
· 14 years ago
b1bbdb2
ixgbe: DCB and perfect filters can coexist
by John Fastabend
· 14 years ago
6f70f6a
ixgbe: fix bit mask for DCB version
by John Fastabend
· 14 years ago
86b4db3
ixgbe: setup redirection table for multiple packet buffers
by John Fastabend
· 14 years ago
aba70d5
ixgbe: DCB 82598 devices, tx_idx and rx_idx swapped
by John Fastabend
· 14 years ago
e901acd
ixgbe: DCB use existing TX and RX queues
by John Fastabend
· 14 years ago
8b1c0b2
ixgbe: configure minimal packet buffers to support TC
by John Fastabend
· 14 years ago
72a32f1
ixgbe: consolidate MRQC and MTQC handling
by John Fastabend
· 14 years ago
80605c65
ixgbe: consolidate packet buffer allocation
by John Fastabend
· 14 years ago
1fcd86b
ixgbe: dcbnl reduce duplicated code and indentation
by John Fastabend
· 14 years ago
a6b7a40
net: remove interrupt.h inclusion from netdevice.h
by Alexey Dobriyan
· 14 years ago
6403eab
drivers/net: Remove unnecessary semicolons
by Joe Perches
· 14 years ago
70c7160
Add appropriate <linux/prefetch.h> include for prefetch users
by Paul Gortmaker
· 14 years ago
06f4e92
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 14 years ago
4f6290c
ixgbe: Add support for new 82599 adapter
by Don Skidmore
· 14 years ago
c050999
ixgbe: fix sparse warning
by Emil Tantilov
· 14 years ago
34cecbb
ixgbe: cleanup some minor issues in ixgbe_down()
by Alexander Duyck
· 14 years ago
f0f9778
ixgbe: Merge over-temp task into service task
by Alexander Duyck
· 14 years ago
d034acf
ixgbe: Merge ATR reinit into the service task
by Alexander Duyck
· 14 years ago
c83c6cb
ixgbe: merge reset task into service task
by Alexander Duyck
· 14 years ago
93c52dd
ixgbe: Merge watchdog functionality into service task
by Alexander Duyck
· 14 years ago
7086400
ixgbe: Combine SFP and multi-speed fiber task into single service task
by Alexander Duyck
· 14 years ago
e606bfe
ixgbe: move flags and state into the same cacheline
by Alexander Duyck
· 14 years ago
51275d3
ixgbe: force unlock on timeout
by Emil Tantilov
· 14 years ago
a1cbb15
ixgbe: Add macvlan support for VF
by Greg Rose
· 14 years ago
bcec8b6
ixgbe,rcu: convert call_rcu(ring_free_rcu) to kfree_rcu()
by Lai Jiangshan
· 14 years ago
58f6bcf
ixgbe: add ethtool counters for OS2BMC
by Emil Tantilov
· 14 years ago
67a74ee
ixgbe: add rxhash support
by Emil Tantilov
· 14 years ago
6716344
ixgbe: Cleanup PCIe bus speed info
by Don Skidmore
· 14 years ago
68c7005
ixgbe: improve EEPROM read/write operations
by Emil Tantilov
· 14 years ago
95a4601
ixgbe: fix sparse warning
by Emil Tantilov
· 14 years ago
2698b20
ixgbe: fix typo error with software defined pins on 82599
by Don Skidmore
· 14 years ago
6d980c3
ixgbe: Use function pointer for ixgbe_acquire/release_swfw_sync()
by Emil Tantilov
· 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
66e6961
ixgbe: convert to ethtool set_phys_id
by Emil Tantilov
· 14 years ago
e7fd925
ixgbe: fix X540 ethtool loopback test.
by Don Skidmore
· 14 years ago
c89c711
ixgbe: Bump version
by Don Skidmore
· 14 years ago
58be766
ixgbe: enable SCTP checksum offload for X540
by Don Skidmore
· 14 years ago
7aba7b0
ixgbe: do not clear FCoE DDP error status for received ABTS
by Yi Zou
· 14 years ago
b32c8dc
ixgbe: fix static functions
by John Fastabend
· 14 years ago
11b1d38
ixgbe: remove ntuple display support
by Alexander Duyck
· 14 years ago
98508c9
ixgbe: add LED blink code for x540
by Emil Tantilov
· 14 years ago
0665b09
ixgbe: add support for 64k EEPROM for 82599
by Emil Tantilov
· 14 years ago
83dfde4
ixgbe: register defines cleanup
by Emil Tantilov
· 14 years ago
50c022e
ixgbe: explicitly disable 100H for x540
by Emil Tantilov
· 14 years ago
45a5f72
ixgbe: DCB, X540 devices do not respond to pause frames
by John Fastabend
· 14 years ago
e09ad23
ixgbe: DCB, misallocated packet buffer size with X540 device
by John Fastabend
· 14 years ago
b776d10
ixgbe: make device_caps() generic
by Emil Tantilov
· 14 years ago
a59e8a1
ixgbe: explicitly disable 100H for x540
by Emil Tantilov
· 14 years ago
4c40ef0
ixgbe: add support for new HW
by Emil Tantilov
· 14 years ago
eb9c3e3
ixgbe: fix semaphores in eeprom routines for x540
by Emil Tantilov
· 14 years ago
032b432
ixgbe: cleanup short msleep's (<20ms) to use usleep_range
by Don Skidmore
· 14 years ago
0fa6d83
ixgbe: fix 82599 KR downshift coexistence with LESM FW module
by Emil Tantilov
· 14 years ago
3d5c520
ixgbe: move disabling of relaxed ordering in start_hw()
by Emil Tantilov
· 14 years ago
7184b7c
ixgbe: refactor common start_hw code for 82599 and x540
by Emil Tantilov
· 14 years ago
75e3d3c
ixgbe: update version string for Dell CEM use
by Jeff Kirsher
· 14 years ago
d6cd8e0
ixgbe: fix namespacecheck issue
by Emil Tantilov
· 14 years ago
c913018
ixgbe: correct function number for some 82598 parts
by Emil Tantilov
· 14 years ago
2ea5ea5
ixgbe: fix return value checks
by Emil Tantilov
· 14 years ago
c8ca76e
ixgbe: DCB, further cleanups to app configuration
by John Fastabend
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
1f4a024
ixgbe: DCB, PFC not cleared until reset occurs
by John Fastabend
· 14 years ago
ff4ab20
ixgbe: add support for VF Transmit rate limit using iproute2
by Lior Levy
· 14 years ago
Next »