index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
ixgbe
/
ixgbe_main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-25
ixgbe: fix EICR write in ixgbe_msix_other
Jacob Keller
1
-0
/
+10
2013-04-24
ixgbe: add WOL support for new subdevice ID
Emil Tantilov
1
-0
/
+1
2013-04-24
ixgbe: rename wol_supported to more fitting wol_enabled
Jacob Keller
1
-2
/
+2
2013-04-24
ixgbe: add driver support for x520 OCP adapter.
Don Skidmore
1
-0
/
+8
2013-04-24
ixgbe: fix possible divide by zero in ixgbe_update_itr
Don Skidmore
1
-0
/
+3
2013-04-19
net: vlan: add protocol argument to packet tagging functions
Patrick McHardy
1
-1
/
+1
2013-04-19
net: vlan: prepare for 802.1ad VLAN filtering offload
Patrick McHardy
1
-4
/
+6
2013-04-19
net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*
Patrick McHardy
1
-6
/
+6
2013-04-18
ixgbe: Remove unnecessary #ifdef CONFIG_DEBUG_FS tests
Joe Perches
1
-10
/
+0
2013-04-18
ixgbe: Add support for WoL on 82599 SFP+ LOM
Jacob Keller
1
-0
/
+1
2013-04-18
ixgbe: in shutdown, do netif_running() under rtnl_lock
akepner
1
-2
/
+2
2013-04-17
ixgbe: bump version number
Don Skidmore
1
-1
/
+1
2013-04-17
ixgbe: Fix 1G link WoL
Don Skidmore
1
-1
/
+3
2013-04-17
ixgbe: fix MNG FW support when adapter not up
Don Skidmore
1
-0
/
+10
2013-04-17
ixgbe: enable devices with internal switch to read pci parent
Jacob Keller
1
-0
/
+48
2013-04-17
ixgbe: Enable support for recognizing PCI-e Gen3 link speed
Jacob Keller
1
-1
/
+2
2013-04-17
ixgbe: Drop check for PAGE_SIZE from ixgbe_xmit_frame_ring
Alexander Duyck
1
-6
/
+1
2013-04-17
ixgbe: Mask off check of frag_off as we only want fragment offset
Alexander Duyck
1
-1
/
+1
2013-04-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+9
2013-04-05
ixgbe: fix registration order of driver and DCA nofitication
Jakub Kicinski
1
-2
/
+9
2013-03-07
ixgbe: Make use of the default fdb handlers.
Vlad Yasevich
1
-41
/
+1
2013-02-27
hlist: drop the node parameter from iterators
Sasha Levin
1
-4
/
+4
2013-02-15
ixgbe: fix Tx timeouts with BQL
Emil Tantilov
1
-1
/
+7
2013-02-15
ixgbe: implement SFF diagnostic monitoring via ethtool
Aurélien Guillaume
1
-0
/
+4
2013-02-15
ixgbe: Make ixgbe_setup_tc usable even when DCB is not enabled
Alexander Duyck
1
-12
/
+7
2013-02-15
ixgbe: Update ixgbe driver to use __netdev_pick_tx in ixgbe_select_queue
Alexander Duyck
1
-22
/
+26
2013-02-15
ixgbe: Add function for setting XPS queue mapping
Alexander Duyck
1
-0
/
+10
2013-02-15
ixgbe: Define FCoE and Flow director limits much sooner to allow for changes
Alexander Duyck
1
-21
/
+15
2013-02-15
ixgbe: refactor initialization of feature flags
Emil Tantilov
1
-20
/
+38
2013-02-13
bridge: Add vlan support to static neighbors
Vlad Yasevich
1
-1
/
+1
2013-02-13
bridge: Dump vlan information from a bridge port
Vlad Yasevich
1
-1
/
+2
2013-02-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2013-02-12
ixgbe: Only set gso_type to SKB_GSO_TCPV4 as RSC does not support IPv6
Alexander Duyck
1
-6
/
+3
2013-02-10
ixgbe: fix gso type
Michael S. Tsirkin
1
-2
/
+6
2013-02-05
ixgbe: Fix SR-IOV MTU warning
Alexander Duyck
1
-1
/
+1
2013-02-05
ixgbe: Replace rmb in Tx cleanup with read_barrier_depends
Alexander Duyck
1
-1
/
+1
2013-02-05
ixgbe: update date to 2013
Don Skidmore
1
-2
/
+2
2013-01-31
ixgbe: autoneg variable refactoring
Josh Hay
1
-2
/
+2
2013-01-31
ixgbe: rename autoneg variables
Josh Hay
1
-16
/
+16
2013-01-31
ixgbe: Fix device ref count bug
Greg Rose
1
-0
/
+2
2013-01-23
ixgbe: Limit number of reported VFs to device specific value
Donald Dutile
1
-0
/
+1
2013-01-23
ixgbe: Implement PCI SR-IOV sysfs callback operation
Greg Rose
1
-2
/
+29
2013-01-23
ixgbe: Make mailbox ops initialization unconditional
Greg Rose
1
-1
/
+8
2013-01-23
ixgbe: add warning when scheduling reset
Jacob Keller
1
-0
/
+2
2013-01-23
ixgbe: Add ptp work item to poll for the Tx timestamp
Jacob Keller
1
-6
/
+10
2013-01-23
ixgbe: Use watchdog check in favor of BPF for detecting latched timestamp
Jacob Keller
1
-1
/
+4
2013-01-19
ixgbe: Improve performance and reduce size of ixgbe_tx_map
Alexander Duyck
1
-23
/
+19
2013-01-19
ixgbe: Update ixgbe Tx flags to improve code efficiency
Alexander Duyck
1
-41
/
+38
2013-01-19
ixgbe: Always use context 0, even for FCoE and TSO
Alexander Duyck
1
-10
/
+1
2013-01-19
ixgbe: Make TSO check for CHECKSUM_PARTIAL to avoid skb_is_gso check
Alexander Duyck
1
-0
/
+3
[next]