summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* pkt_sched: give visibility to mq slave qdiscsEric Dumazet2013-12-094-9/+18
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2013-12-098-107/+316
|\
| * i40e: Add a new variable to track number of pf instancesAnjali Singhai Jain2013-12-062-0/+6
| * i40e: add num_VFs messageAnjali Singhai Jain2013-12-061-0/+3
| * i40e: refactor ethtool testsShannon Nelson2013-12-061-27/+30
| * i40e: clear test state bit after all ethtool testsShannon Nelson2013-12-061-2/+3
| * i40e: only set up the rings to be usedShannon Nelson2013-12-061-7/+7
| * i40e: Enable all PCTYPEs except FCOE for RSS.Anjali Singhai Jain2013-12-061-14/+24
| * i40e: refactor reset codeAnjali Singhai Jain2013-12-061-36/+95
| * i40e: Bump versionCatherine Sullivan2013-12-061-1/+1
| * i40e: whitespaceJeff Kirsher2013-12-061-0/+1
| * i40e: enable early hardware supportJesse Brandeburg2013-12-064-10/+68
| * i40e: Add flag for L2 VEB filteringKevin Scott2013-12-063-3/+12
| * i40e: get media type during link infoJesse Brandeburg2013-12-063-0/+52
| * i40e: check multi-bit state correctlyJesse Brandeburg2013-12-061-7/+9
| * i40e: separate TSYNVALID and TSYNINDX fields in Rx descriptorJacob Keller2013-12-061-2/+7
* | wan: wanxl: remove unnecessary pci_set_drvdata()Jingoo Han2013-12-091-1/+0
* | wan: pci200syn: remove unnecessary pci_set_drvdata()Jingoo Han2013-12-091-1/+0
* | wan: pc300too: remove unnecessary pci_set_drvdata()Jingoo Han2013-12-091-1/+0
* | wan: lmc: remove unnecessary pci_set_drvdata()Jingoo Han2013-12-091-2/+0
* | wan: dscc4: remove unnecessary pci_set_drvdata()Jingoo Han2013-12-091-2/+0
* | irda: vlsi_ir: remove unnecessary pci_set_drvdata()Jingoo Han2013-12-091-3/+0
* | irda: via-ircc: remove unnecessary pci_set_drvdata()Jingoo Han2013-12-091-2/+0
* | net: forcedeth: remove unnecessary pci_set_drvdata()Jingoo Han2013-12-091-2/+0
* | net: ns83820: remove unnecessary pci_set_drvdata()Jingoo Han2013-12-091-2/+0
* | net: bna: remove unnecessary pci_set_drvdata()Jingoo Han2013-12-091-1/+0
* | net: sis900: remove unnecessary pci_set_drvdata()Jingoo Han2013-12-091-2/+0
* | net: sfc: remove unnecessary pci_set_drvdata()Jingoo Han2013-12-091-2/+0
|/
* ether_addr_equal: Optimize implementation, remove unused compare_ether_addrJoe Perches2013-12-062-42/+37
* unix: convert printks to pr_<level>wangweidong2013-12-061-4/+5
* ipv6 addrconf: introduce IFA_F_MANAGETEMPADDR to tell kernel to manage tempor...Jiri Pirko2013-12-062-72/+100
* ipv6 addrconf: extend ifa_flags to u32Jiri Pirko2013-12-064-15/+27
* net: introduce dev_consume_skb_any()Eric Dumazet2013-12-062-24/+74
* tun: remove unused parameter in tun_do_read()Zhi Yong Wu2013-12-061-4/+3
* macvtap: remove unused parameter in macvtap_do_read()Zhi Yong Wu2013-12-061-3/+3
* macvtap: remove the dead branchZhi Yong Wu2013-12-061-6/+2
* vhost: remove the dead branchZhi Yong Wu2013-12-065-24/+6
* tg3: Update version to 3.135Nithin Sujir2013-12-061-2/+2
* tg3: Expand multicast drop counter miscounting fix to 5762Nithin Sujir2013-12-061-0/+3
* tg3: Fix bit definition for the nvram Auto Power Down settingNithin Sujir2013-12-061-1/+1
* tg3: Add flag to disable 1G Half Duplex advertisementNithin Sujir2013-12-062-7/+25
* tg3: Don't add rxbds_empty to rx_over_errorsNithin Sujir2013-12-061-2/+0
* Merge branch 'of_mdio'David S. Miller2013-12-065-92/+89
|\
| * Documentation: update Ethernet PHY devices binding with 'max-speed'Florian Fainelli2013-12-061-0/+1
| * arc_emac: remove custom "max-speed" parsing codeFlorian Fainelli2013-12-062-21/+1
| * net: of_mdio: parse "max-speed" property to set PHY supported featuresFlorian Fainelli2013-12-061-1/+24
| * net: phy: breakdown PHY_*_FEATURES definesFlorian Fainelli2013-12-061-7/+16
| * net: of_mdio: do not overwrite PHY interrupt configurationFlorian Fainelli2013-12-061-2/+3
| * net: of_mdio: use PHY_MAX_ADDR constantFlorian Fainelli2013-12-061-1/+1
| * net: of_mdio: factor PHY registration from of_mdiobus_registerFlorian Fainelli2013-12-061-63/+46
|/