]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netgraph
Move more MD devices and options out of MI NOTES.
[FreeBSD/FreeBSD.git] / sys / netgraph /
2006-10-18 glebiusCheck pointer before dereferencing.
2006-10-17 glebiusSome clenaup of ngs_rcvmsg():
2006-10-17 glebiusSome cleanup and small changes:
2006-10-17 glebiusMake the sg_len and sg_family members of the sockaddr_n...
2006-10-17 glebiusMake ng_ID_t fixed size, so that its maximum value...
2006-10-17 glebius- ng_address_ID() has already freed the message, don...
2006-10-14 ruThis commit was generated by cvs2svn to compensate...
2006-10-13 ruThis commit was generated by cvs2svn to compensate...
2006-10-13 glebiusFix result of some mechanical change that I did some...
2006-10-11 glebiusRecognize 802.1q frames in Ethernet input and process...
2006-10-11 glebiusDo not leak hooks in ng_bypass().
2006-10-11 glebiusMake it buildable.
2006-10-11 glebiusUnbreak a short one.
2006-10-11 glebiusBreak long line.
2006-10-11 glebiusUse hash functions with better distribution. Tested...
2006-10-11 glebiusUse bitcount32() from sys/systm.h instead of my own.
2006-10-01 simonThis commit was generated by cvs2svn to compensate...
2006-10-01 simonThis commit was generated by cvs2svn to compensate...
2006-09-30 desThis commit was generated by cvs2svn to compensate...
2006-09-30 netchildDon't use data after free.
2006-09-28 robertoThis commit was generated by cvs2svn to compensate...
2006-09-25 rwatsonThis commit was generated by cvs2svn to compensate...
2006-09-21 ruThis commit was generated by cvs2svn to compensate...
2006-09-21 rwatsonThis commit was generated by cvs2svn to compensate...
2006-09-17 andreMove ethernet VLAN tags from mtags to its own mbuf...
2006-09-15 ruFix input byte counting. Now the sum of the ipackets...
2006-09-15 ruMake it possible to set a larger MTU by attempting...
2006-09-15 ruSIOCSIFFLAGS doesn't require an argument in kernel...
2006-09-07 emaxs/USBDEVNAME/device_get_nameunit/g
2006-09-07 mjacobmore usb fallout changes
2006-09-06 dougbThis commit was generated by cvs2svn to compensate...
2006-09-04 samThis commit was generated by cvs2svn to compensate...
2006-09-04 samThis commit was generated by cvs2svn to compensate...
2006-09-02 rwatsonThis commit was generated by cvs2svn to compensate...
2006-09-01 rwatsonThis commit was generated by cvs2svn to compensate...
2006-08-31 obrienThis commit was generated by cvs2svn to compensate...
2006-08-31 ruThis commit was generated by cvs2svn to compensate...
2006-08-28 impThis commit was generated by cvs2svn to compensate...
2006-08-26 kanThis commit was generated by cvs2svn to compensate...
2006-08-26 kanThis commit was generated by cvs2svn to compensate...
2006-08-26 kanThis commit was generated by cvs2svn to compensate...
2006-08-26 kanThis commit was generated by cvs2svn to compensate...
2006-08-26 rwatsonThis commit was generated by cvs2svn to compensate...
2006-08-25 emax- Catch up with ongoing rwatson's socket work;
2006-08-24 ruFix another fallout from the IF_LLADDR() type change.
2006-08-24 emaxDefine mtu as u_int16_t not as int. This should fix...
2006-08-24 marcelThis commit was generated by cvs2svn to compensate...
2006-08-23 marcelThis commit was generated by cvs2svn to compensate...
2006-08-20 delphijThis commit was generated by cvs2svn to compensate...
2006-08-17 gshapiroThis commit was generated by cvs2svn to compensate...
2006-08-16 guidoThis commit was generated by cvs2svn to compensate...
2006-08-10 glebiusSome perfectionizm against last revision.
2006-08-09 glebiusFix ng_pppoe(4) after turning off "autosrc feature...
2006-08-07 glebius- Use log(9) instead of printf(9).
2006-08-04 glebiusTurn off by default "feature" that overwrites MAC address
2006-07-29 simonThis commit was generated by cvs2svn to compensate...
2006-07-27 thompsaRemove the dependency of bridgestp.h on if_bridgevar...
2006-07-27 avatarFixing compilation bustage: net/if_bridgevar.h depends...
2006-07-24 rwatsonsoreceive_generic(), and sopoll_generic(). Add new...
2006-07-21 rwatsonChange semantics of socket close and detach. Add a...
2006-07-07 marcelThis commit was generated by cvs2svn to compensate...
2006-07-05 emaxReplace inb() and outb() with bus_space_read_1() and...
2006-06-27 rwatsonThis commit was generated by cvs2svn to compensate...
2006-06-27 glebiusA netgraph node that can do different manipulations...
2006-06-26 obrienThis commit was generated by cvs2svn to compensate...
2006-06-21 obrienThis commit was generated by cvs2svn to compensate...
2006-06-19 obrienThis commit was generated by cvs2svn to compensate...
2006-06-14 gshapiroThis commit was generated by cvs2svn to compensate...
2006-06-13 jhbUse kern_kldload() and kern_kldunload() to load and...
2006-06-08 mariusThis commit was generated by cvs2svn to compensate...
2006-06-07 glebiusWhen counting nodes second time, use the same criteria...
2006-06-06 glebiusUse NET_CALLOUT_MPSAFE for netgraph callout initializer.
2006-06-05 samThis commit was generated by cvs2svn to compensate...
2006-06-05 rwatsonThis commit was generated by cvs2svn to compensate...
2006-06-02 samadd missed calls to bpf_peers_present
2006-06-02 jhbConditionally acquire Giant in netgraph callouts to...
2006-06-02 ddsReplace the array initialization using the gcc-specific...
2006-05-30 hartiThis commit was generated by cvs2svn to compensate...
2006-05-21 delphijThis commit was generated by cvs2svn to compensate...
2006-05-21 umeThis commit was generated by cvs2svn to compensate...
2006-05-17 emaxAdd new SIOC_HCI_RAW_NODE_LIST_NAMES ioctl. User-space...
2006-05-16 glebiusRemove unneeded check.
2006-05-16 glebiusDo not leak kernel memory in case if userland has been...
2006-05-11 wollmanThis commit was generated by cvs2svn to compensate...
2006-04-25 maximo Replace disappeared URLs to Cisco docs by new ones...
2006-04-25 maximo Set to zero engine_type, engine_id and pad (cisco...
2006-04-06 jmgThis commit was generated by cvs2svn to compensate...
2006-04-06 rwatsonCorrect assertion in ng_detach().
2006-04-01 rwatsonChance protocol switch method pru_detach() so that...
2006-04-01 rwatsonChange protocol switch pru_abort() API so that it retur...
2006-03-27 acheThis commit was generated by cvs2svn to compensate...
2006-03-27 acheThis commit was generated by cvs2svn to compensate...
2006-03-27 samThis commit was generated by cvs2svn to compensate...
2006-03-23 desThis commit was generated by cvs2svn to compensate...
2006-03-22 desThis commit was generated by cvs2svn to compensate...
2006-03-22 gshapiroThis commit was generated by cvs2svn to compensate...
2006-03-21 umeThis commit was generated by cvs2svn to compensate...
2006-03-17 hartiThis commit was generated by cvs2svn to compensate...
2006-03-15 glebiusFree private data when deleting hook.
2006-03-14 muxThis commit was generated by cvs2svn to compensate...
next