Use consistent sizeof() style
[dragonfly.git] / sys / netinet /
2008-12-30 Matthias SchmidtMerge branch 'master' of git://chlamydia.fs.ei.tum...
2008-12-31 Michael NeumannMerge branches 'master' and 'suser_to_priv'
2008-12-31 Sepherosa ZiehauIA_PRF_RTEXISTOK is no longer needed, in_{add,scrub...
2008-12-31 Sepherosa ZiehauCall if_up(), if in_ifinit() brings interface up (via...
2008-12-31 Sepherosa ZiehauBring in in_{add,scrub}prefix() from OpenBSD.
2008-12-27 Sepherosa ZiehauFactor out 'curnetport'
2008-12-27 Sepherosa ZiehauTCP socket's cached route entry could only be accessed...
2008-12-27 Sepherosa ZiehauUse backtrace() instead of db_print_backtrace()
2008-12-26 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2008-12-26 Sepherosa ZiehauRework carp(4) IPv4 support.
2008-12-26 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2008-12-20 Sepherosa ZiehauExplicitly reallocate the inpcb cached route freed...
2008-12-20 Sepherosa ZiehauUse priority message for arp holding mbufs
2008-12-20 Hasso TepperMerge commit 'crater/vendor/OPENPAM'
2008-12-17 Michael NeumannMerge branch 'vfsconf'
2008-12-17 Michael NeumannMerge branch 'vfsconf'
2008-12-16 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2008-12-16 Sepherosa ZiehauRemove tcpcb.tt_msg == NULL tests in tcp_callout_*().
2008-12-16 Sepherosa ZiehauRestore the semantic of callout_active() testing on...
2008-12-15 Michael Neumannsuser_* to priv_* conversion
2008-12-14 Sepherosa ZiehauUse priority message for TCP timers
2008-12-08 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2008-12-06 Sepherosa ZiehauConstify the tip/sip parameters of arprequest/arpreques...
2008-12-05 Sepherosa ZiehauDeprecate MALLOC/FREE macros
2008-12-05 Sepherosa ZiehauCorrect the reversed comparison logic
2008-12-05 Sepherosa ZiehauDefer various TCP timer function from callout threads...
2008-12-04 Sepherosa ZiehauAdd CARP_IS_RUNNING() to test carp(4) iface's IFF_UP...
2008-12-04 Sepherosa ZiehauRemove unused macro
2008-12-04 Sepherosa ZiehauMerge clearing IFF_UP and IFF_RUNNING
2008-12-04 Sepherosa ZiehauUse in_cksum_{range,skip}()
2008-12-03 Sepherosa ZiehauRework carp_input()
2008-12-03 Sepherosa ZiehauUse suser_cred()
2008-12-03 Sepherosa ZiehauEmbed ifnet in carp_softc; ifnet allocation is never...
2008-12-03 Sepherosa ZiehauClean up and style changes
2008-12-03 Sepherosa ZiehauNuke lock remainders and related comment
2008-12-03 Sepherosa ZiehauStaticize
2008-12-03 Sepherosa ZiehauDrop locking in carp(4). carp(4) is under explicit...
2008-12-03 Sepherosa Ziehau- Regroup type declaration
2008-12-03 Sepherosa ZiehauCleanup header inclusion
2008-12-03 Sepherosa ZiehauWhite space
2008-12-03 Sepherosa Ziehauu_int{8,16,32,64}_t -> uint{8,16,32,64}_t
2008-12-03 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2008-12-02 Sepherosa ZiehauFix carp_input() prototype to meet the requirement...
2008-11-22 Sepherosa ZiehauRemove MSGF_PRIORITY support. The flag testing and...
2008-11-11 Sepherosa Ziehau- If we receive redirect or host dead ICMP message...
2008-11-09 Sepherosa ZiehauUse priority messages to carry out syncache callout...
2008-11-09 Sepherosa Ziehau- During ARP resolving, current thread msgport or curre...
2008-11-08 Sepherosa ZiehauThe workaround is no longer needed after netinet/tcp_su...
2008-10-30 Sepherosa ZiehauDon't use listen socket's route cache, it is not MPSAFE...
2008-10-28 Sepherosa ZiehauIn ip_lengthcheck(), make sure that pkthdr.len is not...
2008-10-28 Sepherosa ZiehauAdd comment about ip_lengthcheck()
2008-10-28 Sepherosa Ziehau- The assertion in ip_input, should test sizeof(struct...
2008-10-27 Sepherosa ZiehauMonir style and white space changes
2008-10-27 Sepherosa Ziehau- Move unlinking ipflow from table/list out of ipflow_f...
2008-10-27 Sepherosa Ziehau- All of the ipflow table/list read/write operations...
2008-10-27 Sepherosa ZiehauWe obviously do not want protocol threads to be block...
2008-10-27 Sepherosa ZiehauBreak long line
2008-10-27 Sepherosa Ziehau- In addition to the IP flow hash table, put the flows...
2008-10-27 Sepherosa Ziehaupr_ctlinput is usually called when certains types of...
2008-10-26 Sepherosa ZiehauUpdate ips_total
2008-10-26 Sepherosa Ziehau- If a packet came in as link-level broadcast or link...
2008-10-26 Sepherosa Ziehau- ip_mport() will make sure following things for us:
2008-10-26 Sepherosa ZiehauPerform ipflow timeout, only if the CPU has active...
2008-10-26 Sepherosa ZiehauBring in following changes from NetBSD ip_flow.c
2008-10-26 Sepherosa Ziehau- Move ipflow definition from ip_flow.h to ip_flow...
2008-10-21 Sepherosa ZiehauAdd tunable net.inet.ip.mpsafe to register IP as MPSAFE...
2008-10-07 Thomas Nikolajsen - fix UP build
2008-10-04 Sepherosa Ziehau- Add tunable (net.link.ether.inet.arp_mpsafe) to regis...
2008-10-01 Sepherosa ZiehauSplit arprequest() into two parts, arpreq_alloc() and...
2008-10-01 Sepherosa Ziehau- Constify 'enaddr'
2008-09-29 Matthew DillonDo not return an EINVAL error for certain abort and...
2008-09-27 Peter AvalosMerge from vendor branch OPENSSH:
2008-09-27 Peter AvalosMerge from vendor branch OPENSSL:
2008-09-27 Sepherosa ZiehauFor SMP kernel
2008-09-25 Sepherosa Ziehau- Minor style and white space changes
2008-09-24 Sepherosa ZiehauAdd NETISR_FLAG_NOTMPSAFE, which could be used as the...
2008-09-24 Sepherosa ZiehauInclude necessary head file for {get,rel}_mplock()...
2008-09-23 Sepherosa ZiehauAdd following three network protocol threads running...
2008-09-20 Sepherosa ZiehauAdd TDF_NETWORK lwkt flag, so various assertion could...
2008-09-18 Sepherosa ZiehauIf there are no pfil hooks, just remove the dummynet...
2008-09-13 Sepherosa ZiehauMove ipfw(4) code for ip_{input,output}() into ip_fw2...
2008-09-13 Sepherosa ZiehauMove ipfw(4) related bits into ip_fw2_glue.c
2008-09-13 Sepherosa Ziehaupf(4) may reassemble ip fragments, so we probably shoul...
2008-09-13 Sepherosa Ziehau- Move IPDIVERT related bits into netinet/ip_divert.c
2008-09-13 Sepherosa ZiehauAdd FW_MBUF_REDISPATCH, which should be set by various...
2008-09-13 Sepherosa Ziehau- Let caller of ip_fw_dn_io_ptr call ip_dn_queue()...
2008-09-12 Sepherosa Ziehau- Fix function parameters order bug:
2008-09-11 Sepherosa Ziehau- Add rtfree_remote(), which send rtentry to its owner...
2008-09-08 Sepherosa Ziehau- Factor out ip_localforward()
2008-09-07 Sepherosa ZiehauMove next_hop (tranparent forwarding) testing and extra...
2008-09-07 Sepherosa ZiehauLet ipfw_chk() return IP_FW_{PASS,DENY,DUMMYNET,TEE...
2008-09-07 Sepherosa ZiehauCheck the mbuf returned by ip_fw_chk_ptr against NULL...
2008-09-06 Peter AvalosMerge from vendor branch OPENSSL:
2008-09-06 Sepherosa ZiehauBreak long line
2008-09-06 Sepherosa Ziehau- Save the route struct in dummynet mbuf tag into the...
2008-09-06 Sepherosa ZiehauMove dummynet tag extraction and ipfw args setup into...
2008-09-06 Matthew DillonIncrease sockbuf send and receive buffers to 57344...
2008-09-04 Hasso TepperThe result of the "RFC3542 support" SoC project by...
2008-09-02 Matthew DillonContinue working the abort path. Move SS_ABORTING...
2008-08-28 Sepherosa ZiehauMove IPDIVERT related declaration from netinet/ip_var...
next