summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2015-12-24sfc: Retry MCDI after NO_EVB_PORT error on a VFBert Kenward
2015-12-23cxgb4: Use napi_complete_done() api in napi handlerHariprasad Shenai
2015-12-23cxgb4: Use the node info to alloc_ring() for RX queuesHariprasad Shenai
2015-12-23cxgb4: get naming correct for iscsi queuesHariprasad Shenai
2015-12-23cxgb4: Warn if device doesn't have enough PCI bandwidthHariprasad Shenai
2015-12-22mlxsw: core: Use devm_kzalloc to allocate mlxsw_hwmon structureJiri Pirko
2015-12-22mlxsw: core: Allow to reset temperature history via hwmon interfaceJiri Pirko
2015-12-22fm10k: IS_ENABLED() is not appropriate for boolean kconfig optionBruce Allan
2015-12-22fm10k: cleanup mailbox code comments etcBruce Allan
2015-12-22fm10k: use true/false for boolean get_host_stateBruce Allan
2015-12-22fm10k: remove unused struct elementBruce Allan
2015-12-22fm10k: constify fm10k_mac_ops, fm10k_iov_ops and fm10k_info structuresBruce Allan
2015-12-22fm10k: address operator not needed when declaring function pointersBruce Allan
2015-12-22fm10k: use ether_addr_equal instead of memcmpJacob Keller
2015-12-22fm10k: Cleanup exception handling for changing queuesAlexander Duyck
2015-12-22fm10k: correctly pack TLV structures and explain reasoningJacob Keller
2015-12-22fm10k: don't initialize fm10k_workqueue at global levelBruce Allan
2015-12-20ibmveth: consolidate kmalloc of array, memset 0 to kcallocNicholas Mc Guire
2015-12-19netcp: fix regression in receive processingArnd Bergmann
2015-12-18asix: silence log message from oversize packetstephen hemminger
2015-12-18nfp: call netif_carrier_off() during initJakub Kicinski
2015-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2015-12-17team: Advertise tunneling offload featuresEran Ben Elisha
2015-12-17net: qmi_wwan: ignore bogus CDC Union descriptorsBjørn Mork
2015-12-17net/macb: Update device tree binding for resetting PHY using GPIOGregory CLEMENT
2015-12-17cxgb4: Replace arpq_head/arpq_tail with SKB double link-list codeHariprasad Shenai
2015-12-17cxgb4: Use t4_mgmt_tx() API for sending write l2t request ctrl packets.Hariprasad Shenai
2015-12-17cxgb4: Add API to alloc l2t entry; also update existing onesHariprasad Shenai
2015-12-17cxgb4: Use symbolic constant for VLAN priority calculationHariprasad Shenai
2015-12-17drivers: net: xgene: fix Tx flow controlIyappan Subramanian
2015-12-17nfp: clear ring delayed kick countersJakub Kicinski
2015-12-17tun: honor IFF_UP in tun_get_user()Eric Dumazet
2015-12-17Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2015-12-17Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2015-12-1682xx: FCC: Fixing a bug causing to FCC port lock-upMartin Roth
2015-12-16gianfar: Don't enable RX Filer if not supportedHamish Martin
2015-12-16i40e: Call geneve_get_rx_port to get the existing Geneve portsSinghai, Anjali
2015-12-16geneve: Add geneve_get_rx_port supportSinghai, Anjali
2015-12-16i40e: Kernel dependency update for i40e to support geneve offloadSinghai, Anjali
2015-12-16i40e: geneve tunnel offload supportSinghai, Anjali
2015-12-16geneve: Add geneve udp port offload for ethernet devicesSinghai, Anjali
2015-12-16stmmac: socfpga: Provide dt node to config ptp clk source.Phil Reid
2015-12-16stmmac: Fix calculations for ptp counters when clock input = 50Mhz.Phil Reid
2015-12-16stmmac: create of compatible mdio bus for stmmac driverPhil Reid
2015-12-15net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUMTom Herbert
2015-12-15net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert
2015-12-15fcoe: Use CHECKSUM_PARTIAL to indicate CRC offloadTom Herbert
2015-12-15sctp: Rename NETIF_F_SCTP_CSUM to NETIF_F_SCTP_CRCTom Herbert
2015-12-15Revert "scatterlist: use sg_phys()"Dan Williams