summaryrefslogtreecommitdiff
path: root/include/linux/etherdevice.h
AgeCommit message (Collapse)Author
2004-04-09[NET]: Add random_ether_addr to ether_device.hStephen Hemminger
2004-04-07[NET]: Use const args in eth_copy_and_sum and is_valid_ether_addr.Stephen Hemminger
2004-02-25[PATCH] remove init_{etherdev,netdev} and dev_allocAlexander Viro
These are racy by "design", and all users have been eliminated.
2003-10-17[NET]: Undo deprecation of init_etherdev, we will add it back once all ↵David S. Miller
in-tree drivers are fixed.
2003-10-16[NET]: Mark init_etherdev() as deprecated.Stephen Hemminger
2003-06-11[NET]: Expose alloc_netdev() for use by drivers.Stephen Hemminger
2002-02-04v2.4.3.4 -> v2.4.3.5Linus Torvalds
- Mike Phillips: olympic driver update - Alan Cox: continued resyncing (lots of small stuff, big NTFS merge from Anton) - Martin Dalecki: cleanup (remove unused and unnecessary get_hardblocksize) - Chris Mason: fix potential reiserfs journal overflow - Jeff Garzik: network driver updates - David Miller: sparc fixes, some network cleanups
2002-02-04v2.4.2.7 -> v2.4.2.8Linus Torvalds
- Paul Mackerras: PPC update for thread-safe page table handling - Ingo Molnar: x86 PAE update for thread-safe page table handling - Jeff Garzik: network driver updates, i810 rng driver, and "alloc_etherdev()" network driver insert race condition fix. - David Miller: UltraSparcIII update, network locking fixes - Al Viro: fix fs counts on mount failure
2002-02-04v2.4.2.6 -> v2.4.2.7Linus Torvalds
- more bugs found by the automatic stanford checker, yay! - Andrew Morton: fix SAK locking bugs by moving it into a process context - Johannes Erdfelt: USB updates - Jeff Garzik: merge Hermes driver by David Gibson - Jens Axboe: cdrom merges, ll_rw_blk proper accounting
2002-02-04Import changesetLinus Torvalds