summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | net: dsa: refine netdev event notifierVivien Didelot2016-03-141-24/+30
| | * | | | | net: dsa: make port_bridge_leave return voidVivien Didelot2016-03-145-30/+15
| | * | | | | net: dsa: rename port_*_bridge routinesVivien Didelot2016-03-146-14/+14
| |/ / / / /
| * | | | | mISDN: Support DR6 indication in mISDNipac driverMaciej S. Szmigiero2016-03-142-0/+3
| * | | | | mISDN: Order IPAC register definesMaciej S. Szmigiero2016-03-141-20/+20
| * | | | | sh_eth: kill useless initializersSergei Shtylyov2016-03-141-9/+9
| * | | | | Merge branch 'mvneta-fixes'David S. Miller2016-03-141-10/+11
| |\ \ \ \ \
| | * | | | | net: mvneta: replace magic numbers by existing macrosDmitri Epshtein2016-03-141-2/+2
| | * | | | | net: mvneta: fix error messages in mvneta_port_down functionDmitri Epshtein2016-03-141-2/+2
| | * | | | | net: mvneta: enable change MAC address when interface is upDmitri Epshtein2016-03-141-1/+1
| | * | | | | net: mvneta: Fix spinlock usageGregory CLEMENT2016-03-141-5/+6
| |/ / / / /
| * | | | | bridge: fix potential use-after-free when hook returns QUEUE or STOLEN verdictFlorian Westphal2016-03-141-9/+7
| * | | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2016-03-1412-24/+102
| |\ \ \ \ \
| | * | | | | Bluetooth: Fix potential buffer overflow with Add AdvertisingJohan Hedberg2016-03-111-0/+4
| | * | | | | Bluetooth: Fix setting correct flags in ADJohan Hedberg2016-03-111-1/+3
| | * | | | | Bluetooth: Increment management interface revisionJohan Hedberg2016-03-101-1/+1
| | * | | | | Bluetooth: Add support for limited privacy modeJohan Hedberg2016-03-105-11/+76
| | * | | | | Bluetooth: Fix adding discoverable to adv instance flagsJohan Hedberg2016-03-101-0/+3
| | * | | | | Bluetooth: Move memset closer to where it's neededJohan Hedberg2016-03-101-2/+2
| | * | | | | Bluetooth: btmrvl_sdio: fix firmware activation failureWei-Ning Huang2016-03-101-1/+1
| | * | | | | 6lowpan: iphc: fix SAM/DAM bit commentAlexander Aring2016-03-101-2/+2
| | * | | | | 6lowpan: debugfs: add missing staticAlexander Aring2016-03-101-2/+2
| | * | | | | mac802154: use put and get unaligned functionsAlexander Aring2016-03-101-5/+5
| | * | | | | Bluetooth: btusb: Add a new AR3012 ID 13d3:3472Dmitry Tunin2016-03-102-0/+3
| | * | | | | Bluetooth: hci_bcm: Add BCM2E55 ACPI ID used in Lenovo ThinkPad Tablet 8Jérôme de Bretagne2016-03-101-0/+1
| * | | | | | Merge branch 'dsa-cleanups'David S. Miller2016-03-1414-48/+53
| |\ \ \ \ \ \
| | * | | | | | phy: fixed: Fix removal of phys.Andrew Lunn2016-03-143-8/+12
| | * | | | | | dsa: dsa: Fix freeing of fixed-phys from user ports.Andrew Lunn2016-03-141-3/+0
| | * | | | | | dsa: Destroy fixed link phys after the phy has been disconnectedAndrew Lunn2016-03-141-12/+12
| | * | | | | | dsa: slave: Don't reference NULL pointer during phy_disconnectAndrew Lunn2016-03-141-4/+8
| | * | | | | | dsa: Rename mv88e6123_61_65 to mv88e6123 to be consistentAndrew Lunn2016-03-1410-23/+23
| |/ / / / / /
| * | | | | | Merge branch 'of_mdio-checks'David S. Miller2016-03-141-5/+5
| |\ \ \ \ \ \
| | * | | | | | of_mdio: use PTR_ERR_OR_ZERO()Sergei Shtylyov2016-03-141-3/+3
| | * | | | | | of_mdio: use IS_ERR_OR_NULL()Sergei Shtylyov2016-03-141-1/+1
| | * | | | | | of_mdio: mdio_device_create() never returns NULLSergei Shtylyov2016-03-141-1/+1
| |/ / / / / /
| * | | | | | Merge branch 'thunderx-phy'David S. Miller2016-03-148-281/+535
| |\ \ \ \ \ \
| | * | | | | | phy: mdio-thunder: Add driver for Cavium Thunder SoC MDIO buses.David Daney2016-03-144-2/+225
| | * | | | | | phy: mdio-octeon: Refactor into two files/modulesDavid Daney2016-03-145-268/+292
| | * | | | | | net: thunderx: Cleanup PHY probing code.David Daney2016-03-141-11/+18
| |/ / / / / /
| * | | | | | net: mvneta: Add missing hotplug notifier transitionAnna-Maria Gleixner2016-03-141-0/+2
| * | | | | | fsl/fman: fix dtsec_set_tx_pause_framesIgal Liberman2016-03-141-4/+3
| * | | | | | Documentation: networking: phy.txt: Add missing functionsFlorian Fainelli2016-03-141-0/+10
| * | | | | | tcp: Add RFC4898 tcpEStatsPerfDataSegsOut/InMartin KaFai Lau2016-03-149-4/+34
| * | | | | | vmxnet3: fix lock imbalance in vmxnet3_tq_xmit()Arnd Bergmann2016-03-141-4/+4
| * | | | | | Merge branch 'net-gcc60-fixes'David S. Miller2016-03-145-9/+9
| |\ \ \ \ \ \
| | * | | | | | net: caif: fix misleading indentationArnd Bergmann2016-03-141-1/+1
| | * | | | | | ath9k: fix misleading indentationArnd Bergmann2016-03-141-2/+2
| | * | | | | | ath9k: fix buffer overrun for ar9287Arnd Bergmann2016-03-141-4/+3
| | * | | | | | farsync: fix off-by-one bug in fst_add_oneArnd Bergmann2016-03-141-1/+1
| | * | | | | | mlx4: add missing braces in verify_qp_parametersArnd Bergmann2016-03-141-1/+2
| |/ / / / / /
OpenPOWER on IntegriCloud