summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-12-24bonding: drop unused to_dev macro in bond_sysfs.cGeliang Tang1-1/+0
2015-12-24dsa: mv88e6xxx: Add Second back of statisticsAndrew Lunn2-109/+129
2015-12-24sfc: Downgrade or remove some error messagesBert Kenward2-9/+18
2015-12-24sfc: Downgrade EPERM messages from MCDI to debugTomáš Pilař1-3/+4
2015-12-24sfc: Make failed filter removal less noisyBert Kenward1-17/+31
2015-12-24sfc: Handle MCDI proxy authorisationBert Kenward2-8/+155
2015-12-24sfc: Retry MCDI after NO_EVB_PORT error on a VFBert Kenward2-15/+85
2015-12-23cxgb4: Use napi_complete_done() api in napi handlerHariprasad Shenai1-1/+1
2015-12-23cxgb4: Use the node info to alloc_ring() for RX queuesHariprasad Shenai1-2/+4
2015-12-23cxgb4: get naming correct for iscsi queuesHariprasad Shenai4-38/+38
2015-12-23cxgb4: Warn if device doesn't have enough PCI bandwidthHariprasad Shenai1-2/+78
2015-12-23mlxsw: core: Use devm_kzalloc to allocate mlxsw_hwmon structureJiri Pirko3-13/+2
2015-12-23mlxsw: core: Allow to reset temperature history via hwmon interfaceJiri Pirko1-1/+36
2015-12-22fm10k: IS_ENABLED() is not appropriate for boolean kconfig optionBruce Allan1-3/+3
2015-12-22fm10k: cleanup mailbox code comments etcBruce Allan3-24/+34
2015-12-22fm10k: use true/false for boolean get_host_stateBruce Allan1-3/+3
2015-12-22fm10k: remove unused struct elementBruce Allan1-1/+0
2015-12-22fm10k: constify fm10k_mac_ops, fm10k_iov_ops and fm10k_info structuresBruce Allan5-11/+11
2015-12-22fm10k: address operator not needed when declaring function pointersBruce Allan2-48/+48
2015-12-22fm10k: use ether_addr_equal instead of memcmpJacob Keller4-4/+4
2015-12-22fm10k: Cleanup exception handling for changing queuesAlexander Duyck2-16/+59
2015-12-22fm10k: correctly pack TLV structures and explain reasoningJacob Keller1-4/+9
2015-12-22fm10k: don't initialize fm10k_workqueue at global levelBruce Allan1-4/+2
2015-12-20ibmveth: consolidate kmalloc of array, memset 0 to kcallocNicholas Mc Guire1-3/+1
2015-12-19netcp: fix regression in receive processingArnd Bergmann1-3/+7
2015-12-19asix: silence log message from oversize packetstephen hemminger1-1/+1
2015-12-18nfp: call netif_carrier_off() during initJakub Kicinski1-0/+1
2015-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller270-1650/+2593
2015-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds54-378/+550
2015-12-18team: Advertise tunneling offload featuresEran Ben Elisha1-0/+11
2015-12-18net: qmi_wwan: ignore bogus CDC Union descriptorsBjørn Mork1-1/+4
2015-12-17net/macb: Update device tree binding for resetting PHY using GPIOGregory CLEMENT1-3/+12
2015-12-17cxgb4: Replace arpq_head/arpq_tail with SKB double link-list codeHariprasad Shenai2-40/+24
2015-12-17cxgb4: Use t4_mgmt_tx() API for sending write l2t request ctrl packets.Hariprasad Shenai1-2/+1
2015-12-17cxgb4: Add API to alloc l2t entry; also update existing onesHariprasad Shenai3-25/+117
2015-12-17cxgb4: Use symbolic constant for VLAN priority calculationHariprasad Shenai1-1/+1
2015-12-17drivers: net: xgene: fix Tx flow controlIyappan Subramanian2-18/+24
2015-12-17nfp: clear ring delayed kick countersJakub Kicinski1-0/+2
2015-12-17tun: honor IFF_UP in tun_get_user()Eric Dumazet1-0/+3
2015-12-17Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds5-11/+8
2015-12-17Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-6/+6
2015-12-1782xx: FCC: Fixing a bug causing to FCC port lock-upMartin Roth1-1/+1
2015-12-17gianfar: Don't enable RX Filer if not supportedHamish Martin2-3/+6
2015-12-16i40e: Call geneve_get_rx_port to get the existing Geneve portsSinghai, Anjali1-0/+3
2015-12-16geneve: Add geneve_get_rx_port supportSinghai, Anjali1-0/+24
2015-12-16i40e: Kernel dependency update for i40e to support geneve offloadSinghai, Anjali1-0/+10
2015-12-16i40e: geneve tunnel offload supportSinghai, Anjali4-43/+150
2015-12-16geneve: Add geneve udp port offload for ethernet devicesSinghai, Anjali1-0/+23
2015-12-16stmmac: socfpga: Provide dt node to config ptp clk source.Phil Reid1-0/+9
2015-12-16stmmac: Fix calculations for ptp counters when clock input = 50Mhz.Phil Reid3-15/+15