summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * dsa: mv88e6xxx: Set the RGMII delay based on phy interfaceAndrew Lunn2015-08-312-0/+12
| * phy: fixed_phy: Set supported speed in phydevAndrew Lunn2015-08-311-0/+12
| * dsa: mv88e6xxx: Allow speed/duplex of port to be configuredAndrew Lunn2015-08-316-0/+64
| * net: phy: Allow PHY devices to identify themselves as Ethernet switches, etc.Florian Fainelli2015-08-311-0/+1
| * ip-tunnel: Use API to access tunnel metadata options.Pravin B Shelar2015-08-312-8/+5
| * net: thunderx: Support for internal loopback modeSunil Goutham2015-08-315-0/+97
| * net: thunderx: Support for upto 96 queues for a VFSunil Goutham2015-08-315-84/+505
| * net: thunderx: Rework interrupt handlingSunil Goutham2015-08-313-72/+102
| * net: thunderx: Support for HW VLAN strippingSunil Goutham2015-08-314-7/+55
| * net: thunderx: Receive hashing HW offload supportSunil Goutham2015-08-312-10/+39
| * net: thunderx: mailboxes: remove code duplicationSunil Goutham2015-08-312-36/+11
| * net: thunderx: Add receive error stats reporting via ethtoolSunil Goutham2015-08-315-120/+103
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-314-7/+6
| |\
| | * net/smsc911x: Fix deferred probe for interruptTony Lindgren2015-08-291-1/+4
| | * bonding: fix bond_poll_controller bh_enable warningNikolay Aleksandrov2015-08-291-2/+0
| | * sh_eth: propagate platform_get_irq() error upstreamSergei Shtylyov2015-08-291-3/+1
| | * ravb: propagate platform_get_irq() error upstreamSergei Shtylyov2015-08-291-1/+1
| * | geneve: Use GRO cells infrastructure.Jesse Gross2015-08-291-1/+16
| * | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-08-296-31/+348
| |\ \
| | * | Bluetooth: hci_bcm: Fix crash on suspendFrederic Danis2015-08-281-10/+26
| | * | Bluetooth: hci_intel: Add support for platform driverLoic Poulain2015-08-281-13/+189
| | * | Bluetooth: btintel: Add MODULE_FIRMWARE entries for iBT 3.0 controllersMarcel Holtmann2015-08-281-0/+2
| | * | Bluetooth: btusb: Correct typos based on checkpatch.plMinjune Kim2015-08-281-2/+2
| | * | Bluetooth: hci_intel: Add Intel baudrate configuration supportLoic Poulain2015-08-281-0/+119
| | * | Bluetooth: hci_uart: Fix zero len data packet reception issueLoic Poulain2015-08-281-2/+7
| | * | Bluetooth: btmrvl: change device pointer passed to dev_coredumpvShengzhen Li2015-08-281-2/+1
| | * | Bluetooth: hci_bcm: Use non-sleep version of gpio_set_valueLoic Poulain2015-08-181-2/+2
| * | | vxlan: do not receive IPv4 packets on IPv6 socketJiri Benc2015-08-291-0/+1
| * | | ip_tunnels: record IP version in tunnel infoJiri Benc2015-08-292-0/+4
| * | | ip_tunnels: convert the mode field of ip_tunnel_info to flagsJiri Benc2015-08-292-2/+2
| * | | phylib: simplify NULL checksSergei Shtylyov2015-08-282-5/+5
| * | | phylib: simplify bogus phy_device_create() resultSergei Shtylyov2015-08-281-1/+1
| * | | sfc: Allow driver to cope with a lower number of VIs than it needs for RSSShradha Shah2015-08-286-28/+72
| * | | cxgb4: Force uninitialized state if FW in adapter is unsupportedHariprasad Shenai2015-08-284-0/+72
| * | | net: Add ethernet header for pass through VRF deviceDavid Ahern2015-08-281-3/+45
| * | | net/xen-netfront: only napi_synchronize() if runningChas Williams2015-08-281-1/+2
| * | | r8169: Add software counter for multicast packagesCorinna Vinschen2015-08-281-5/+4
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-2849-762/+280
| |\ \ \ | | | |/ | | |/|
| * | | net/mlx4_core: Fix unintialized variable used in error pathCarol L Soto2015-08-281-3/+2
| * | | net/mlx4_core: Capping number of requested MSIXs to MAX_MSIXCarol L Soto2015-08-281-1/+9
| * | | mlxsw: Make mailboxes 4KB alignedIdo Schimmel2015-08-281-33/+50
| * | | mlxsw: adjust transmit fail log message level in __mlxsw_emad_transmitJiri Pirko2015-08-281-2/+2
| * | | mlxsw: Remove duplicate included headerIdo Schimmel2015-08-281-1/+0
| * | | rocker: use change upper infoJiri Pirko2015-08-281-23/+38
| * | | rocker: use new helper to figure out master kindJiri Pirko2015-08-281-12/+7
| * | | virtio-net: avoid unnecessary sg initialzationJason Wang2015-08-281-2/+2
| * | | geneve: Move device hash table to geneve socket.Pravin B Shelar2015-08-281-26/+17
| * | | geneve: Consolidate Geneve functionality in single module.Pravin B Shelar2015-08-282-90/+421
| * | | geneve: Add support to collect tunnel metadata.Pravin B Shelar2015-08-281-85/+271
| * | | geneve: Make dst-port configurable.Pravin B Shelar2015-08-281-4/+21