summaryrefslogtreecommitdiff
path: root/drivers/net (follow)
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | | | amd-xgbe-phy: Use phydev advertising field vs supportedLendacky, Thomas2015-03-20
| * | | | | | | | | | | | | | vxlan: fix possible use of uninitialized in vxlan_igmp_{join, leave}Marcelo Ricardo Leitner2015-03-20
| * | | | | | | | | | | | | | xen-netback: making the bandwidth limiter runtime settablePalik, Imre2015-03-20
| * | | | | | | | | | | | | | i40e: add NVM update events to AQ cleanShannon Nelson2015-03-19
| * | | | | | | | | | | | | | cxgb4/cxgb4vf/csiostor: Make PCI Device ID Tables be "const"Hariprasad Shenai2015-03-19
| * | | | | | | | | | | | | | cxgb4: Add device ID for new adapterHariprasad Shenai2015-03-19
| * | | | | | | | | | | | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-03-19
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / / / | | |/| | | | | | | | | | | |
| | * | | | | | | | | | | | | cc2520: Add support for CC2591 amplifier.Brad Campbell2015-03-18
| | * | | | | | | | | | | | | cc2520: Do not store platform_data in spi_deviceBrad Campbell2015-03-18
| | * | | | | | | | | | | | | at86rf230: fix at86rf230_read_subreg succeed handlingAlexander Aring2015-03-17
| * | | | | | | | | | | | | | net/mlx4_en: mlx4_en_set_tx_maxrate() can be staticWu Fengguang2015-03-18
| * | | | | | | | | | | | | | rocker: add support for phys_port_nameDavid Ahern2015-03-18
| * | | | | | | | | | | | | | vxlan: Move socket initialization to within rtnl scopeMarcelo Ricardo Leitner2015-03-18
| * | | | | | | | | | | | | | ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop}Marcelo Ricardo Leitner2015-03-18
| * | | | | | | | | | | | | | net/mlx4_en: Add tx queue maxrate supportOr Gerlitz2015-03-18
| * | | | | | | | | | | | | | net/mlx4_core: Add basic support for QP max-rate limitingOr Gerlitz2015-03-18
| * | | | | | | | | | | | | | drivers: net: xgene: Add second SGMII based 1G interfaceKeyur Chudgar2015-03-18
| * | | | | | | | | | | | | | via-velocity: constify of_device_id arrayFabian Frederick2015-03-17
| * | | | | | | | | | | | | | net: via-rhine: constify of_device_id arrayFabian Frederick2015-03-17
| * | | | | | | | | | | | | | ehea: constify of_device_id arrayFabian Frederick2015-03-17
| * | | | | | | | | | | | | | IBM-EMAC: constify of_device_id arrayFabian Frederick2015-03-17
| * | | | | | | | | | | | | | can: constify of_device_id arrayFabian Frederick2015-03-17
| * | | | | | | | | | | | | | net: phy: constify of_device_id arrayFabian Frederick2015-03-17
| * | | | | | | | | | | | | | orinoco: constify of_device_id arrayFabian Frederick2015-03-17
| * | | | | | | | | | | | | | net: xilinx: constify of_device_id arrayFabian Frederick2015-03-17
| * | | | | | | | | | | | | | net: greth: constify of_device_id arrayFabian Frederick2015-03-17
| * | | | | | | | | | | | | | netdev: octeon_mgmt: constify of_device_id arrayFabian Frederick2015-03-17
| * | | | | | | | | | | | | | net: ethernet: apple: constify of_device_id arrayFabian Frederick2015-03-17
| * | | | | | | | | | | | | | drivers: net: xgene: constify of_device_id arrayFabian Frederick2015-03-17
| * | | | | | | | | | | | | | net: ethoc: constify of_device_id arrayFabian Frederick2015-03-17
| * | | | | | | | | | | | | | net/fsl: constify of_device_id arrayFabian Frederick2015-03-17
| * | | | | | | | | | | | | | Altera TSE: constify of_device_id arrayFabian Frederick2015-03-17
| * | | | | | | | | | | | | | net: netcp: constify of_device_id arrayFabian Frederick2015-03-17
| * | | | | | | | | | | | | | dsa: change "select" to "depends on" for NET_SWITCHDEV and for NET_DSAJiri Pirko2015-03-16
| * | | | | | | | | | | | | | net/fsl: modify xgmac_mdio for little endian SoCsShaohui Xie2015-03-16
| * | | | | | | | | | | | | | net/fsl: fix a bug in xgmac_mdioShaohui Xie2015-03-16
| * | | | | | | | | | | | | | rocker: replace fixed stack allocation with dynamic allocationScott Feldman2015-03-16
| * | | | | | | | | | | | | | switchdev: use new swdev opsScott Feldman2015-03-16
| * | | | | | | | | | | | | | net: bcmgenet: add support for Hardware Filter BlockPetri Gynther2015-03-15
| * | | | | | | | | | | | | | gianfar: Consider dts property endianess on handlingJingchang Lu2015-03-15
| * | | | | | | | | | | | | | gianfar: Make FCB access endian safeClaudiu Manoil2015-03-15
| * | | | | | | | | | | | | | gianfar: Make BDs access endian safeClaudiu Manoil2015-03-15
| |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2015-03-14
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | ixgbevf: Use ether_addr_copy() instead of memcpy()Jeff Kirsher2015-03-13
| | * | | | | | | | | | | | | ixgbevf: Fix code comments and whitespaceJeff Kirsher2015-03-13
| | * | | | | | | | | | | | | ixgbe: Remove IXGBE_FLAG_IN_NETPOLL since it doesn't do anythingAlexander Duyck2015-03-13
| | * | | | | | | | | | | | | ixgbe: enable relaxed ordering for SPARCJeff Kirsher2015-03-13
| | * | | | | | | | | | | | | ixgbe: cleanup make ixgbe_set_ethertype_anti_spoofing_X550 staticDon Skidmore2015-03-13
| | * | | | | | | | | | | | | ixgbe: Clean up type inconsistencyDon Skidmore2015-03-13
| | * | | | | | | | | | | | | ixgbe: add new wrapper for X550 supportDon Skidmore2015-03-13