summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: Add MDIO bus driver for the Allwinner EMACMaxime Ripard2013-06-014-0/+231
* net: Add EMAC ethernet driver found on Allwinner A10 SoC'sStefan Roese2013-06-017-0/+1133
* phy: add reverse MII PHY connection typeFlorian Fainelli2013-06-012-0/+2
* sit: add IPv4 over IPv4 supportNicolas Dichtel2013-06-012-4/+117
* iptunnel: specify protocol outside IP headerNicolas Dichtel2013-06-014-5/+5
* net: clean up skb headers codeCong Wang2013-06-012-13/+7
* netfilter: Correct calculation using skb->tail and skb-network_headerSimon Horman2013-06-011-1/+1
* gro: should aggregate frames without DFEric Dumazet2013-06-011-1/+2
* net: Update RFS target at poll for tcp/udpDavid Majnemer2013-06-012-0/+4
* sctp: Correct byte order of access to skb->{network, transport}_headerSimon Horman2013-05-311-1/+1
* tulip: remove redundant D0 power state setYijing Wang2013-05-311-6/+0
* qlcnic: remove redundant D0 power state setYijing Wang2013-05-311-1/+0
* net, jme: remove redundant D0 power state setYijing Wang2013-05-311-1/+0
* phy: Add Marvell 88E1510 phy IDMichal Simek2013-05-312-0/+26
* phy: Add Marvell 88E1116R phy IDMichal Simek2013-05-312-0/+66
* phy: Use macros instead of hardcoded values in marvell phy driverMichal Simek2013-05-311-9/+9
* phy: Add Vitesse 8211 phy IDMichal Simek2013-05-311-0/+15
* phy: Clean coding style in vitesse phyMichal Simek2013-05-311-12/+11
* tcp: undo on DSACK during recoveryYuchung Cheng2013-05-311-1/+7
* tcp: fix undo on partial ack in recoveryYuchung Cheng2013-05-311-26/+33
* tcp: refactor undo functionsYuchung Cheng2013-05-311-47/+50
* tcp: consolidate PRR packet accountingYuchung Cheng2013-05-311-25/+20
* net: mv643xx_eth: add DT parsing supportSebastian Hesselbarth2013-05-312-4/+234
* net: mv643xx_eth: proper initialization for Kirkwood SoCsSebastian Hesselbarth2013-05-311-0/+11
* net: mv643xx_eth: use of_phy_connect if phy_node presentSebastian Hesselbarth2013-05-311-7/+18
* net: mv643xx_eth: add phy_node to platform_data structSebastian Hesselbarth2013-05-311-0/+2
* net: mv643xx_eth: use managed devm_ioremap for port registersSebastian Hesselbarth2013-05-311-2/+1
* net: mv643xx_eth: use phy_disconnect instead of phy_detachSebastian Hesselbarth2013-05-311-1/+1
* net: emaclite: Update driver headerMichal Simek2013-05-311-2/+2
* net: emaclite: Enable emaclite for Xilinx Arm Zynq platformMichal Simek2013-05-311-2/+2
* net: emaclite: Do not use microblaze and ppc IO functionsMichal Simek2013-05-311-69/+69
* net: emaclite: Let's make xemaclite_adjust_link staticMichal Simek2013-05-311-1/+1
* net: emaclite: Support multiple phys connected to one MDIO busMichal Simek2013-05-311-1/+12
* net: emaclite: Report failures in mdio setupMichal Simek2013-05-311-3/+9
* Merge branch 'netxen_nic'David S. Miller2013-05-313-42/+102
|\
| * netxen_nic: Update version to 4.0.81Manish Chopra2013-05-311-2/+2
| * netxen_nic: Avoid mixed mode interruptsManish Chopra2013-05-312-7/+46
| * netxen_nic: netxen_setup_intr() function code cleanupManish Chopra2013-05-311-31/+46
| * netxen_nic: Log proper error message in case of mismatched adapter typeManish Chopra2013-05-312-4/+10
| * netxen_nic: Log driver version with firmware versionManish Chopra2013-05-311-3/+3
|/
* Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2013-05-3124-364/+395
|\
| * batman-adv: Start new development cycleSimon Wunderlich2013-05-291-1/+1
| * batman-adv: Move call to batadv_nc_skb_forward() from routing.c to send.cMartin Hundebøll2013-05-298-37/+51
| * batman-adv: print the VID properlyAntonio Quartulli2013-05-291-16/+21
| * batman-adv: change VID semantic in the BLA codeAntonio Quartulli2013-05-295-33/+49
| * batman-adv: do not print orig nodes without nc neighbors on nc table printMarek Lindner2013-05-291-0/+7
| * batman-adv: Remove unnecessary INIT_HLIST_NODE() callsLinus Lüssing2013-05-292-4/+0
| * batman-adv: pass a 16bit long flag argument to tt_global_add()Antonio Quartulli2013-05-292-3/+18
| * batman-adv: don't deal with NET_IP_ALIGN manuallyAntonio Quartulli2013-05-294-21/+21
| * batman-adv: refactor batadv_tt_local_event()Antonio Quartulli2013-05-291-8/+15