An error occurred fetching the project authors.
- 06 Aug, 2002 1 commit
-
-
Arnaldo Carvalho de Melo authored
. kill BR_LLC_LOCK, not needed anymore . kill net/core/ext8022.c, not needed anymore as all UI 802.2 protocols now use the new LLC stack . use struct list_head in datalink_proto (only needed by psnap) . make IPX and Appletalk use datalink_proto->request . make CONFIG_ATALK and CONFIG_IPX dependent on CONFIG_LLC . fix __FUNCTION__ usage in LLC
-
- 03 Aug, 2002 1 commit
-
-
Arnaldo Carvalho de Melo authored
- rename at_addr to atalk_addr, netrange to atalk_netrange - use kerneldoc style comments for some structs and functions - move the IP over DDP handling code out of atalk_rcv into handle_ip_over_ddp, that is optimized out when this feature was not selected by the user - move the routing handling code out of atalk_rcv into atalk_route_packets - create ddp_hdr and aarp_hdr inline functions to access those protocol headers on the skb - lots of CodingStyle cleanups
-
- 18 Jul, 2002 1 commit
-
-
Rusty Russell authored
-
- 16 Jul, 2002 1 commit
-
-
Arnaldo Carvalho de Melo authored
. Use kerneldoc style in some structs and functions . use ANSI C99 style labeled elements . remove unused DPRINT macro in ddp.c . reduce the window for module loading race in atif_add_device
-
- 05 Feb, 2002 4 commits
-
-
Linus Torvalds authored
- me/Al Viro: fix bdget() oops with block device modules that don't clean up after they exit - Alan Cox: continued merging (drivers, license tags) - David Miller: sparc update, network fixes - Christoph Hellwig: work around broken drivers that add a gendisk more than once - Jakub Jelinek: handle more ELF loading special cases - Trond Myklebust: NFS client and lockd reclaimer cleanups/fixes - Greg KH: USB updates - Mikael Pettersson: sparate out local APIC / IO-APIC config options
-
Linus Torvalds authored
- me: fix GFB_BUFFER thinkos. Make buffer syncing more efficient. Make sure we don't leave buffers on the LOCKED list forever - David Miller: networking and sparc updates
-
Linus Torvalds authored
- got a few too-new R128 #defines in the Radeon merge. Fix. - tulip driver update from Jeff Garzik - more cpq and DAC elevator fixes from Jens. Looks good. - Petr Vandrovec: nicer ncpfs behaviour - Andy Grover: APCI update - Cort Dougan: PPC update - David Miller: sparc updates - David Miller: networking updates - Neil Brown: RAID5 fixes
-
Linus Torvalds authored
-