summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: cpmac: fix in debug messagesVarka Bhadram2014-07-111-12/+12
* Merge branch 'bridge-fdb-dump-filter'David S. Miller2014-07-108-22/+87
|\
| * bridge: netlink dump interface at par with brctlJamal Hadi Salim2014-07-102-19/+70
| * bridge: fdb dumping takes a filter deviceJamal Hadi Salim2014-07-108-10/+24
|/
* r8152: support jumbo frame for RTL8153hayeswang2014-07-101-4/+32
* Merge branch 'cpmac-next'David S. Miller2014-07-101-139/+148
|\
| * net: cpmac: fix in releasing resourcesVarka Bhadram2014-07-101-2/+3
| * net: cpmac: fix proper spacing before return statementVarka Bhadram2014-07-101-0/+8
| * net: cpmac: fix missing a blank line after declarationsVarka Bhadram2014-07-101-0/+8
| * net: cpmac: fix cpmac driver structureVarka Bhadram2014-07-101-3/+5
| * net: cpmac: dynamic debug fixesVarka Bhadram2014-07-101-74/+62
| * net: cpmac: fix commentsVarka Bhadram2014-07-101-19/+21
| * net: cpmac: remove space in macro definationVarka Bhadram2014-07-101-41/+41
|/
* ipconfig: Only bootp paths should reference ic_dev_xid.David S. Miller2014-07-101-1/+1
* Merge branch 'systemport-next'David S. Miller2014-07-101-62/+61
|\
| * net: systemport: use kcalloc instead of kzallocFlorian Fainelli2014-07-101-3/+3
| * net: systemport: align multiple lines correctlyFlorian Fainelli2014-07-101-59/+58
|/
* hyperv: Add netpoll supportRichard Weinberger2014-07-101-0/+11
* arc_emac: Remove unused pointer to net_device from arc_emac_privTobias Klauser2014-07-102-3/+0
* arc_emac: Use net_device_stats from struct net_deviceTobias Klauser2014-07-102-7/+5
* ipconfig: move ic_dev_xid under IPCONFIG_BOOTPFabian Frederick2014-07-091-2/+1
* net: phy: export phy_suspend and phy_resumeFlorian Fainelli2014-07-091-0/+2
* Merge branch 'fec-next'David S. Miller2014-07-092-80/+68
|\
| * net: fec: consolidate hwtstamp implementationRussell King2014-07-091-18/+19
| * net: fec: remove useless status check in tx reap pathRussell King2014-07-091-3/+0
| * net: fec: add support for dumping transmit ring on timeoutRussell King2014-07-091-0/+23
| * net: fec: reorder ethtool ops to match order in struct declarationRussell King2014-07-091-7/+5
| * net: fec: clear receive interrupts before processing a packetRussell King2014-07-091-0/+2
| * net: fec: replace delayed work with standard workRussell King2014-07-092-26/+16
| * net: fec: better implementation of iMX6 ERR006358 quirkRussell King2014-07-092-27/+4
|/
* netpoll: fix use after freedavid decotigny2014-07-091-1/+2
* xen-netback: Adding debugfs "io_ring_qX" filesZoltan Kiss2014-07-094-2/+200
* net: provide stubs for ip6_set_txhash and ip6_make_flowlabelFlorian Fainelli2014-07-091-0/+10
* Merge branch 'fec-next'David S. Miller2014-07-091-43/+84
|\
| * net: fec: clean up duplex mode handlingRussell King2014-07-091-12/+12
| * net: fec: quiesce packet processing when taking link down in fec_enet_adjust_...Russell King2014-07-091-0/+4
| * net: fec: quiesce packet processing before changing featuresRussell King2014-07-091-9/+16
| * net: fec: quiesce packet processing before stopping device in fec_set_features()Russell King2014-07-091-1/+1
| * net: fec: quiesce packet processing before stopping device in fec_suspend()Russell King2014-07-091-7/+9
| * net: fec: remove inappropriate calls around fec_restart()Russell King2014-07-091-20/+6
| * net: fec: move calls to quiesce/resume packet processing out of fec_restart()Russell King2014-07-091-19/+45
| * net: fec: only restart or stop the device if it is present and runningRussell King2014-07-091-5/+14
| * net: fec: ensure fec_enet_close() copes with resume failureRussell King2014-07-091-2/+2
| * net: fec: improve safety of suspend/resume/transmit timeout pathsRussell King2014-07-091-0/+7
|/
* Merge branch 'mlx4-next'David S. Miller2014-07-097-36/+54
|\
| * net/mlx4_en: Fix mac_hash database inconsistencyNoa Osherovich2014-07-092-10/+15
| * net/mlx4_en: Do not count LLC/SNAP in MTU calculationYishai Hadas2014-07-092-3/+1
| * net/mlx4_en: Do not disable vlan filter during promiscuous modeEugenia Emantayev2014-07-091-10/+0
| * net/mlx4: Verify port number in __mlx4_unregister_macEugenia Emantayev2014-07-091-2/+8
| * net/mlx4_en: Run loopback test only when port is upEugenia Emantayev2014-07-091-1/+2