]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/net
Fix bio->bio_blkno format warning.
[FreeBSD/FreeBSD.git] / sys / net /
2001-08-23 ddCorrect the comment about bpfattach() to match reality.
2001-08-23 asmodaiThis commit was generated by cvs2svn to compensate...
2001-08-21 gshapiroThis commit was generated by cvs2svn to compensate...
2001-08-16 julianFix typo
2001-08-16 julianOnly allocate teh 1540 byte buffer if we need it..
2001-08-15 julianDon't allocate an entire 1500 byte buffer on the stack.
2001-08-15 ruThis commit was generated by cvs2svn to compensate...
2001-08-14 ruThis commit was generated by cvs2svn to compensate...
2001-08-10 peterThis commit was generated by cvs2svn to compensate...
2001-08-09 asmodaiThis commit was generated by cvs2svn to compensate...
2001-08-06 umeprinted current sequence number of the SA. accordingly...
2001-08-03 fennerDon't terminate the uiomove() loop on a zero-length...
2001-08-02 jonfix memory leak when error during opening of routing...
2001-08-01 gshapiroThis commit was generated by cvs2svn to compensate...
2001-07-31 fennerUpdate our bpf.h with tcpdump.org's new DLT_ types.
2001-07-31 umeIf LCP proto-rej is received, drop the protocol mention...
2001-07-30 asmodaiThis commit was generated by cvs2svn to compensate...
2001-07-30 obrienThis commit was generated by cvs2svn to compensate...
2001-07-28 obrienThis commit was generated by cvs2svn to compensate...
2001-07-28 darrenrThis commit was generated by cvs2svn to compensate...
2001-07-28 darrenrThis commit was generated by cvs2svn to compensate...
2001-07-26 itojunincorrect bounds-check on snprintf.
2001-07-25 peterThis commit was generated by cvs2svn to compensate...
2001-07-25 fennerDon't bother passing p to rtioctl just so it can fail...
2001-07-25 umeAs commented in defined in sys/net/route.c, rt_fixchang...
2001-07-24 fennerEliminate the panic, reported by Daniel Sobral, which...
2001-07-24 krisThis commit was generated by cvs2svn to compensate...
2001-07-24 fennerUse the IANA assignment IFT_L2VLAN directly instead...
2001-07-23 fennerThis commit was generated by cvs2svn to compensate...
2001-07-21 msmithThis commit was generated by cvs2svn to compensate...
2001-07-21 msmithThis commit was generated by cvs2svn to compensate...
2001-07-20 obrienThis commit was generated by cvs2svn to compensate...
2001-07-19 krisThis commit was generated by cvs2svn to compensate...
2001-07-19 obrienThis commit was generated by cvs2svn to compensate...
2001-07-19 obrienThis commit was generated by cvs2svn to compensate...
2001-07-18 ruThis commit was generated by cvs2svn to compensate...
2001-07-13 ruThis commit was generated by cvs2svn to compensate...
2001-07-10 ruThis commit was generated by cvs2svn to compensate...
2001-07-05 umeunbreak building kernel without option INET6
2001-07-04 umeadjust mbuf length right in route_output().
2001-07-02 brooksgif(4) and stf(4) modernization:
2001-07-02 brooksAdd kernel infrastructure for network device cloning.
2001-06-29 msmithThis commit was generated by cvs2svn to compensate...
2001-06-26 obrienThis commit was generated by cvs2svn to compensate...
2001-06-26 obrienThis commit was generated by cvs2svn to compensate...
2001-06-24 umeinject outbound packet to BPF.
2001-06-21 obrienThis commit was generated by cvs2svn to compensate...
2001-06-21 assarThis commit was generated by cvs2svn to compensate...
2001-06-20 brianClose a race where we were releasing the unit resource...
2001-06-19 sumikawaSuppress update ifnet.iflastchange when processing...
2001-06-19 ruThis commit was generated by cvs2svn to compensate...
2001-06-18 brianRemove the SI_CHEAPCLONE flag when hanging resources...
2001-06-16 markmThis file was a horrible mixture of styles old and...
2001-06-16 obrienThis commit was generated by cvs2svn to compensate...
2001-06-15 jlemonDo not perform arp send/resolve on an interface marked...
2001-06-15 peterFix warning. s/char/unsigned char/ in "(char *)eth"
2001-06-15 peterFix warning: 848: warning: label `nosupport' defined...
2001-06-15 peterFix warning; remove unused variable
2001-06-15 peterRemove unused variable
2001-06-13 umeMake compilable. addlog(...) was replaced with log...
2001-06-12 umeRestore the code wrongly nuked by previous commit.
2001-06-11 umeSync with recent KAME.
2001-06-08 peter"Fix" the previous initial attempt at fixing TUNABLE_IN...
2001-06-07 peterBack out part of my previous commit. This was a last...
2001-06-06 peterMake the TUNABLE_*() macros look and behave more consis...
2001-06-04 ruWhen looking for an interface appropriate for the ...
2001-06-03 yarFirst, wrap the if_up() call into splimp()/splx() because
2001-06-01 brianSupport /dev/tun cloning. Ansify if_tun.c while I...
2001-05-29 msmithThis commit was generated by cvs2svn to compensate...
2001-05-29 msmithThis commit was generated by cvs2svn to compensate...
2001-05-28 gshapiroThis commit was generated by cvs2svn to compensate...
2001-05-28 obrienThis commit was generated by cvs2svn to compensate...
2001-05-26 phkCurrently, each wireless networking driver has it's...
2001-05-25 phkMake if_tun's clone create SI_CHEAPCLONE devices.
2001-05-20 krisThis commit was generated by cvs2svn to compensate...
2001-05-17 dmlbAdd a couple more codes for upcoming raylink driver...
2001-05-17 peterThis commit was generated by cvs2svn to compensate...
2001-05-14 joergThis commit was generated by cvs2svn to compensate...
2001-05-08 assarThis commit was generated by cvs2svn to compensate...
2001-05-04 greenThis commit was generated by cvs2svn to compensate...
2001-05-03 markmThis commit was generated by cvs2svn to compensate...
2001-05-02 fennerGet IP multicast working on VLAN devices:
2001-05-01 markmUndo part of the tangle of having sys/lock.h and sys...
2001-04-27 fennerBetter handling of ioctl(SIOCSIFFLAGS) failing in ifpro...
2001-04-25 obrienThis commit was generated by cvs2svn to compensate...
2001-04-17 ruThis commit was generated by cvs2svn to compensate...
2001-04-17 brianDont (ab)use drv2 to know if (si_flags & SI_NAMED)...
2001-04-11 acheThis commit was generated by cvs2svn to compensate...
2001-04-08 joergMove the decision whether we want to request authentica...
2001-04-06 wollmanThis commit was generated by cvs2svn to compensate...
2001-04-04 gadFix bpf devices so select() recognizes that they are...
2001-04-04 yarChange the type of the VLAN interface from IFT_PROPVIRTUAL,
2001-04-04 yarAdd recently assigned interface types.
2001-04-04 yarSync up to NetBSD, Step 2:
2001-04-04 yarSync up to NetBSD again, Step 1:
2001-04-04 fennerThis commit was generated by cvs2svn to compensate...
2001-04-03 fennerThis commit was generated by cvs2svn to compensate...
2001-04-03 fennerThis commit was generated by cvs2svn to compensate...
2001-04-03 brianAllow MOD_UNLOADs of if_tun, and handle event handler...
2001-04-02 brianIf ifpromisc() fails the SIOCSIFFLAGS ioctl, put ifp...
next