summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ovs: Turn vports with dependencies into separate modulesThomas Graf2014-10-2811-68/+199
* Merge branch 'unnecessary_resource_check'David S. Miller2014-10-286-33/+8
|\
| * ethernet: samsung: sxgbe: remove unnecessary checkVarka Bhadram2014-10-281-3/+0
| * ethernet: renesas: remove unnecessary checkVarka Bhadram2014-10-281-6/+2
| * ethernet: marvell: remove unnecessary checkVarka Bhadram2014-10-281-4/+2
| * ethernet: apm: xgene: remove unnecessary checkVarka Bhadram2014-10-281-12/+0
| * ethernet: wiznet: remove unnecessary checkVarka Bhadram2014-10-282-8/+4
|/
* bridge: Add support for IEEE 802.11 Proxy ARPKyeyoon Park2014-10-286-1/+72
* ipx: remove __inline__ in c file on staticFabian Frederick2014-10-271-1/+1
* ipx: remove unnecessary casting on ntohlFabian Frederick2014-10-271-2/+2
* ipx: move extern sysctl_ipx_pprop_broadcasting to header fileFabian Frederick2014-10-272-3/+4
* ipv6: include linux/uaccess.h instead of asm/uaccess.hFabian Frederick2014-10-271-1/+1
* ipv6: replace min/casting by min_tFabian Frederick2014-10-271-2/+2
* ipv4: remove set but unused variable shaFabian Frederick2014-10-271-2/+1
* Merge branch 's390-next'David S. Miller2014-10-278-42/+35
|\
| * ctcm: replace sscanf by kstrto functionThomas Richter2014-10-271-4/+4
| * lcs: replace sscanf by kstrto functionThomas Richter2014-10-271-5/+6
| * qeth: s390 ethernet device driver dependencyThomas Richter2014-10-271-1/+1
| * qeth: make local functions static in qeth_l3 moduleThomas Richter2014-10-272-8/+4
| * qeth: fix some trace formating issuesThomas Richter2014-10-273-5/+5
| * qeth: qeth_core_main make local functions staticThomas Richter2014-10-272-19/+15
|/
* xen-netfront: always keep the Rx ring full of requestsDavid Vrabel2014-10-271-191/+62
* Merge branch 'sunvnet-napi'David S. Miller2014-10-252-97/+172
|\
| * sunvnet: Remove irqsave/irqrestore on vio.lockSowmini Varadhan2014-10-251-25/+5
| * sunvnet: Use RCU to synchronize port usage with vnet_port_remove()Sowmini Varadhan2014-10-251-29/+33
| * sunvnet: NAPIfy sunvnetSowmini Varadhan2014-10-252-44/+135
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2014-10-249-2185/+2268
|\
| * i40e: Bump versionCatherine Sullivan2014-10-241-1/+1
| * i40e: Moving variable declaration out of the loopsAkeem G Abodunrin2014-10-241-4/+3
| * i40e: Add 10GBaseT supportMitch Williams2014-10-244-5/+34
| * i40e: process link events when setting up switchMitch Williams2014-10-241-0/+8
| * i40e: Fix a bug where Rx would stop after some timeAnjali Singhai Jain2014-10-241-4/+20
| * i40e/i40evf: Use usleep_range() instead of udelay()Neerav Parikh2014-10-243-6/+6
| * i40e/i40evf: Fix whitespace indentationJeff Kirsher2014-10-242-2142/+2133
| * i40e: enable LSE poke and simplify link stateJesse Brandeburg2014-10-241-23/+16
| * i40e: mask phy eventsJesse Brandeburg2014-10-243-0/+47
* | net: llc: include linux/errno.h instead of asm/errno.hFabian Frederick2014-10-241-1/+1
* | lapb: move EXPORT_SYMBOL after functions.Fabian Frederick2014-10-241-9/+8
* | Merge branch 'berlin_ethernet'David S. Miller2014-10-245-148/+150
|\ \
| * | net: pxa168_eth: Remove in-driver PHY manglingSebastian Hesselbarth2014-10-241-126/+0
| * | net: pxa168_eth: Remove HW auto-negotiaionSebastian Hesselbarth2014-10-241-15/+85
| * | net: pxa168_eth: Prepare proper libphy handlingSebastian Hesselbarth2014-10-241-15/+23
| * | net: pxa168_eth: Provide phy_interface mode on platform_dataSebastian Hesselbarth2014-10-242-0/+3
| * | phy: marvell: Add support for 88E3016 FastEthernet PHYSebastian Hesselbarth2014-10-242-0/+47
|/ /
* | natsemi/macsonic: Remove superfluous interrupt disable/restoreGeert Uytterhoeven2014-10-241-4/+0
* | cirrus/mac89x0: Remove superfluous interrupt disable/restoreGeert Uytterhoeven2014-10-241-6/+2
* | net: typhoon: Remove redundant castsRasmus Villemoes2014-10-241-2/+2
* | Removed unused function sctp_addr_is_valid()Sébastien Barré2014-10-241-1/+0
* | Merge branch 'ipv6_route'David S. Miller2014-10-241-41/+53
|\ \
| * | ipv6: Avoid redoing fib6_lookup() with reachable = 0 by saving fnMartin KaFai Lau2014-10-241-14/+16