Remove some kref(9) related files via 'make upgrade'.
[dragonfly.git] / sys / netinet /
2011-02-10 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2011-02-09 Peter AvalosMerge branch 'vendor/OPENSSL'
2011-02-07 Sascha WildnerRemove useless belt and suspenders include guards in...
2011-02-07 Justin C. SherrillMerge branch 'master' of ssh://crater.dragonflybsd...
2011-02-01 Sepherosa Ziehauradix: Fix the non-per-cpu radix tree usage.
2011-01-31 Matthew Dillonkernel - Fix SMP assumption of at least 2 cpus w/TCP
2011-01-31 Peter AvalosMerge branch 'vendor/GDTOA'
2011-01-31 Sepherosa Ziehautcp6: Set TF_SYNCACHE properly in tcp6_usr_listen()
2011-01-31 Sepherosa Ziehautcp: Make listen(2) socket close(2) MPSAFE
2011-01-31 Sepherosa Ziehautcp_usr_listen: Use domsg when duplicate listen socket...
2011-01-31 Sepherosa Ziehautcp: Don't abuse TF_SYNCACHE to ill-optimize syncache_d...
2011-01-31 Sepherosa Ziehauudp6: Protect udbinfo by udbinfo barrier
2011-01-31 Sepherosa Ziehauinpcb: Save UDP inpcb into temporary memory during...
2011-01-31 Sepherosa Ziehauudp_getcred: Release serializer when doing SYSCTL_OUT
2011-01-31 Sepherosa Ziehauudp: pcb list/hashtable protection stage 2/2
2011-01-31 Sepherosa Ziehauinpcb: Add pcblist sysctl helper function w/o using...
2011-01-31 Sepherosa Ziehauudp: pcb list/hashtable protection stage 1/2
2011-01-31 Matthew Dillonkernel - Revert last commit for a better upcoming fix
2011-01-31 Matthew Dillonkernel - Fix syncache vs close(listen_socket) race
2011-01-29 Peter AvalosMerge branch 'vendor/FILE'
2011-01-27 Joe TalbottMerge branch 'master' of git://git.theshell.com/dragonfly
2011-01-20 Matthew Dillonkernel - Remove mplock shims from global tokens
2011-01-20 Sepherosa Ziehauipflow: Use CPUMASK
2011-01-17 Sascha Wildnerkernel: Use NELEM() where we can.
2011-01-17 Sepherosa Ziehauudp ctlport: We should call udp_addrcpu() instead of...
2011-01-15 Sepherosa Ziehautcp: Don't panic if persist timer is started in CLOSED...
2011-01-02 Sascha Wildnerkernel: Remove support for the Xerox Network Systems...
2011-01-02 Samuel J. GreearMerge branch 'master' of ssh://crater.dragonflybsd...
2010-12-31 Jan Lentferpf: Update packetfilter to OpenBSD 4.4
2010-12-29 Sepherosa Ziehauip_demux: Update comment for tcp_ctlport()
2010-12-29 Sepherosa Ziehauip_demux: Update comment for ip_lengthcheck()
2010-12-28 Sepherosa Ziehauipflow: cpumask_t should be used instead of uint32_t
2010-12-23 Venkatesh Srinivaskernel -- MPIPE: Add a constructor argument and priv...
2010-12-21 Sepherosa Ziehautcp: Don't allow persist timer if TCP connection is...
2010-12-19 Peter AvalosMerge branch 'vendor/LIBARCHIVE' into HEAD
2010-12-19 Peter AvalosMerge branch 'vendor/XZ' into HEAD
2010-12-15 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-12-15 Sepherosa Ziehauif_clone: Don't destroy iface which is not create throu...
2010-12-15 Sepherosa ZiehauSerialize IFADDR alteration by netisr0
2010-12-15 Peter AvalosMerge branch 'vendor/TNFTP'
2010-12-15 Peter AvalosMerge branch 'vendor/ZLIB'
2010-12-12 Peter AvalosMerge branch 'vendor/OPENSSL'
2010-12-10 Samuel J. GreearMerge branch 'malloc_constructor'
2010-12-10 Samuel J. GreearMerge branch 'GCI2010'
2010-12-09 Matthew Dillonkernel - Add support for up to 63 cpus & 512G of ram...
2010-12-05 Samuel J. Greearkernel - Provide descriptions for many net.inet sysctl's
2010-11-22 Peter AvalosMerge branch 'vendor/OPENSSL' into HEAD
2010-11-21 Matthew Dillonbuild - Fix IP_DIVERT w/UP build error
2010-11-18 Peter AvalosMerge branch 'vendor/OPENSSL'
2010-11-07 Michael NeumannMerge branch 'apic_io'
2010-11-07 Michael NeumannMerge branch 'apic_io'
2010-11-02 Matthew Dillonnetwork - Fix netstat output missing entries
2010-10-10 Michael NeumannMerge branch 'master' of git://git.dragonflybsd.org...
2010-10-04 Matthew Dillonnetwork - Fix udp multicast assertion & mplock for...
2010-09-29 Peter AvalosMerge branch 'vendor/OPENSSH'
2010-09-26 Peter AvalosMerge branch 'vendor/OPENSSL'
2010-09-24 Matthew Dillonnetwork - Restart the callout timer when setting TCP_FA...
2010-09-24 Matthew Dillonnetwork - Add a tcp socket for faster keepalive timeouts
2010-09-23 Matthew Dillonnetwork - Fix bug in redispatch after PF translation
2010-10-03 Michael NeumannMerge branch 'master' of git://git.dragonflybsd.org...
2010-09-22 Matthew Dillonbuild - Workaround LINT issues
2010-09-22 Matthew Dillonkernel - Remove some debugging kprintfs
2010-09-20 Peter AvalosMerge branch 'vendor/BZIP'
2010-09-20 Peter AvalosMerge branch 'vendor/BZIP'
2010-09-18 Matthew Dillonnetwork - Remove debugging kprintfs
2010-09-16 Matthew Dillonnetwork - Fix MP races in GIF
2010-09-15 Matthew Dillonnetwork - Major netmsg retooling, part 2
2010-09-15 Matthew Dillonnetwork - Protect so_rcv sockbuf in udp and unix domain...
2010-09-15 Matthew Dillonnetwork - Major netmsg retooling, part 1
2010-09-14 Matthew Dillonnetwork - UDP currently only going to one proto thread
2010-09-14 Matthew Dillonnetwork - Fix udp self-referential panic
2010-09-13 Matthew Dillonnetwork - Fix multiple MP races (2)
2010-09-13 Matthew Dillonnetwork - Fix multiple MP races
2010-09-11 Matthew Dillonnetwork - Fix tcp inpcb race
2010-09-11 Sascha WildnerFix LINT build.
2010-09-10 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-09-10 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-09-10 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-09-10 Matthew Dillonnetwork - MP socket free & abort interactions, so_state
2010-09-09 Matthew Dillonnetwork - Completely revamp the netisr / dispatch code
2010-09-09 Jan Lentferpf: Update to OpenBSD 4.2
2010-09-09 Matthew Dillonnetwork - Make toeplitz the default
2010-09-09 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-09-09 Matthew Dillonkernel - network protocol thread routing
2010-09-09 Matthew Dillonkernel - MPSAFE the protocol drain routines
2010-09-06 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-09-06 Matthew Dillonkernel - Fix numerous MP issues with sockbuf's and...
2010-09-06 Matthew Dillonkernel - Port TCP-MD5 (RFC 2385) implementation.
2010-08-29 Matthew Dillonkernel - All lwkt thread now start out mpsafe part 2/2
2010-08-18 Matthew Dillonkernel - Fix possible race in syncache
2010-07-19 Samuel J. GreearMerge branch 'selwakeup'
2010-07-13 Samuel J. GreearMerge branch 'master' into selwakeup
2010-07-12 Samuel J. GreearMerge branch 'master' into kq_devices
2010-07-12 Samuel J. Greearkernel - Tear out socket polling
2010-06-12 Venkatesh SrinivasMerge branch 'master' of /repository/git/dragonfly
2010-06-12 Sascha Wildnernetwork code: Convert if_multiaddrs from LIST to TAILQ.
2010-05-18 Sascha Wildnersys/netinet/in_pcb.c: Fix a broken range check.
2010-04-30 Matthew Dillonkernel - Try to fix NULL pointer issue in syncache_time...
2010-04-15 Alex Hornungprint_backtrace - Take parameter count
2010-04-14 Matthew DillonMerge remote branch 'rpaulo/net80211-update'
next