summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)Author
2003-05-16Make request_module() take a printf-like vararg argument instead of a string.Linus Torvalds
2003-05-14[NET]: dev_load extern inline --> static inline.David S. Miller
2003-05-13[NET]: netif_receive_skb() warning fix.Andrew Morton
2003-05-12[PATCH] Use '#ifdef' to test for CONFIG_xxx variablesSteven Cole
2003-05-11[NET]: Network packet type using RCU.Stephen Hemminger
2003-05-09[NET]: Set file_operations->owner as appropriate.Hideaki Yoshifuji
2003-05-02o net/core/dev: another fix for the seq_file handling of /proc/net/devArnaldo Carvalho de Melo
2003-05-02o net/core/dev: add missing ++*pos in dev_seq_nextArnaldo Carvalho de Melo
2003-05-02o net/core/dev: fix obvious bug in dev_get_idx.Arnaldo Carvalho de Melo
2003-04-28[NET]: Spelling fixes for net/Steven Cole
2003-04-28o af_key: remove MOD_{INC,DEC}_USE_COUNTArnaldo Carvalho de Melo
2003-04-22[NET]: SG without checksum support is illegal.David S. Miller
2003-04-11Merge kroah.com:/home/greg/linux/BK/bleed-2.5Greg Kroah-Hartman
2003-04-09[BRIDGE]: Fix several locking bugs, plus cleanups.Stephen Hemminger
2003-04-04Kobject: add NULL to decl_subsys() due to addition of hotplug operationsGreg Kroah-Hartman
2003-04-02[NET]: Add synchronize_net.Stephen Hemminger
2003-03-19[NET]: Kill NETIF_F_DYNALLOC, based upon ideas from Adam J. RichterDavid S. Miller
2003-03-19[IPV6]: Add anycast support.David Stevens
2003-02-25Merge redhat.com:/garz/repo/linus-2.5Jeff Garzik
2003-02-25[wireless] cleanup after recent shuffleJean Tourrilhes
2003-02-25[PATCH] Spelling fixes: don'tMichael Hayes
2003-02-16[PATCH] get rid of exec_usermodehelper, replace with call_usermodehelperRusty Russell
2003-01-15[NET]: Fix up RTM_SETLINK handling.Roland Dreier
2003-01-08Merge osdl.org:/home/mochel/src/kernel/devel/linux-2.5-virginPatrick Mochel
2003-01-08network devices: make sure kobjects always get unregistered.Patrick Mochel
2003-01-07network devices: move kobject registration earilier to better handle error.Patrick Mochel
2003-01-06Merge davem@nuts.ninka.net:/home/davem/src/BK/net-2.5David S. Miller
2003-01-06[NET]: Increase MAX_ADDR_LEN.Roland Dreier
2003-01-06net devices: Get network devices to show up in sysfs.Patrick Mochel
2002-12-29[PATCH] more obsolete module API fixesChristoph Hellwig
2002-12-29[PATCH] more module warning fixesChristoph Hellwig
2002-12-03[NET]: Add device linkwatch functionality.Stefan Rompf
2002-11-24o net/core/dev.c: convert /proc/net/softnet_stat to seq_fileArnaldo Carvalho de Melo
2002-11-24o wireless: convert /proc/net/wireless to seq_fileArnaldo Carvalho de Melo
2002-11-24o net/core/dev.c: convert /proc/net/dev to seq_fileArnaldo Carvalho de Melo
2002-11-18[PATCH] kallsyms for new modulesRusty Russell
2002-11-06[NET]: Timer init fixes.Andrew Morton
2002-11-05[PATCH] PATCH: small attribution fixesDavid Hinds
2002-10-06net/core/dev.c: Print lethal dev/protocol errors with KERN_CRIT.David S. Miller
2002-10-04[NET]: Remove net_call_rx_atomic.Lennert Buytenhek
2002-09-28[PATCH] smptimers, old BH removal, tq-cleanupIngo Molnar
2002-09-16[BRIDGE]: Add Ethernet bridge tables support.Bart De Schuymer
2002-09-12[NAPI]: Set SCHED before dev->open, clear if fails. Restore netif_running ch...David S. Miller
2002-08-28[PATCH] misc. kernel preemption bitsRobert Love
2002-07-22Make net_dev_init a subsys_initcall.Kai Germaschewski
2002-06-18Merge tp1.ruhr-uni-bochum.de:/home/kai/kernel/v2.5/linux-2.5.makeKai Germaschewski
2002-06-17[PATCH] Latest nonlinear CPU patchesRusty Russell
2002-06-15Make net_dev_init() an __initcallKai Germaschewski
2002-06-05Merge master.kernel.org:/home/davem/BK/net-2.5Linus Torvalds
2002-06-05register_netdevice: Fix return value handling on success.David S. Miller