summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-06-18netfilter: Remove spurios included of netfilter.hEric W Biederman3-4/+0
2015-06-16sfc: mark state UNINIT after unregisterEdward Cree1-0/+1
2015-06-16net/mlx4_en: Support ndo_get_vf_statsEran Ben Elisha4-0/+90
2015-06-16net/mlx4_en: Show PF own statistics via ethtoolEran Ben Elisha5-3/+49
2015-06-16net/mlx4_core: Add helper to query countersEran Ben Elisha2-24/+65
2015-06-16IB/mlx4: Set VF to read from QP countersEran Ben Elisha1-2/+4
2015-06-16IB/mlx4: Add RoCE/IB dedicated countersEran Ben Elisha4-17/+39
2015-06-16net/mlx4_core: Allocate default counter per portEran Ben Elisha5-4/+76
2015-06-16net/mlx4_core: Add port attribute when tracking countersEran Ben Elisha1-3/+87
2015-06-16net/mlx4_core: Adjust counter grant policy in the resource trackerEran Ben Elisha1-4/+31
2015-06-16net/mlx4_core: Remove counters table allocation from VF flowEran Ben Elisha1-7/+18
2015-06-16net/mlx4_core: Add sink counterEran Ben Elisha3-6/+10
2015-06-16net/mlx4_core: Reset counters data when freedEran Ben Elisha2-0/+23
2015-06-16net/mlx4_core: Check before cleaning counters bitmapEran Ben Elisha1-0/+6
2015-06-16bridge: del external_learned fdbs from device on flush or ageoutScott Feldman1-1/+1
2015-06-16Merge tag 'nfc-next-4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s...David S. Miller26-598/+1086
2015-06-16bonding: export slave's partner_oper_port_state via sysfs and netlinkNikolay Aleksandrov2-0/+21
2015-06-16bonding: export slave's actor_oper_port_state via sysfs and netlinkNikolay Aleksandrov2-1/+25
2015-06-16rocker: move port stop to 'no wait' processingScott Feldman1-1/+2
2015-06-16rocker: move MAC learn event back to 'no wait' processingScott Feldman1-37/+3
2015-06-16rocker: mark STP update as 'no wait' processingScott Feldman1-1/+2
2015-06-16rocker: mark neigh update event processing as 'no wait'Scott Feldman1-1/+2
2015-06-16rocker: revert back to support for nowait processesScott Feldman1-90/+112
2015-06-16rocker: fix neigh tbl index increment raceScott Feldman1-2/+2
2015-06-16rocker: gaurd against NULL rocker_port when removing portsScott Feldman1-0/+2
2015-06-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller16-37/+112
2015-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-12/+32
2015-06-13Fix Cavium Liquidio build related errors and warningsRaghu Vatsavayi8-19/+26
2015-06-13NFC: nfcmrvl: set PB_BAIL_OUT at setupVincent Cuissard2-0/+9
2015-06-13NFC: nfcmrvl: Allow ISO15693 protocolVincent Cuissard1-0/+1
2015-06-13NFC: nfcmrvl: small fix in USB driverVincent Cuissard1-0/+1
2015-06-12Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2015-06-12Merge tag 'md/4.1-rc7-fixes' of git://neil.brown.name/mdLinus Torvalds3-6/+10
2015-06-12Merge git://git.infradead.org/intel-iommuLinus Torvalds1-3/+15
2015-06-12iommu/vt-d: Only enable extended context tables if PASID is supportedDavid Woodhouse1-3/+15
2015-06-12md: make sure MD_RECOVERY_DONE is clear before starting recovery/resyncNeilBrown3-0/+3
2015-06-12md: Close race when setting 'action' to 'idle'.NeilBrown1-5/+6
2015-06-12md: don't return 0 from array_state_storeNeilBrown1-1/+1
2015-06-12Merge tag 'drm-intel-fixes-2015-06-11' of git://anongit.freedesktop.org/drm-i...Dave Airlie2-4/+18
2015-06-12Merge branch 'drm-fixes-4.1' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie3-11/+28
2015-06-12net: igb: fix the start time for periodic output signalsRichard Cochran1-2/+2
2015-06-12bna: use netdev_* and dev_* instead of printk and pr_*Ivan Vecera4-55/+36
2015-06-12bna: fix timeout API argument typeIvan Vecera3-19/+13
2015-06-12bna: use list_for_each_entry where appropriateIvan Vecera4-149/+37
2015-06-12bna: get rid of private macros for manipulation with listsIvan Vecera7-308/+130
2015-06-12bna: remove useless pointer assignmentIvan Vecera1-1/+0
2015-06-12bna: use memdup_user to copy userspace buffersIvan Vecera1-19/+8
2015-06-12bna: correct comparisons/assignments to boolIvan Vecera1-4/+4
2015-06-12bna: remove TX_E_PRIO_CHANGE event and BNA_TX_F_PRIO_CHANGED flagIvan Vecera2-19/+4
2015-06-12bna: remove paused from bna_rx_config and flags from bna_rxfIvan Vecera2-41/+1