?? changelog
字號(hào):
Change 1078 by jleu@jleu:mpls-kernel-1 on 2005/01/22 16:10:51 mpls-linux 1.946 -remove most of the sysfs inteface -remove the ioctl API -finish the netlink API for all entities -add statistics to the netlink API -remove the proc interfaceAffected files ...... //depot/mpls-kernel-1.1/include/linux/mpls.h#38 edit... //depot/mpls-kernel-1.1/include/net/mpls.h#76 edit... //depot/mpls-kernel-1.1/net/Kconfig#11 edit... //depot/mpls-kernel-1.1/net/core/dev.c#22 edit... //depot/mpls-kernel-1.1/net/ipv4/mpls4.c#17 edit... //depot/mpls-kernel-1.1/net/ipv6/mpls6.c#9 edit... //depot/mpls-kernel-1.1/net/mpls/Kconfig#2 delete... //depot/mpls-kernel-1.1/net/mpls/Makefile#19 edit... //depot/mpls-kernel-1.1/net/mpls/mpls_if.c#20 edit... //depot/mpls-kernel-1.1/net/mpls/mpls_ilm.c#13 edit... //depot/mpls-kernel-1.1/net/mpls/mpls_init.c#37 edit... //depot/mpls-kernel-1.1/net/mpls/mpls_instr.c#14 edit... //depot/mpls-kernel-1.1/net/mpls/mpls_ioctls.c#25 delete... //depot/mpls-kernel-1.1/net/mpls/mpls_nhlfe.c#11 edit... //depot/mpls-kernel-1.1/net/mpls/mpls_opcode.c#30 edit... //depot/mpls-kernel-1.1/net/mpls/mpls_proc.c#20 delete... //depot/mpls-kernel-1.1/net/mpls/mpls_proc_impl.c#18 delete... //depot/mpls-kernel-1.1/net/mpls/mpls_proc_impl.h#5 delete... //depot/mpls-kernel-1.1/net/mpls/mpls_sysfs.c#11 edit... //depot/mpls-kernel-1.1/net/mpls/mpls_tunnel.c#40 editChange 1067 by jleu@jleu:mpls-kernel on 2005/01/13 00:25:55 I missed this when converting from ifreq to mpls_tunnel_req All netlink types should be offset by RTM_BASE Allow for setting the nhlfe_key when doing a createAffected files ...... //depot/mpls-kernel-1.1/net/mpls/mpls_tunnel.c#39 editChange 1052 by jleu@jleu:mpls-kernel on 2005/01/06 22:00:06 Convert the mpls tunnel api to use mpls_tunnel_reqAffected files ...... //depot/mpls-kernel-1.1/include/linux/mpls.h#37 edit... //depot/mpls-kernel-1.1/include/net/mpls.h#75 edit... //depot/mpls-kernel-1.1/net/mpls/mpls_ioctls.c#24 edit... //depot/mpls-kernel-1.1/net/mpls/mpls_tunnel.c#38 editChange 1050 by jleu@jleu:mpls-kernel on 2005/01/05 22:28:41 Implement a netlink interface for tunnelsAffected files ...... //depot/mpls-kernel-1.1/include/net/mpls.h#74 edit... //depot/mpls-kernel-1.1/net/mpls/mpls_tunnel.c#37 editChange 1049 by jleu@jleu:mpls-kernel on 2005/01/05 22:28:20 Implement sending of byte/packet/drop stats via netlink Bump version numberAffected files ...... //depot/mpls-kernel-1.1/include/linux/mpls.h#36 edit... //depot/mpls-kernel-1.1/net/mpls/mpls_netlink.c#23 editChange 1048 by jleu@jleu:mpls-kernel on 2005/01/05 00:36:07 TypoAffected files ...... //depot/mpls-kernel-1.1/net/mpls/mpls_netlink.c#22 editChange 1042 by jleu@jleu:mpls-kernel on 2004/12/30 16:24:54 Add more debugging, extent the size of the skb for nhlfe eventsAffected files ...... //depot/mpls-kernel-1.1/net/mpls/mpls_netlink.c#21 editChange 1041 by jleu@jleu:mpls-kernel on 2004/12/30 16:24:06 s/type/ml_type/Affected files ...... //depot/mpls-kernel-1.1/net/ipv6/mpls6.c#8 editChange 1034 by jleu@jleu:mpls-kernel on 2004/12/19 22:12:10 Increment the version numberAffected files ...... //depot/mpls-kernel-1.1/include/linux/mpls.h#35 editChange 994 by jleu@jleu:mpls-kernel on 2004/11/04 09:05:03 Fix compile time failures associated with the new version of gnet_stats which is in kernel 2.6.9. Fix compile time failures associated with kobjects, due to changes in the kobject structure. Fix run-time bug with dumping mpls entities via netlink. The idx handling was all wrong.Affected files ...... //depot/mpls-kernel-1.1/include/linux/gen_stats.h#2 edit... //depot/mpls-kernel-1.1/include/net/mpls.h#73 edit... //depot/mpls-kernel-1.1/net/core/gen_stats.c#2 edit... //depot/mpls-kernel-1.1/net/mpls/mpls_ilm.c#12 edit... //depot/mpls-kernel-1.1/net/mpls/mpls_input.c#38 edit... //depot/mpls-kernel-1.1/net/mpls/mpls_ioctls.c#23 edit... //depot/mpls-kernel-1.1/net/mpls/mpls_netlink.c#20 edit... //depot/mpls-kernel-1.1/net/mpls/mpls_nhlfe.c#10 edit... //depot/mpls-kernel-1.1/net/mpls/mpls_output.c#50 edit... //depot/mpls-kernel-1.1/net/mpls/mpls_sysfs.c#10 edit... //depot/mpls-kernel-1.1/net/mpls/mpls_tunnel.c#36 editChange 983 by jleu@jleu:mpls-kernel on 2004/10/28 08:26:49 remove the prototype for mpls_set_default_in_instrsAffected files ...... //depot/mpls-kernel-1.1/include/net/mpls.h#72 editChange 982 by jleu@jleu:mpls-kernel on 2004/10/28 08:24:33 remove mpls_set_default_in_instrs, instead send the desired instructions into the mpls_ilm_alloc functionAffected files ...... //depot/mpls-kernel-1.1/net/mpls/mpls_ilm.c#11 editChange 980 by jleu@jleu:mpls-kernel on 2004/10/27 15:19:37 Update to kernel 2.6.9Affected files ...... //depot/mpls-kernel-1.1/CREDITS#11 integrate... //depot/mpls-kernel-1.1/Documentation/CodingStyle#5 integrate... //depot/mpls-kernel-1.1/Documentation/DMA-API.txt#5 integrate... //depot/mpls-kernel-1.1/Documentation/DocBook/Makefile#7 integrate... //depot/mpls-kernel-1.1/Documentation/DocBook/gadget.tmpl#3 integrate... //depot/mpls-kernel-1.1/Documentation/DocBook/kernel-hacking.tmpl#8 integrate... //depot/mpls-kernel-1.1/Documentation/DocBook/mousedrivers.tmpl#5 integrate... //depot/mpls-kernel-1.1/Documentation/DocBook/usb.tmpl#2 integrate... //depot/mpls-kernel-1.1/Documentation/IPMI.txt#4 integrate... //depot/mpls-kernel-1.1/Documentation/ManagementStyle#1 branch... //depot/mpls-kernel-1.1/Documentation/RCU/RTFP.txt#1 branch... //depot/mpls-kernel-1.1/Documentation/RCU/UP.txt#1 branch... //depot/mpls-kernel-1.1/Documentation/RCU/arrayRCU.txt#1 branch... //depot/mpls-kernel-1.1/Documentation/RCU/checklist.txt#1 branch... //depot/mpls-kernel-1.1/Documentation/RCU/listRCU.txt#1 branch... //depot/mpls-kernel-1.1/Documentation/RCU/rcu.txt#1 branch... //depot/mpls-kernel-1.1/Documentation/arm/IXP2000#1 branch... //depot/mpls-kernel-1.1/Documentation/arm/Samsung-S3C24XX/EB2410ITX.txt#1 branch... //depot/mpls-kernel-1.1/Documentation/arm/Samsung-S3C24XX/GPIO.txt#1 branch... //depot/mpls-kernel-1.1/Documentation/arm/Samsung-S3C24XX/Overview.txt#1 branch... //depot/mpls-kernel-1.1/Documentation/cachetlb.txt#6 integrate... //depot/mpls-kernel-1.1/Documentation/cdrom/cdrom-standard.tex#5 integrate... //depot/mpls-kernel-1.1/Documentation/crypto/api-intro.txt#6 integrate... //depot/mpls-kernel-1.1/Documentation/devices.txt#8 integrate... //depot/mpls-kernel-1.1/Documentation/driver-model/bus.txt#2 integrate... //depot/mpls-kernel-1.1/Documentation/filesystems/Locking#9 integrate... //depot/mpls-kernel-1.1/Documentation/filesystems/ext2.txt#3 integrate... //depot/mpls-kernel-1.1/Documentation/filesystems/ext3.txt#2 integrate... //depot/mpls-kernel-1.1/Documentation/filesystems/ntfs.txt#9 integrate... //depot/mpls-kernel-1.1/Documentation/filesystems/proc.txt#9 integrate... //depot/mpls-kernel-1.1/Documentation/filesystems/tmpfs.txt#4 integrate... //depot/mpls-kernel-1.1/Documentation/filesystems/vfs.txt#4 integrate... //depot/mpls-kernel-1.1/Documentation/filesystems/xfs.txt#4 integrate... //depot/mpls-kernel-1.1/Documentation/firmware_class/firmware_sample_firmware_class.c#2 integrate... //depot/mpls-kernel-1.1/Documentation/firmware_class/hotplug-script#3 integrate... //depot/mpls-kernel-1.1/Documentation/i2c/sysfs-interface#4 integrate... //depot/mpls-kernel-1.1/Documentation/i2o/README#1 branch... //depot/mpls-kernel-1.1/Documentation/i2o/ioctl#1 branch... //depot/mpls-kernel-1.1/Documentation/input/joystick-parport.txt#5 integrate... //depot/mpls-kernel-1.1/Documentation/ioctl-number.txt#6 integrate... //depot/mpls-kernel-1.1/Documentation/kbuild/makefiles.txt#6 integrate... //depot/mpls-kernel-1.1/Documentation/kernel-parameters.txt#11 integrate... //depot/mpls-kernel-1.1/Documentation/laptop-mode.txt#4 integrate... //depot/mpls-kernel-1.1/Documentation/networking/gen_stats.txt#1 branch... //depot/mpls-kernel-1.1/Documentation/networking/ip-sysctl.txt#10 integrate... //depot/mpls-kernel-1.1/Documentation/networking/netdevices.txt#5 integrate... //depot/mpls-kernel-1.1/Documentation/pci.txt#6 integrate... //depot/mpls-kernel-1.1/Documentation/power/swsusp.txt#5 integrate... //depot/mpls-kernel-1.1/Documentation/powerpc/hvcs.txt#2 integrate... //depot/mpls-kernel-1.1/Documentation/powerpc/mpc52xx.txt#2 integrate... //depot/mpls-kernel-1.1/Documentation/sched-domains.txt#2 integrate... //depot/mpls-kernel-1.1/Documentation/sched-stats.txt#1 branch... //depot/mpls-kernel-1.1/Documentation/scsi/ChangeLog.megaraid#2 integrate... //depot/mpls-kernel-1.1/Documentation/scsi/megaraid.txt#1 branch... //depot/mpls-kernel-1.1/Documentation/scsi/scsi_mid_low_api.txt#4 integrate... //depot/mpls-kernel-1.1/Documentation/sound/alsa/ALSA-Configuration.txt#5 integrate
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -