aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/macb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-25macb: Don't re-enable interrupts while in polling modeJoshua Hoke1-11/+16
2010-09-02drivers/net: avoid some skb->ip_summed initializationsEric Dumazet1-1/+1
2010-07-18net: preserve ifreq parameter when calling generic phy_mii_ioctl().Richard Cochran1-1/+1
2010-05-10net: trans_start cleanupsEric Dumazet1-2/+0
2010-04-07macb: allow reception of large (>1518 bytes) framesPeter Korsgaard1-0/+1
2010-04-03net: convert multicast list to list_headJiri Pirko1-3/+3
2010-02-26net: convert multiple drivers to use netdev_for_each_mc_addr, part5 V2Jiri Pirko1-5/+2
2010-02-12macb: straighten out macb_mii_probe functionJiri Pirko1-20/+9
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-2/+2
2009-09-21trivial: fix typos "man[ae]g?ment" -> "management"Uwe Kleine-Koenig1-1/+1
2009-09-02netdev: drivers should make ethtool_ops constStephen Hemminger1-1/+1
2009-09-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-3/+4
2009-08-23drivers/net: fixed drivers that support netpoll use ndo_start_xmit()Dongdong Deng1-3/+4
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-1/+1
2009-06-13net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy1-1/+1
2009-05-04macb: Add support of the netpoll APIThomas Petazzoni1-0/+18
2009-04-17macb: process the RX ring regardless of interrupt statusErik Waling1-18/+0
2009-04-17macb: Handle Retry Limit Exceeded errorsErik Waling1-4/+6
2009-04-13macb: convert to net_device_opsAlexander Beregalov1-6/+13
2009-03-24macb: fix warning "warning: unused variable `dev' "vibi sreenivasan1-1/+0
2009-01-26net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-5/+5
2009-01-21net: Remove redundant NAPI functionsBen Hutchings1-5/+5
2009-01-19macb: avoid lockup when TGO during underrunRichard Röjfors1-0/+8
2008-12-22net: Remove unused netdev arg from some NAPI interfaces.Neil Horman1-5/+5
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-1/+0
2008-10-27net: convert print_mac to %pMJohannes Berg1-5/+2
2008-10-08phylib: move to dynamic allocation of struct mii_busLennert Buytenhek1-20/+29
2008-10-08phylib: rename mii_bus::dev to mii_bus::parentLennert Buytenhek1-1/+1
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King1-2/+2
2008-07-22netdev: bunch of drivers: avoid WARN at net/core/dev.c:1328Anton Vorontsov1-3/+1
2008-07-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller1-0/+37
2008-07-17netdev: Convert all drivers away from netif_schedule().David S. Miller1-1/+1
2008-07-02macb: Basic suspend/resume supportHaavard Skinnemoen1-0/+37
2008-06-11macb: use random mac if stored address in EEPROM is invalidSven Schnelle1-1/+5
2008-04-25net drivers: fix platform driver hotplug/coldplugKay Sievers1-0/+2
2008-04-16phy: Change mii_bus id field to a stringAndy Fleming1-1/+1
2008-04-12macb: Use semicolon instead of comma for statementAtsushi Nemoto1-6/+6
2008-04-12macb: Call phy_disconnect on removingAtsushi Nemoto1-0/+2
2008-02-24macb: Fix speed settingAtsushi Nemoto1-1/+1
2008-02-03macb: Fix section mismatch and shrink runtime footprintHaavard Skinnemoen1-5/+4
2007-12-22MACB: clear transmit buffers properly on transmit underrunGregory CLEMENT1-1/+24
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches1-3/+3
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-1/+0
2007-10-10[NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger1-22/+18
2007-07-16macb: Add multicast capabilityPatrice Vilchez1-0/+120
2007-07-16macb: Use generic PHY layerfrederic RODO1-251/+200
2007-04-25[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo1-3/+4
2007-04-25[SK_BUFF]: Convert skb->end to sk_buff_data_tArnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo1-1/+2
2007-04-25[ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo1-1/+0