summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: sxgbe: add TSO support for Samsung sxgbeVipul Pandya2014-03-266-11/+92
* net: sxgbe: add EEE(Energy Efficient Ethernet) for Samsung sxgbeGirish K S2014-03-266-2/+360
* net: sxgbe: add basic framework for Samsung 10Gb ethernet driverSiva Reddy2014-03-2622-0/+5507
* sxgbe: Add device-tree binding support documentSiva Reddy2014-03-261-0/+52
* ptp: Fix compiler warnings in the testptp utilityChristian Riesch2014-03-261-5/+5
* ptp: Add a command line option in testptp to set a specific PTP timeManfred Rudigier2014-03-261-2/+18
* Merge branch 'bonding-next'David S. Miller2014-03-264-22/+69
|\
| * bonding: add net_ratelimt to avoid spam in arp intervaldingtianhong2014-03-261-7/+9
| * bonding: support QinQ for bond arp intervaldingtianhong2014-03-262-18/+50
| * vlan: make a new function vlan_dev_vlan_proto() and exportdingtianhong2014-03-262-0/+13
|/
* Merge branch 'bonding-next'David S. Miller2014-03-261-5/+5
|\
| * bonding: ratelimit pr_err() for bond xmit broadcastdingtianhong2014-03-261-2/+2
| * bonding: slight optimization for bond xmit pathdingtianhong2014-03-261-3/+3
|/
* xen-netback: Functional follow-up patch for grant mapping seriesZoltan Kiss2014-03-261-7/+19
* xen-netback: Non-functional follow-up patch for grant mapping seriesZoltan Kiss2014-03-262-6/+11
* xen-netback: Stop using xenvif_tx_pending_slots_availableZoltan Kiss2014-03-263-20/+4Star
* Merge branch 'bcm7xxx-next'David S. Miller2014-03-261-21/+37
|\
| * net: phy: bcm7xxx: properly clear AFE_RX_LP_COUNTERFlorian Fainelli2014-03-261-1/+1
| * net: phy: bcm7xxx: fix spurious MDIO failures during workaroundFlorian Fainelli2014-03-261-15/+15
| * net: phy: bcm7xxx: define constants for our registersFlorian Fainelli2014-03-261-11/+27
|/
* net: Rename skb->rxhash to skb->hashTom Herbert2014-03-2612-49/+49
* qlcnic: Remove casts of pointer to same typeJoe Perches2014-03-261-1/+1
* alx: Remove casts of pointer to same typeJoe Perches2014-03-261-1/+1
* altera: Remove casts of pointer to same typeJoe Perches2014-03-261-2/+2
* chelsio: Remove addressof casts to same typeJoe Perches2014-03-261-4/+4
* smsc911x: No need to print driver versionFabio Estevam2014-03-261-2/+0Star
* smsc911x: Do not use netdev_dbg() when device is not registeredFabio Estevam2014-03-261-1/+2
* tcp: delete unused parameter in tcp_nagle_check()Peter Pan(潘卫平)2014-03-261-3/+3
* Merge branch 'bnx2x-next'David S. Miller2014-03-268-2047/+925Star
|\
| * bnx2x: Don't allow VFs to become promiscuousYuval Mintz2014-03-261-32/+10Star
| * bnx2x: Don't show port statistics for VFsYuval Mintz2014-03-261-5/+6
| * bnx2x: Remove the sriov VFOP mechanismYuval Mintz2014-03-265-1954/+622Star
| * bnx2x: Create workqueue for IOV related tasksYuval Mintz2014-03-265-78/+147
| * bnx2x: Support mng. request for driver versionYuval Mintz2014-03-264-1/+163
|/
* atm: idt77105: Use del_timer_sync() in exit pathThomas Gleixner2014-03-261-3/+3
* atm: firestream: Use del_timer_sync() in teardown pathThomas Gleixner2014-03-261-1/+1
* mlx4: Use actual number of PCI functions (PF + VFs) for alias GUID logicMatan Barak2014-03-261-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-26129-784/+971
|\
| * Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2014-03-251-0/+1
| |\
| | * nfsd: fix lost nfserrno() call in nfsd_setattr()J. R. Okajima2014-02-181-0/+1
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-03-254-35/+21Star
| |\ \
| | * | rcuwalk: recheck mount_lock after mountpoint crossing attemptsAl Viro2014-03-231-16/+13Star
| | * | make prepend_name() work correctly when called with negative *buflenAl Viro2014-03-231-2/+2
| | * | vfs: Don't let __fdget_pos() get FMODE_PATH filesEric Biggers2014-03-231-15/+4Star
| | * | vfs: atomic f_pos access in llseek()Eric Biggers2014-03-231-2/+2
| * | | Linux 3.14-rc8Linus Torvalds2014-03-251-1/+1
| * | | Merge branch 'parisc-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2014-03-256-84/+6Star
| |\ \ \
| | * | | parisc: locks: remove redundant arch_*_relax operationsWill Deacon2014-03-231-4/+0Star
| | * | | parisc: wire up sys_utimesHelge Deller2014-03-232-2/+3
| | * | | parisc: Remove unused CONFIG_PARISC_TMPALIAS codeJohn David Anglin2014-03-232-75/+0Star