summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-02-293c59x: Ensure to apply the expires timeStafford Horne1-1/+1
2016-02-27rocker: fix an error codeDan Carpenter1-1/+1
2016-02-26Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller13-144/+261
2016-02-26net: mlx4: use new ETHTOOL_G/SSETTINGS APIDavid Decotigny3-170/+189
2016-02-26net: fcoe: use __ethtool_get_ksettingsDavid Decotigny1-16/+20
2016-02-26net: team: use __ethtool_get_ksettingsDavid Decotigny1-4/+4
2016-02-26net: macvlan: use __ethtool_get_ksettingsDavid Decotigny1-4/+4
2016-02-26net: ipvlan: use __ethtool_get_ksettingsDavid Decotigny1-4/+4
2016-02-26net: bonding: use __ethtool_get_ksettingsDavid Decotigny1-8/+6
2016-02-26net: usnic: use __ethtool_get_ksettingsDavid Decotigny1-4/+4
2016-02-26net: usnic: use __ethtool_get_settingsDavid Decotigny1-1/+1
2016-02-26net: usnic: remove unused call to ethtool_ops::get_settingsDavid Decotigny1-2/+0
2016-02-26qed, qede: rebrand module descriptionYuval Mintz2-6/+6
2016-02-26qed: Prevent probe on previous errorYuval Mintz1-0/+11
2016-02-26qed: add MODULE_FIRMWARE()Yuval Mintz1-0/+2
2016-02-26qede: Don't report link change needlesslyYuval Mintz1-6/+10
2016-02-26qede: Linearize SKBs when neededYuval Mintz1-5/+33
2016-02-26qede: Change pci DID for 10g deviceYuval Mintz1-1/+1
2016-02-26netxen: Use kobj_to_dev()Amitoj Kaur Chawla1-5/+5
2016-02-263c59x: Use setup_timer()Amitoj Kaur Chawla1-8/+2
2016-02-26forcedeth: Use setup_timer()Amitoj Kaur Chawla1-6/+2
2016-02-26net: tulip: Use setup_timer()Amitoj Kaur Chawla1-9/+5
2016-02-26gianfar: fix endianness for hardware timestampYangbo Lu1-2/+2
2016-02-26gianfar_ptp: replace get_of_u32 with of_property_read_u32Yangbo Lu1-20/+13
2016-02-26phy: marvell: Fix 88E1510 initializationClemens Gruber1-35/+35
2016-02-25net: dsa: mv88e6xxx: implement port_vlan_dumpVivien Didelot4-66/+56
2016-02-25vxlan: simplify metadata_dst usage in vxlan_rcvJiri Benc1-12/+7
2016-02-25vxlan: consolidate rx handling to a single functionJiri Benc1-44/+28
2016-02-25vxlan: move ECN decapsulation to a separate functionJiri Benc1-31/+31
2016-02-25vxlan: move inner L2 header processing to a separate functionJiri Benc1-16/+33
2016-02-25vxlan: consolidate GBP handling even moreJiri Benc1-4/+5
2016-02-25ppp: clarify parsing of user supplied data in ppp_set_compress()Guillaume Nault1-5/+7
2016-02-25bnx2x: add a separate GENEVE Kconfig symbolArnd Bergmann2-7/+17
2016-02-25igb: call ndo_stop() instead of dev_close() when running offline selftestStefan Assmann3-6/+8
2016-02-25igb: Fix VLAN tag stripping on Intel i350Corinna Vinschen1-9/+32
2016-02-25igbvf: remove "link is Up" message when registering mcast addressJon Maxwell1-1/+0
2016-02-25igbvf: Add support for generic Tx checksumsAlexander Duyck2-61/+82
2016-02-25igb: Add support for generic Tx checksumsAlexander Duyck1-58/+48
2016-02-25igb: rename igb define to be more genericTodd Fujinaka2-4/+4
2016-02-25igb: add conditions for I210 to generate periodic clock outputRoland Hii1-1/+2
2016-02-25igb: enable WoL for OEM devices regardless of EEPROM settingTodd Fujinaka1-0/+20
2016-02-25igb: constify e1000_phy_operations structureJulia Lawall2-2/+2
2016-02-25igb: When GbE link up, wait for Remote receiver status conditionTakuma Ueba1-0/+20
2016-02-25e1000e: Initial support for KabeLakeRaanan Avargil2-0/+8
2016-02-25e1000e: Clear ULP configuration register on ULP exitRaanan Avargil2-0/+6
2016-02-25e1000e: Set HW FIFO minimum pointer gap for non-gig speedsRaanan Avargil1-0/+12
2016-02-25e1000e: Increase PHY PLL clock gate timingRaanan Avargil2-0/+15
2016-02-25e1000e: Increase ULP timerRaanan Avargil1-2/+2
2016-02-25gianfar: Remove redundant ops for do_tstamp from xmit()Claudiu Manoil1-9/+5
2016-02-25gianfar: Use skb_frag_t pointers inside xmit()Claudiu Manoil1-9/+9