summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* i40e: fix netdev_stat macro definitionShannon Nelson2014-12-061-1/+2
* i40e: Define and use i40e_is_vf macroAnjali Singhai Jain2014-12-064-2/+6
* i40e: Add a virtual channel op to config RSSAnjali Singhai Jain2014-12-062-0/+2
* i40e: don't enable PTP support on more than one PF per portJacob Keller2014-12-062-11/+25
* i40e: Add description to misc and fd interruptsCarolyn Wyborny2014-12-061-4/+7
* i40e: allow various base numbers in debugfs aq commandsShannon Nelson2014-12-061-2/+2
* i40e: remove useless debug noiseShannon Nelson2014-12-062-6/+0
* i40e: Remove unneeded break statementShannon Nelson2014-12-061-2/+0
* tun/macvtap: use consume_skb() instead of kfree_skb() when neededJason Wang2014-12-062-2/+8
* net-PA Semi: Deletion of unnecessary checks before the function call "pci_dev...Markus Elfring2014-12-061-4/+2
* net-ipvlan: Deletion of an unnecessary check before the function call "free_p...Markus Elfring2014-12-061-2/+1
* net: cassini: Deletion of an unnecessary check before the function call "vfree"Markus Elfring2014-12-061-2/+1
* stmmac: pci: allocate memory resources dynamicallyAndy Shevchenko2014-12-061-24/+31
* ixgbevf: fix possible crashes in probe and removeEmil Tantilov2014-12-051-4/+13
* ixgbevf: add support for X550 VFsEmil Tantilov2014-12-055-5/+38
* ixgbe: fix crash on rmmod after probe failEmil Tantilov2014-12-051-2/+8
* ixgbe: bump version numberDon Skidmore2014-12-051-1/+1
* ixgbe: Add X550 support function pointersDon Skidmore2014-12-0510-59/+1732
* ixgbe: cleanup checksum to allow error resultsDon Skidmore2014-12-054-53/+96
* ixgbe: add methods for combined read and write operationsDon Skidmore2014-12-053-0/+188
* ixgbe: Add x550 SW/FW semaphore supportDon Skidmore2014-12-055-29/+25
* ixgbe: Add timeout parameter to ixgbe_host_interface_commandDon Skidmore2014-12-052-13/+37
* ixgbe: add support for X550 extended RSS supportDon Skidmore2014-12-055-25/+107
* ixgbe: remove CIAA/D register reads from bad VF checkEmil Tantilov2014-12-051-71/+74
* ixgbe: Look up MAC address in Open Firmware or IDPROMMartin K Petersen2014-12-051-0/+35
* ixgbe: Remove tail write abstraction and add missing barrierAlexander Duyck2014-12-052-25/+20
* ixgbe: Clean-up page reuse codeAlexander Duyck2014-12-051-42/+36
* tun: Fix GSO meta-data handling in tun_get_userHerbert Xu2014-12-031-1/+1
* rocker: Use logical operators on booleansThomas Graf2014-12-031-8/+8
* rocker: Add proper validation of Netlink attributesThomas Graf2014-12-031-0/+9
* rocker: add ndo_bridge_setlink/getlink support for learning policyScott Feldman2014-12-032-0/+100
* rocker: implement ndo_fdb_dumpJiri Pirko2014-12-031-0/+73
* rocker: implement L2 bridge offloadingScott Feldman2014-12-031-1/+669
* rocker: implement rocker ofdpa flow table manipulationScott Feldman2014-12-031-2/+1467
* rocker: introduce rocker switch driverJiri Pirko2014-12-036-0/+2521
* bridge: add brport flags to dflt bridge_getlinkScott Feldman2014-12-032-2/+3
* net: rename netdev_phys_port_id to more generic nameJiri Pirko2014-12-034-4/+4
* net: make vid as a parameter for ndo_fdb_add/ndo_fdb_delJiri Pirko2014-12-035-11/+12
* ipvlan: ipvlan depends on INET and IPV6Mahesh Bandewar2014-11-302-1/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-3013-67/+112
|\
| * Merge tag 'master-2014-11-25' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-11-264-15/+24
| |\
| | * rtlwifi: Change order in device startupLarry Finger2014-11-251-10/+10
| | * rtlwifi: rtl8821ae: Fix 5G detection problemLarry Finger2014-11-251-2/+3
| | * Merge tag 'iwlwifi-for-john-2014-11-23' of git://git.kernel.org/pub/scm/linux...John W. Linville2014-11-242-3/+11
| | |\
| | | * iwlwifi: mvm: check TLV flag before trying to use hotspot firmware commandsLuciano Coelho2014-11-232-3/+11
| * | | net: Check for presence of IFLA_AF_SPECThomas Graf2014-11-262-0/+4
| * | | net: Validate IFLA_BRIDGE_MODE attribute lengthThomas Graf2014-11-262-0/+6
| * | | stmmac: platform: fix default values of the filter bins settingHuacai Chen2014-11-261-6/+7
| * | | net/mlx4_core: Limit count field to 24 bits in qp_alloc_resJack Morgenstein2014-11-261-1/+1
| * | | net: dsa: bcm_sf2: reset switch prior to initializationFlorian Fainelli2014-11-261-23/+29