aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-05WAN: HDLC: Call notifiers before and after changing device typeAndrew Lunn7-2/+23
2015-12-05WAN: HDLC: Detach protocol before unregistering deviceAndrew Lunn1-1/+1
2015-12-04net: qmi_wwan: support "raw IP" modeBjørn Mork1-1/+97
2015-12-04usbnet: allow mini-drivers to consume L2 headersBjørn Mork1-1/+4
2015-12-04net: qmi_wwan: remove 1199:9070 device idBjørn Mork1-2/+0
2015-12-04net: qmi_wwan: MDM9x30 specific power managementBjørn Mork1-0/+38
2015-12-04net:hns: Add the init code to disable Hip06 "Hardware VLAN assist"Salil2-51/+59
2015-12-04net:hns: Add support of ethtool TSO set option for Hip06 in HNSSalil1-0/+47
2015-12-04net:hns: Add Hip06 "TSO(TCP Segment Offload)" support HNS DriverSalil6-4/+95
2015-12-04net:hns: Add Hip06 "RSS(Receive Side Scaling)" support to HNS DriverSalil6-10/+242
2015-12-04net:hns: Add support of Hip06 SoC to the Hislicon Network SubsystemSalil14-196/+689
2015-12-04net: bonding: remove redudant bracketsyzhu11-1/+1
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller294-2981/+6506
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds79-253/+2399
2015-12-03Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds7-124/+139
2015-12-03mlxsw: core: Change BUG to WARN in hwmon codeJiri Pirko1-1/+1
2015-12-03net: phy: reset only targeted phyJérôme Pouiller1-1/+2
2015-12-03stmmac: ipq806x: Return error values instead of pointersStephen Boyd1-13/+11
2015-12-03mvneta: implement ethtool autonegotiation controlStas Sergeev1-35/+74
2015-12-03mvneta: consolidate autoneg enablingStas Sergeev1-3/+13
2015-12-03net: mv643xx: Use platform_register/unregister_drivers()Thierry Reding1-12/+7
2015-12-03net: mpc52xx: Use platform_register/unregister_drivers()Thierry Reding1-13/+9
2015-12-03net: bcm63xx: Use platform_register/unregister_drivers()Thierry Reding1-20/+8
2015-12-03net: bfin_mac: Use platform_register/unregister_drivers()Thierry Reding1-7/+7
2015-12-03pppox: use standard module auto-loading featureGuillaume Nault3-2/+4
2015-12-03bnxt_en: Setup uc_list mac filters after resetting the chip.Michael Chan1-5/+8
2015-12-03bnxt_en: enforce proper storing of MAC addressJeffrey Huang2-11/+16
2015-12-03bnxt_en: Fixed incorrect implementation of ndo_set_mac_addressJeffrey Huang1-1/+10
2015-12-03VSOCK: Add Makefile and KconfigAsias He3-0/+15
2015-12-03VSOCK: Introduce vhost-vsock.koAsias He2-0/+635
2015-12-03net: lpc_eth: remove irq > NR_IRQS check from probe()Vladimir Zapolskiy1-1/+1
2015-12-03ravb: add fallback compatibility stringsSimon Horman1-0/+2
2015-12-03ravb: ptp: Add CONFIG mode supportKazuya Mizuguchi2-5/+29
2015-12-03net: add driver for Netronome NFP4000/NFP6000 NIC VFsJakub Kicinski11-0/+4814
2015-12-03Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller11-203/+226
2015-12-03net/mlx5e: Add support for SR-IOV ndosSaeed Mahameed1-1/+83
2015-12-03net/mlx5: E-Switch, Introduce get vf statisticsSaeed Mahameed2-0/+70
2015-12-03net/mlx5: E-Switch, Introduce set vport vlan (VST mode)Saeed Mahameed2-2/+134
2015-12-03net/mlx5: E-Switch, Introduce HCA cap and E-Switch vport contextSaeed Mahameed1-0/+11
2015-12-03net/mlx5: E-Switch, Introduce Vport administration functionsSaeed Mahameed2-0/+69
2015-12-03net/mlx5: E-Switch, Add SR-IOV (FDB) supportSaeed Mahameed4-80/+642
2015-12-03net/mlx5: E-Switch, Introduce FDB hardware capabilitiesSaeed Mahameed1-0/+13
2015-12-03net/mlx5: Introducing E-Switch and l2 tableSaeed Mahameed5-1/+654
2015-12-03net/mlx5e: Write vlan list into vport contextSaeed Mahameed2-0/+53
2015-12-03net/mlx5e: Write UC/MC list and promisc mode into vport contextSaeed Mahameed1-0/+87
2015-12-03net/mlx5: Introduce access functions to modify/query vport vlansSaeed Mahameed1-0/+112
2015-12-03net/mlx5: Introduce access functions to modify/query vport promisc modeSaeed Mahameed1-0/+62
2015-12-03net/mlx5: Introduce access functions to modify/query vport stateSaeed Mahameed2-7/+56
2015-12-03net/mlx5: Introduce access functions to modify/query vport mac listsSaeed Mahameed1-0/+119
2015-12-03net/mlx5: Update access functions to Query/Modify vport MAC addressSaeed Mahameed2-12/+77