summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2015-06-18netfilter: Remove spurios included of netfilter.hEric W Biederman
2015-06-15sfc: mark state UNINIT after unregisterEdward Cree
2015-06-15net/mlx4_en: Support ndo_get_vf_statsEran Ben Elisha
2015-06-15net/mlx4_en: Show PF own statistics via ethtoolEran Ben Elisha
2015-06-15net/mlx4_core: Add helper to query countersEran Ben Elisha
2015-06-15IB/mlx4: Set VF to read from QP countersEran Ben Elisha
2015-06-15IB/mlx4: Add RoCE/IB dedicated countersEran Ben Elisha
2015-06-15net/mlx4_core: Allocate default counter per portEran Ben Elisha
2015-06-15net/mlx4_core: Add port attribute when tracking countersEran Ben Elisha
2015-06-15net/mlx4_core: Adjust counter grant policy in the resource trackerEran Ben Elisha
2015-06-15net/mlx4_core: Remove counters table allocation from VF flowEran Ben Elisha
2015-06-15net/mlx4_core: Add sink counterEran Ben Elisha
2015-06-15net/mlx4_core: Reset counters data when freedEran Ben Elisha
2015-06-15net/mlx4_core: Check before cleaning counters bitmapEran Ben Elisha
2015-06-15bridge: del external_learned fdbs from device on flush or ageoutScott Feldman
2015-06-15Merge tag 'nfc-next-4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s...David S. Miller
2015-06-15bonding: export slave's partner_oper_port_state via sysfs and netlinkNikolay Aleksandrov
2015-06-15bonding: export slave's actor_oper_port_state via sysfs and netlinkNikolay Aleksandrov
2015-06-15rocker: move port stop to 'no wait' processingScott Feldman
2015-06-15rocker: move MAC learn event back to 'no wait' processingScott Feldman
2015-06-15rocker: mark STP update as 'no wait' processingScott Feldman
2015-06-15rocker: mark neigh update event processing as 'no wait'Scott Feldman
2015-06-15rocker: revert back to support for nowait processesScott Feldman
2015-06-15rocker: fix neigh tbl index increment raceScott Feldman
2015-06-15rocker: gaurd against NULL rocker_port when removing portsScott Feldman
2015-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2015-06-12Fix Cavium Liquidio build related errors and warningsRaghu Vatsavayi
2015-06-13NFC: nfcmrvl: set PB_BAIL_OUT at setupVincent Cuissard
2015-06-13NFC: nfcmrvl: Allow ISO15693 protocolVincent Cuissard
2015-06-13NFC: nfcmrvl: small fix in USB driverVincent Cuissard
2015-06-12Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-06-12Merge tag 'md/4.1-rc7-fixes' of git://neil.brown.name/mdLinus Torvalds
2015-06-12Merge git://git.infradead.org/intel-iommuLinus Torvalds
2015-06-12iommu/vt-d: Only enable extended context tables if PASID is supportedDavid Woodhouse
2015-06-12md: make sure MD_RECOVERY_DONE is clear before starting recovery/resyncNeilBrown
2015-06-12md: Close race when setting 'action' to 'idle'.NeilBrown
2015-06-12md: don't return 0 from array_state_storeNeilBrown
2015-06-12Merge tag 'drm-intel-fixes-2015-06-11' of git://anongit.freedesktop.org/drm-i...Dave Airlie
2015-06-12Merge branch 'drm-fixes-4.1' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie
2015-06-11net: igb: fix the start time for periodic output signalsRichard Cochran
2015-06-11bna: use netdev_* and dev_* instead of printk and pr_*Ivan Vecera
2015-06-11bna: fix timeout API argument typeIvan Vecera
2015-06-11bna: use list_for_each_entry where appropriateIvan Vecera
2015-06-11bna: get rid of private macros for manipulation with listsIvan Vecera
2015-06-11bna: remove useless pointer assignmentIvan Vecera
2015-06-11bna: use memdup_user to copy userspace buffersIvan Vecera
2015-06-11bna: correct comparisons/assignments to boolIvan Vecera
2015-06-11bna: remove TX_E_PRIO_CHANGE event and BNA_TX_F_PRIO_CHANGED flagIvan Vecera
2015-06-11bna: remove paused from bna_rx_config and flags from bna_rxfIvan Vecera