summaryrefslogtreecommitdiff
path: root/drivers/net/macb.c
AgeCommit message (Expand)Author
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-05-18Haavard Skinnemoen has left AtmelJean Delvare
2011-04-13macb: Add rx overrun counterAlexander Stein
2011-03-30drivers/net: Remove IRQF_SAMPLE_RANDOM flag from network driversJavier Martinez Canillas
2011-02-28macb: don't use platform_set_drvdata() on a net_deviceJamie Iles
2010-10-25macb: Don't re-enable interrupts while in polling modeJoshua Hoke
2010-09-02drivers/net: avoid some skb->ip_summed initializationsEric Dumazet
2010-07-18net: preserve ifreq parameter when calling generic phy_mii_ioctl().Richard Cochran
2010-05-10net: trans_start cleanupsEric Dumazet
2010-04-07macb: allow reception of large (>1518 bytes) framesPeter Korsgaard
2010-04-03net: convert multicast list to list_headJiri Pirko
2010-02-26net: convert multiple drivers to use netdev_for_each_mc_addr, part5 V2Jiri Pirko
2010-02-12macb: straighten out macb_mii_probe functionJiri Pirko
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko
2009-09-21trivial: fix typos "man[ae]g?ment" -> "management"Uwe Kleine-Koenig
2009-09-02netdev: drivers should make ethtool_ops constStephen Hemminger
2009-09-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-08-23drivers/net: fixed drivers that support netpoll use ndo_start_xmit()Dongdong Deng
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy
2009-06-13net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy
2009-05-04macb: Add support of the netpoll APIThomas Petazzoni
2009-04-17macb: process the RX ring regardless of interrupt statusErik Waling
2009-04-17macb: Handle Retry Limit Exceeded errorsErik Waling
2009-04-13macb: convert to net_device_opsAlexander Beregalov
2009-03-24macb: fix warning "warning: unused variable `dev' "vibi sreenivasan
2009-01-26net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers
2009-01-21net: Remove redundant NAPI functionsBen Hutchings
2009-01-19macb: avoid lockup when TGO during underrunRichard Röjfors
2008-12-22net: Remove unused netdev arg from some NAPI interfaces.Neil Horman
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller
2008-10-27net: convert print_mac to %pMJohannes Berg
2008-10-08phylib: move to dynamic allocation of struct mii_busLennert Buytenhek
2008-10-08phylib: rename mii_bus::dev to mii_bus::parentLennert Buytenhek
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King
2008-07-22netdev: bunch of drivers: avoid WARN at net/core/dev.c:1328Anton Vorontsov
2008-07-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller
2008-07-17netdev: Convert all drivers away from netif_schedule().David S. Miller
2008-07-02macb: Basic suspend/resume supportHaavard Skinnemoen
2008-06-11macb: use random mac if stored address in EEPROM is invalidSven Schnelle
2008-04-25net drivers: fix platform driver hotplug/coldplugKay Sievers
2008-04-16phy: Change mii_bus id field to a stringAndy Fleming
2008-04-12macb: Use semicolon instead of comma for statementAtsushi Nemoto
2008-04-12macb: Call phy_disconnect on removingAtsushi Nemoto
2008-02-24macb: Fix speed settingAtsushi Nemoto
2008-02-03macb: Fix section mismatch and shrink runtime footprintHaavard Skinnemoen
2007-12-22MACB: clear transmit buffers properly on transmit underrunGregory CLEMENT
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle
2007-10-10[NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger