summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2015-09-04Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-0/+2
2015-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds594-12800/+53744
2015-09-03MIPS: Remove all the uses of custom gpio.hAlban Bedel1-0/+2
2015-09-03net: fec: clear receive interrupts before processing a packetRussell King1-0/+1
2015-09-02xen-netback: add support for multicast controlPaul Durrant4-0/+137
2015-09-02bgmac: Update fixed_phy_register()Fabio Estevam1-1/+1
2015-09-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller12-139/+633
2015-09-02Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds3-4/+4
2015-09-02ixgbe: Resolve "initialized field overwritten" warningsMark Rustad1-1/+0
2015-09-02ixgbe: Remove bimodal SR-IOV disablingAlex Williamson1-6/+1
2015-09-02ixgbe: Add support for reporting 2.5G link speedMark Rustad2-8/+26
2015-09-02ixgbe: fix bounds checking in ixgbe_setup_tc for 82598Emil Tantilov1-3/+4
2015-09-02ixgbe: support for ethtool set_rxfhTom Barbette3-1/+49
2015-09-02ixgbe: Avoid needless PHY access on copper physMark Rustad2-21/+44
2015-09-02ixgbe: cleanup to use cached mask valueDon Skidmore1-6/+1
2015-09-02ixgbe: Remove second instance of lan_id variableDon Skidmore2-4/+1
2015-09-02ixgbe: use kzalloc for allocating one thingManinder Singh1-1/+1
2015-09-02ixgbe: Remove unused PCI bus typesDon Skidmore1-2/+0
2015-09-02ixgbe: add new bus type for intergrated I/O interface (IOSF)Don Skidmore3-1/+12
2015-09-02ixgbe: add get_bus_info method for X550Don Skidmore1-0/+19
2015-09-02ixgbe: Add support for entering low power link up stateDon Skidmore3-2/+185
2015-09-02ixgbe: Add support for VXLAN RX offloadsMark Rustad4-31/+127
2015-09-02ixgbe: Add support for UDP-encapsulated tx checksum offloadMark Rustad1-12/+54
2015-09-02ixgbe: Check whether FDIRCMD writes actually completeMark Rustad2-24/+40
2015-09-02ixgbe: Assign set_phy_power dynamically where neededDon Skidmore2-2/+21
2015-09-02ixgbe: add new function to check for management presenceDon Skidmore3-6/+18
2015-09-02i40e: Set defport behavior for the Main VSI when in promiscuous modeAnjali Singhai Jain2-8/+30
2015-09-02flow_dissector: Add flags argument to skb_flow_dissector functionsTom Herbert3-3/+3
2015-09-02tg3: Fix temperature reportingJean Delvare1-1/+1
2015-09-02phylib: fix device deletion order in mdiobus_unregister()Mark Salter1-1/+1
2015-09-01Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2015-09-01Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+3
2015-09-01net: qmi_wwan: Sierra Wireless MC73xx -> Sierra Wireless MC7304/MC7354David Ward1-2/+2
2015-09-01net: phy: fixed_phy: Set phy capabilities even when link down.Andrew Lunn1-25/+48
2015-09-01phy: fixed_phy: Add gpio to determine link up/down.Andrew Lunn2-4/+24
2015-09-01dsa: mv88e6xxx: Don't poll forced interfaces for state changesAndrew Lunn1-0/+5
2015-09-01dsa: mv88e6xxx: Set the RGMII delay based on phy interfaceAndrew Lunn2-0/+12
2015-09-01phy: fixed_phy: Set supported speed in phydevAndrew Lunn1-0/+12
2015-09-01dsa: mv88e6xxx: Allow speed/duplex of port to be configuredAndrew Lunn6-0/+64
2015-09-01net: phy: Allow PHY devices to identify themselves as Ethernet switches, etc.Florian Fainelli1-0/+1
2015-08-31ip-tunnel: Use API to access tunnel metadata options.Pravin B Shelar2-8/+5
2015-08-31Merge tag 'driver-core-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+1
2015-08-31net: thunderx: Support for internal loopback modeSunil Goutham5-0/+97
2015-08-31net: thunderx: Support for upto 96 queues for a VFSunil Goutham5-84/+505
2015-08-31net: thunderx: Rework interrupt handlingSunil Goutham3-72/+102
2015-08-31net: thunderx: Support for HW VLAN strippingSunil Goutham4-7/+55
2015-08-31net: thunderx: Receive hashing HW offload supportSunil Goutham2-10/+39
2015-08-31net: thunderx: mailboxes: remove code duplicationSunil Goutham2-36/+11
2015-08-31net: thunderx: Add receive error stats reporting via ethtoolSunil Goutham5-120/+103
2015-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-7/+6