net: congestion notifications are not dropped packets
[safe/jmp/linux-2.6] / drivers / net / phy / phy.c
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-01-19 Anton Vorontsovphylib: Move workqueue initialization to a proper place
2009-12-03 Joe Perchesdrivers/net: Move && and || to end of previous line
2009-09-04 Ben Hutchingsnetdev: Remove redundant checks for CAP_NET_ADMIN in...
2009-07-02 Wade Farnsworthphylib: fixes for PHY_RESUMING state changes
2009-04-16 Atsushi Nemotophylib: Fix delay argument of schedule_delayed_work
2009-04-13 Anatolij Gustschinphylib: Allow early-out in phy_change
2009-04-03 Jean Delvareworkqueue: add to_delayed_work() helper function
2009-03-13 Marcin Slusarzphylib: convert state_queue work to delayed_work
2008-11-10 Kay Sieversnet: struct device - replace bus_id with dev_name(...
2008-10-08 Lennert Buytenhekphylib: add mdiobus_{read,write}
2008-10-08 Trent Piephophylib: Wake PHY state machine on interrupt
2008-10-08 Lennert Buytenhekphylib: phy_mii_ioctl() fixes
2008-05-06 Andy Flemingphylib: Fix some sparse warnings
2008-04-25 Andy Flemingphylib: Add support for board-level PHY fixups
2008-02-03 Nate CasePHYLIB: Locking fixes for PHY I/O potentially sleeping
2007-12-01 David WoodhouseStop phy code from returning success to unknown ioctls.
2007-10-10 Maciej W. RozyckiPHYLIB: fix an interrupt loop potential when halting
2007-10-10 Maciej W. RozyckiPHYLIB: IRQ event workqueue handling fixes
2007-10-10 Maciej W. RozyckiPHYLIB: Spinlock fixes for softirqs
2007-10-10 Denis Chengdrivers/net/: all drivers/net/ cleanup with ARRAY_SIZE
2007-09-20 Domen Puncerphy: export phy_mii_ioctl
2007-09-13 Hans-Jürgen KochFix a lock problem in generic phy code
2007-08-07 Domen Puncerphy layer: fix phy_mii_ioctl for autonegotiation
2007-05-09 Oleg Nesterovunify flush_work/flush_work_keventd and rename it to...
2007-05-09 Andrew Mortonphy: use flush_work_keventd()
2007-04-28 Shan Lunetwork: add the missing phy_device speed information...
2007-04-28 Randy Dunlapphy layer: add kernel-doc + DocBook
2007-02-14 Tim Schmielau[PATCH] remove many unneeded #includes of sched.h
2007-01-23 Kumar GalaPHY: Export phy ethtool helpers
2006-12-07 Linus TorvaldsAdd "run_scheduled_work()" workqueue function
2006-12-05 David HowellsMerge branch 'master' of git://git./linux/kernel/git...
2006-12-02 Andy Fleming[PATCH] Fixed a number of bugs in the PHY Layer
2006-12-02 Maciej W. Rozycki[PATCH] 2.6.18: sb1250-mac: Phylib IRQ handling fixes
2006-11-22 David HowellsWorkStruct: make allyesconfig
2006-10-05 David HowellsIRQ: Maintain regs pointer globally rather than passing...
2006-08-03 Sergei Shtylylov[PATCH] Stop calling phy_stop_interrupts() twice
2006-07-02 Thomas Gleixner[PATCH] irq-flags: drivers/net: Use the new IRQF_ constants
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-03-04 Arjan van de VenMassive net driver const-ification.
2006-01-12 Kumar Gala[PATCH] phy: Added a macro to represent the string...
2005-11-06 Jeff GarzikRemove linux/version.h include from drivers/net/phy...
2005-09-24 Jeff Garzik[netdrvr] delete CONFIG_PHYCONTROL
2005-08-29 Andy Fleming[PATCH] PHY Layer fixup
2005-08-11 Jeff Garzikphy subsystem: more cleanups
2005-08-11 Jeff GarzikFix numerous minor problems with new phy subsystem.
2005-07-30 Andy FlemingThis patch adds a PHY Abstraction Layer to the Linux...