summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-05-31net: Add EMAC ethernet driver found on Allwinner A10 SoC'sStefan Roese7-0/+1133
2013-05-31phy: add reverse MII PHY connection typeFlorian Fainelli2-0/+2
2013-05-31sit: add IPv4 over IPv4 supportNicolas Dichtel2-4/+117
2013-05-31iptunnel: specify protocol outside IP headerNicolas Dichtel4-5/+5
2013-05-31net: clean up skb headers codeCong Wang2-13/+7
2013-05-31netfilter: Correct calculation using skb->tail and skb-network_headerSimon Horman1-1/+1
2013-05-31gro: should aggregate frames without DFEric Dumazet1-1/+2
2013-05-31net: Update RFS target at poll for tcp/udpDavid Majnemer2-0/+4
2013-05-31sctp: Correct byte order of access to skb->{network, transport}_headerSimon Horman1-1/+1
2013-05-31tulip: remove redundant D0 power state setYijing Wang1-6/+0
2013-05-31qlcnic: remove redundant D0 power state setYijing Wang1-1/+0
2013-05-31net, jme: remove redundant D0 power state setYijing Wang1-1/+0
2013-05-31phy: Add Marvell 88E1510 phy IDMichal Simek2-0/+26
2013-05-31phy: Add Marvell 88E1116R phy IDMichal Simek2-0/+66
2013-05-31phy: Use macros instead of hardcoded values in marvell phy driverMichal Simek1-9/+9
2013-05-31phy: Add Vitesse 8211 phy IDMichal Simek1-0/+15
2013-05-31phy: Clean coding style in vitesse phyMichal Simek1-12/+11
2013-05-30tcp: undo on DSACK during recoveryYuchung Cheng1-1/+7
2013-05-30tcp: fix undo on partial ack in recoveryYuchung Cheng1-26/+33
2013-05-30tcp: refactor undo functionsYuchung Cheng1-47/+50
2013-05-30tcp: consolidate PRR packet accountingYuchung Cheng1-25/+20
2013-05-30net: mv643xx_eth: add DT parsing supportSebastian Hesselbarth2-4/+234
2013-05-30net: mv643xx_eth: proper initialization for Kirkwood SoCsSebastian Hesselbarth1-0/+11
2013-05-30net: mv643xx_eth: use of_phy_connect if phy_node presentSebastian Hesselbarth1-7/+18
2013-05-30net: mv643xx_eth: add phy_node to platform_data structSebastian Hesselbarth1-0/+2
2013-05-30net: mv643xx_eth: use managed devm_ioremap for port registersSebastian Hesselbarth1-2/+1
2013-05-30net: mv643xx_eth: use phy_disconnect instead of phy_detachSebastian Hesselbarth1-1/+1
2013-05-30net: emaclite: Update driver headerMichal Simek1-2/+2
2013-05-30net: emaclite: Enable emaclite for Xilinx Arm Zynq platformMichal Simek1-2/+2
2013-05-30net: emaclite: Do not use microblaze and ppc IO functionsMichal Simek1-69/+69
2013-05-30net: emaclite: Let's make xemaclite_adjust_link staticMichal Simek1-1/+1
2013-05-30net: emaclite: Support multiple phys connected to one MDIO busMichal Simek1-1/+12
2013-05-30net: emaclite: Report failures in mdio setupMichal Simek1-3/+9
2013-05-30Merge branch 'netxen_nic'David S. Miller3-42/+102
2013-05-30netxen_nic: Update version to 4.0.81Manish Chopra1-2/+2
2013-05-30netxen_nic: Avoid mixed mode interruptsManish Chopra2-7/+46
2013-05-30netxen_nic: netxen_setup_intr() function code cleanupManish Chopra1-31/+46
2013-05-30netxen_nic: Log proper error message in case of mismatched adapter typeManish Chopra2-4/+10
2013-05-30netxen_nic: Log driver version with firmware versionManish Chopra1-3/+3
2013-05-30Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller24-364/+395
2013-05-29net/usb/kalmia: use %*phC to dump small buffersAndy Shevchenko1-30/+15
2013-05-28bonding: trivial: update the comments to reflect the realityVeaceslav Falico1-3/+1
2013-05-28bonding: trivial: remove unused parameter from alb_swap_mac_addr()Veaceslav Falico1-4/+4
2013-05-28vxlan: defer vxlan init as late as possibleCong Wang1-1/+1
2013-05-28vxlan: use unsigned int instead of unsignedCong Wang1-4/+4
2013-05-28vxlan: remove the unused rcu head from struct vxlan_rdstCong Wang1-1/+0
2013-05-28net, ipv4, ipv6: Correct assignment of skb->network_header to skb->tailSimon Horman4-4/+38
2013-05-28sctp: Correct access to skb->{network, transport}_headerSimon Horman2-2/+2
2013-05-28ipv4: Correct comparisons and calculations using skb->tail and skb-transport_...Simon Horman3-3/+5
2013-05-28ipv6: Correct comparisons and calculations using skb->tail and skb-transport_...Simon Horman8-13/+19