Add a missing #undef to properly compile atomic.c functions into the
[dragonfly.git] / sys / net /
2006-11-07 Matthew DillonRemove system dependancies on <machine/ipl.h>. Only...
2006-11-01 Peter AvalosMerge from vendor branch AWK:
2006-10-25 Matthew DillonDo a major clean-up of the BUSDMA architecture. A...
2006-10-25 Sascha WildnerFix typos in some messages: writting -> writing
2006-10-24 Matthew DillonPurge the IFQ when associating a new altq. Packets...
2006-10-23 Matthew DillonFurther normalize the _XXX_H_ symbols used to condition...
2006-10-23 Matthew DillonFurther normalize the _XXX_H_ symbols used to condition...
2006-10-23 Sascha WildnerRather than making static declarations global, get...
2006-10-19 Sascha WildnerAdjust man pages, comments, messages and some defunct...
2006-10-08 Peter AvalosMerge from vendor branch LESS:
2006-09-30 Sascha WildnerDe-staticize (previously declared extern).
2006-09-30 Sascha WildnerRearrange stuff a bit to satisfy GCC 4.1.
2006-09-30 Sascha WildnerRemove wrong redeclarations.
2006-09-30 Sascha WildnerAvoid casts as lvalues.
2006-09-29 Jeffrey HsuWe're guaranteed m_pkthdr.fw_flags is already zero...
2006-09-28 Simon SchubertMerge from vendor branch OPENSSH:
2006-09-28 Simon SchubertMerge from vendor branch OPENSSH:
2006-09-27 Simon SchubertMerge from vendor branch GCC:
2006-09-22 Scott UllrichM_WRITABLE() is not applicable to DFLY since if*mp...
2006-09-20 Victor Balada DiazMerge from vendor branch BIND:
2006-09-20 Victor Balada DiazMerge from vendor branch BIND:
2006-09-18 Peter AvalosMerge from vendor branch LIBARCHIVE:
2006-09-17 Matthew DillonMove an assertion in the bridge code so it only gets...
2006-09-13 Simon SchubertMerge from vendor branch CVS:
2006-09-10 Sepherosa ZiehauFix comment.
2006-09-10 Sepherosa ZiehauAdd "Turbo mode" and "Monitor mode"
2006-09-10 Matthew DillonChange the kernel dev_t, representing a pointer to...
2006-09-09 Sepherosa ZiehauAlias for 1000SX is not corrected by last commit. ...
2006-09-09 Sepherosa Ziehau- Correct aliases for 1000CX/1000SX
2006-09-06 Simon SchubertMerge from vendor branch OPENSSL:
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-09-03 Matthew DillonRename functions to avoid conflicts with libc.
2006-09-03 Matthew DillonRename functions to avoid conflicts with libc.
2006-09-02 Sepherosa ZiehauMerge from vendor branch HOSTAPD:
2006-08-25 Sascha WildnerRemove more DEC Alpha support.
2006-08-23 Joerg SonnenbergerMerge rev 1.96 of NetBSD's net/if_spppsubr.c:
2006-08-17 Gregory Neil ShapiroMerge from vendor branch SENDMAIL:
2006-08-06 Sepherosa ZiehauSync MII support with NetBSD/OpenBSD:
2006-08-03 Sascha WildnerRemove all occurences of double semicolons at the end...
2006-07-31 Simon SchubertMove include under _KERNEL protection.
2006-07-30 Sepherosa ZiehauRather than calling mircotime() in catchpacket(), make...
2006-07-28 Matthew DillonMASSIVE reorganization of the device operations vector...
2006-07-27 Simon SchubertMerge from vendor branch GDB:
2006-07-21 Simon Schubert- Move error exit in front of tsleep_interlock()
2006-07-16 Matthew DillonAttempt to fix an occassional panic in pf_purge_expired...
2006-07-13 Sepherosa ZiehauMerge from vendor branch ATHEROS:
2006-07-02 Simon SchubertDelete unused variable
2006-06-30 Scott UllrichBring if_bridge up to date with FreeBSD.
2006-06-25 Simon SchubertRemove OLDBRIDGE
2006-06-24 Sepherosa ZiehauMerge from vendor branch WPA_SUPPLICANT:
2006-06-14 Sascha WildnerAdd necessary #includes (fixes LINT build).
2006-06-14 Gregory Neil ShapiroMerge from vendor branch SENDMAIL:
2006-06-14 YONETANI TomokazuAdd a new flag in pkthdr.fw_flag for ipfw2 so as not...
2006-06-13 Matthew DillonAdd kernel syscall support for explicit blocking and...
2006-06-10 Matthew DillonMove selinfo stuff to the separate header sys/selinfo...
2006-06-06 Matthew DillonSome netisr's are just used to wakeup a driver via...
2006-05-21 Matthew DillonClean up more #include files. Create an internal __boo...
2006-05-20 Matthew DillonFix a build issue with libnetgraph. net/bpf.h does...
2006-05-20 Matthew DillonEmbed the netmsg in the mbuf itself rather than allocat...
2006-05-20 Matthew DillonI'm growing tired of having to add #include lines for...
2006-05-18 Sepherosa ZiehauSync 802.11 support with FreeBSD6:
2006-05-11 Jeffrey HsuCorrect test for fragmented packet.
2006-05-06 Matthew DillonThe thread/proc pointer argument in the VFS subsystem...
2006-04-21 Jeffrey HsuZero out stack memory before copying out to requesting...
2006-04-12 Sascha WildnerMerge from vendor branch BINUTILS:
2006-04-11 Matthew Dillonin_ifadown() was only cleaning up the route table on...
2006-04-02 Sepherosa ZiehauBring in new ifconfig(8) from FreeBSD6. It is more...
2006-03-22 Gregory Neil ShapiroMerge from vendor branch SENDMAIL:
2006-02-13 Simon SchubertMerge from vendor branch OPENSSH:
2006-02-12 Matthew DillonRemove serialization calls that are no longer correct...
2006-02-06 YONETANI TomokazuMove serializer locking from pppoutput() to pppwrite...
2006-01-31 Matthew DillonBring in the parallel route table code and clean up...
2006-01-30 YONETANI Tomokazucrit_exit() is called where crit_enter() is supposed...
2006-01-25 Joerg SonnenbergerMerge OpenBSD r1.104:
2006-01-14 Sascha Wildner* Remove (void) casts for discarded return values.
2006-01-11 Simon SchubertMerge from vendor branch GDB:
2005-12-30 Matthew DillonDo not call ether_ifdetach() with the serializer held...
2005-12-30 Matthew Dillonether_input() no longer allows the MAC header to be...
2005-12-23 Simon SchubertAccount for packets sent out via the bridge interface
2005-12-23 Simon SchubertBPF_MTAP at the right place so packets to the bridge...
2005-12-22 Simon SchubertAquire serializer before calling ioctl
2005-12-21 Simon SchubertBring in if_bridge from Open-/Net-/FreeBSD
2005-12-21 Simon SchubertBring in if_bridge from Open-/Net-/FreeBSD
2005-12-19 Simon SchubertAdjust sources to accomodate for repo copy of our bridg...
2005-12-11 Sascha WildnerFix typo.
2005-12-11 Sascha Wildner* Ansify function definitions.
2005-12-07 Simon SchubertMerge from vendor branch CVS:
2005-12-03 Simon SchubertMerge from vendor branch OPENSSL:
2005-12-03 Simon SchubertMerge from vendor branch CVS:
2005-12-01 Matthew DillonDo not hold the ifnet serializer when entering tsleep...
2005-11-30 Sepherosa Ziehauunbreak LINT building
2005-11-28 Matthew DillonMake all network interrupt service routines MPSAFE...
2005-11-22 Sascha WildnerMove ef.4 from sys/net/ef to share/man/man4.
2005-11-22 Matthew DillonFix the design of ifq_dequeue/altq_dequeue by adding...
2005-11-13 Simon SchubertMerge from vendor branch LUKEMFTP:
2005-10-28 Liam J. Foy- Update to new icmp_error signature
2005-10-24 Sepherosa Ziehau- Move DEVICE_POLLING from opt_global.h to opt_polling...
2005-10-12 Matthew DillonRemove the INTR_TYPE_* flags. The interrupt type is...
2005-10-01 Simon SchubertMerge from vendor branch GDB:
next