Remove the code which disables port status change interrupts for 1 second
[dragonfly.git] / sys / netinet /
2008-06-09 Sepherosa ZiehauParallelize in_ifaddrhashtbl
2008-06-09 Sepherosa ZiehauMove stack variable near its usage
2008-06-08 Sepherosa ZiehauParallelize in_ifaddrhead operation
2008-06-08 Sepherosa Ziehau- oia is no longer used
2008-06-05 Sascha Wildner* Fix some cases where NULL was used but 0 was meant...
2008-05-31 Sepherosa Ziehau- Avoid excessive goto
2008-05-28 Sepherosa Ziehau- ifnet.if_output() should be called without ifnet...
2008-05-27 Matthew Dillon* Implement SOCK_SEQPACKET sockets for local communicat...
2008-05-26 Sepherosa ZiehauFix following possible bugs for SIOCSIFADDR, if in_ifin...
2008-05-24 Sepherosa ZiehauAvoid possible memory leakage.
2008-05-24 Sepherosa Ziehau- Put inaddr hash table alterations in crit section
2008-05-24 Sepherosa Ziehau- Add blank lines between code segments
2008-05-24 Sepherosa ZiehauNo need to cast
2008-05-24 Sepherosa ZiehauHold ifnet.if_serializer around ifnet.if_ioctl; rtinit...
2008-05-24 Sepherosa ZiehauMinor style change. Add blank line between two 'switch...
2008-05-24 Sepherosa ZiehauMinor white space and style changes
2008-05-24 Sepherosa ZiehauAdd comment
2008-05-17 Peter AvalosMerge from vendor branch LIBARCHIVE:
2008-05-17 Peter AvalosMerge from vendor branch TNFTP:
2008-05-17 Matthew DillonSyntax cleanup and also commit a missing piece of the...
2008-05-17 Peter AvalosMerge from vendor branch LESS:
2008-05-17 Matthew DillonAdd a sysctl jail.allow_raw_sockets (default to diabled...
2008-05-14 Sepherosa ZiehauReduce ifnet.if_serializer contention on output path:
2008-04-26 Sepherosa ZiehauDon't do following optimization in udp_disconnect():
2008-04-20 Sascha WildnerAnother round of typo fixes (mostly in messages).
2008-04-06 Peter AvalosMerge from vendor branch OPENSSH:
2008-04-03 Sepherosa ZiehauUnbreak UP building
2008-04-03 Sepherosa ZiehauParallelize ip_flow:
2008-03-30 Matthew DillonIt's frankly long past time that we turn net.inet.tcp...
2008-03-30 Sepherosa ZiehauClean it up a little bit
2008-03-29 Sepherosa ZiehauAdd two tunables to run netisr and udp_thread without...
2008-03-26 Sepherosa ZiehauFix bugs concerning cached route entry in UDP inpcb.
2008-03-20 Peter AvalosMerge from vendor branch BZIP:
2008-03-12 Dave HayesMerge from vendor branch BSDINSTALLER:
2008-03-07 Sepherosa ZiehauParallelize ifnet.if_addrhead accessing by duplicating...
2008-02-11 Nuno AntunesFix arprequest serialization.
2008-02-10 Sepherosa Ziehautcp_output_dispatch() is only used by SMP kernel
2008-02-09 Peter AvalosMerge from vendor branch TNFTP:
2008-02-09 Sepherosa ZiehauIn TCP PRU_CONNECT handling, install inp's route with...
2008-02-03 Matthew DillonMake sure scb->lastfound is NULLed out when it matches...
2008-01-31 Simon SchubertMerge from vendor branch GDB:
2008-01-30 Hasso TepperMerge from vendor branch LIBEVENT:
2008-01-19 Peter AvalosMerge from vendor branch FILE:
2008-01-15 Matthias SchmidtMerge from vendor branch TCSH:
2008-01-15 Simon SchubertMerge from vendor branch GDB:
2008-01-14 Simon SchubertMerge from vendor branch GDB:
2008-01-11 Sepherosa Ziehau- Split if_clone.c out of if.c, license in if.c is...
2008-01-06 Sascha WildnerRemove bogus checks after kmalloc(M_WAITOK) which never...
2008-01-03 Sepherosa ZiehauUse NULL for pointers
2007-12-28 Sepherosa ZiehauUse M_ASSERTPKTHDR
2007-12-28 Sepherosa Ziehaukmalloc(M_WAITOK) will not return NULL
2007-12-28 Sepherosa Ziehau- Use NULL
2007-12-28 Sepherosa Ziehau- Use M_ZERO
2007-12-22 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-12-21 Sepherosa Ziehau- All inpcb related operations are now CPU localized...
2007-12-21 Sepherosa ZiehauIn divert_packet():
2007-12-20 Sepherosa ZiehauIn divert_packet():
2007-12-19 Sepherosa ZiehauGeneralize PF_MBUF_GENERATED mbuf firewall flag
2007-12-19 Sepherosa ZiehaucOPy? o.O
2007-12-19 Sepherosa ZiehauMake divert(4) socket dispatch mbuf to correct the...
2007-12-12 Sepherosa ZiehauNuke unused stack variable.
2007-12-08 Sepherosa Ziehau- It does not make sense to set IP options or multicast...
2007-12-06 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-11-26 Sepherosa ZiehauFor ip_lengthcheck():
2007-11-26 Sepherosa ZiehauUse m_freem() to free the whole mbuf chain.
2007-11-25 Peter AvalosMerge from vendor branch LESS:
2007-11-23 Matthew DillonRemove debugging printfs.
2007-11-22 Matthew DillonReplace the very predictable 'random' IP sequence numbe...
2007-11-18 Sepherosa ZiehauCPU localize dummynet(4) step 2/2:
2007-11-16 Peter AvalosMerge from vendor branch LESS:
2007-11-16 Sepherosa ZiehauNuke net/intrq.[ch] and ipintrq related bits; they...
2007-11-16 Sepherosa ZiehauCPU localize dummynet(4) step 1/2
2007-11-10 Sascha WildnerInclude <sys/socketvar2.h> for ssb_lock/unlock (fixes...
2007-11-05 Gregory Neil ShapiroMerge from vendor branch SENDMAIL:
2007-11-03 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-10-25 Sepherosa Ziehau- Switch dummynet(4) from mbuf based tagging to mtag.
2007-10-25 Peter AvalosMerge from vendor branch OPENSSL:
2007-10-20 Sepherosa Ziehau- m_tag_get() expects MB_DONTWAIT not M_NOWAIT
2007-10-12 Peter AvalosMerge from vendor branch LESS:
2007-10-12 Peter AvalosMerge from vendor branch OPENSSL:
2007-10-11 Peter AvalosMerge from vendor branch TCPDUMP:
2007-10-11 Peter AvalosMerge from vendor branch LIBPCAP:
2007-10-10 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-10-09 Peter AvalosMerge from vendor branch LESS:
2007-09-24 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-09-08 Sepherosa ZiehauKill token ring remainder.
2007-09-08 Peter AvalosMerge from vendor branch OPENSSH:
2007-09-03 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-08-27 Hasso TepperNuke FDDI support.
2007-08-27 Hasso TepperNuke token ring support. This also means one blob less...
2007-08-27 Hasso TepperNuke ARCnet support.
2007-08-25 Peter AvalosMerge from vendor branch TNFTP:
2007-08-22 Simon SchubertMerge from vendor branch GDB:
2007-08-18 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-08-16 Matthew DillonBring CARP into the tree. CARP = Common Address Redund...
2007-08-14 Sepherosa ZiehauAdd a new csum flag to tell IP defragmenter that csum_d...
2007-08-11 Matthew DillonAdd another fix to the 1's complement checksum. A...
2007-08-10 Matthew DillonThe 1's complement checksum in m->m_pkthdr.csum_data...
2007-08-07 Peter AvalosMerge from vendor branch TCPDUMP:
2007-08-07 Peter AvalosMerge from vendor branch LIBPCAP:
next