aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/dec/tulip/tulip_core.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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-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-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_headerSimon Horman3-3/+5
2013-05-28ipv6: Correct comparisons and calculations using skb->tail and skb-transport_headerSimon Horman8-13/+19
2013-05-28net: Correct comparisons and calculations using skb->tail and skb-transport_headerSimon Horman2-4/+6
2013-05-28cxgb3: Correct comparisons and calculations using skb->tail and skb-transport_headerSimon Horman1-6/+5
2013-05-28isdn: Correct comparison of skb->tail and skb-transport_headerSimon Horman1-1/+1
2013-05-28net: always pass struct netdev_notifier_info to netdevice notifiersCong Wang6-11/+21
2013-05-29batman-adv: Start new development cycleSimon Wunderlich1-1/+1
2013-05-29batman-adv: Move call to batadv_nc_skb_forward() from routing.c to send.cMartin Hundebøll8-37/+51
2013-05-29batman-adv: print the VID properlyAntonio Quartulli1-16/+21
2013-05-29batman-adv: change VID semantic in the BLA codeAntonio Quartulli5-33/+49
2013-05-29batman-adv: do not print orig nodes without nc neighbors on nc table printMarek Lindner1-0/+7
2013-05-29batman-adv: Remove unnecessary INIT_HLIST_NODE() callsLinus Lüssing2-4/+0
2013-05-29batman-adv: pass a 16bit long flag argument to tt_global_add()Antonio Quartulli2-3/+18
2013-05-29batman-adv: don't deal with NET_IP_ALIGN manuallyAntonio Quartulli4-21/+21