summaryrefslogtreecommitdiffstats
path: root/lib (unfollow)
Commit message (Expand)AuthorFilesLines
2013-06-01phy: add reverse MII PHY connection typeFlorian Fainelli2-0/+2
2013-06-01sit: add IPv4 over IPv4 supportNicolas Dichtel2-4/+117
2013-06-01iptunnel: specify protocol outside IP headerNicolas Dichtel4-5/+5
2013-06-01net: clean up skb headers codeCong Wang2-13/+7
2013-06-01netfilter: Correct calculation using skb->tail and skb-network_headerSimon Horman1-1/+1
2013-06-01gro: should aggregate frames without DFEric Dumazet1-1/+2
2013-06-01net: 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-31tcp: undo on DSACK during recoveryYuchung Cheng1-1/+7
2013-05-31tcp: fix undo on partial ack in recoveryYuchung Cheng1-26/+33
2013-05-31tcp: refactor undo functionsYuchung Cheng1-47/+50
2013-05-31tcp: consolidate PRR packet accountingYuchung Cheng1-25/+20
2013-05-31net: mv643xx_eth: add DT parsing supportSebastian Hesselbarth2-4/+234
2013-05-31net: mv643xx_eth: proper initialization for Kirkwood SoCsSebastian Hesselbarth1-0/+11
2013-05-31net: mv643xx_eth: use of_phy_connect if phy_node presentSebastian Hesselbarth1-7/+18
2013-05-31net: mv643xx_eth: add phy_node to platform_data structSebastian Hesselbarth1-0/+2
2013-05-31net: mv643xx_eth: use managed devm_ioremap for port registersSebastian Hesselbarth1-2/+1
2013-05-31net: mv643xx_eth: use phy_disconnect instead of phy_detachSebastian Hesselbarth1-1/+1
2013-05-31net: emaclite: Update driver headerMichal Simek1-2/+2
2013-05-31net: emaclite: Enable emaclite for Xilinx Arm Zynq platformMichal Simek1-2/+2
2013-05-31net: emaclite: Do not use microblaze and ppc IO functionsMichal Simek1-69/+69
2013-05-31net: emaclite: Let's make xemaclite_adjust_link staticMichal Simek1-1/+1
2013-05-31net: emaclite: Support multiple phys connected to one MDIO busMichal Simek1-1/+12
2013-05-31net: emaclite: Report failures in mdio setupMichal Simek1-3/+9
2013-05-31netxen_nic: Update version to 4.0.81Manish Chopra1-2/+2
2013-05-31netxen_nic: Avoid mixed mode interruptsManish Chopra2-7/+46
2013-05-31netxen_nic: netxen_setup_intr() function code cleanupManish Chopra1-31/+46
2013-05-31netxen_nic: Log proper error message in case of mismatched adapter typeManish Chopra2-4/+10
2013-05-31netxen_nic: Log driver version with firmware versionManish Chopra1-3/+3
2013-05-29net/usb/kalmia: use %*phC to dump small buffersAndy Shevchenko1-30/+15
2013-05-29bonding: trivial: update the comments to reflect the realityVeaceslav Falico1-3/+1
2013-05-29bonding: trivial: remove unused parameter from alb_swap_mac_addr()Veaceslav Falico1-4/+4
2013-05-29vxlan: defer vxlan init as late as possibleCong Wang1-1/+1
2013-05-29vxlan: use unsigned int instead of unsignedCong Wang1-4/+4
2013-05-29vxlan: remove the unused rcu head from struct vxlan_rdstCong Wang1-1/+0
2013-05-29net, ipv4, ipv6: Correct assignment of skb->network_header to skb->tailSimon Horman4-4/+38
2013-05-29sctp: Correct access to skb->{network, transport}_headerSimon Horman2-2/+2
2013-05-29ipv4: Correct comparisons and calculations using skb->tail and skb-transport_...Simon Horman3-3/+5
2013-05-29ipv6: Correct comparisons and calculations using skb->tail and skb-transport_...Simon Horman8-13/+19
2013-05-29net: Correct comparisons and calculations using skb->tail and skb-transport_h...Simon Horman2-4/+6
2013-05-29cxgb3: Correct comparisons and calculations using skb->tail and skb-transport...Simon Horman1-6/+5
2013-05-29isdn: Correct comparison of skb->tail and skb-transport_headerSimon Horman1-1/+1