mbuf: revert part of b4e5a1079d852748f03f32aae87ecdda27a538d2
[dragonfly.git] / sys / netinet /
2013-07-17 Sepherosa Ziehauarp: Perform ARP pending output during ARP updating
2013-07-10 Sepherosa Ziehauroute: Prioritize routing messages during iface down
2013-07-10 Sepherosa Ziehauroute: Factor out rt_domsg_global()
2013-07-10 Sepherosa Ziehauroute: Only delete dynamic routes on the current CPU...
2013-07-10 Sepherosa Ziehausyncache: Only explicitly delete unreferenced protocol...
2013-07-09 Sepherosa Ziehauroute: Remove per-cpu routing threads; use netisr instead
2013-06-25 Sepherosa Ziehaucarp: Prioritize carp advertisement packets
2013-06-25 Sepherosa Ziehaucarp: Constify carp_etheraddr
2013-06-25 Sepherosa Ziehaucarp: Increment output statistics properly
2013-06-25 Sepherosa Ziehaucarp: Add TSO and TXCSUM support
2013-06-13 Sepherosa Ziehaualtq: Implement two level "rough" priority queue for...
2013-06-09 Sepherosa Ziehaupcb: Allow kmalloc(WAITOK) to return in in_pcballoc()
2013-06-07 Sepherosa Ziehauin_ifadown: Don't migrate CPU when delete addr routes...
2013-05-31 Sepherosa Ziehauroute: Remove the unused rt_addrinfo parameter from...
2013-05-31 Justin C. SherrillCorrect BSD License clause numbering from 1-2-4 to...
2013-05-30 Sepherosa Ziehaucarp: Fix routes reset issue
2013-05-30 Sepherosa Ziehaucarp: Take netmask into consideration when picking...
2013-05-30 Sepherosa Ziehaucarp: Perfer addresses with prefix route installed.
2013-05-23 Sepherosa Ziehauip/udp: Make input source address and source port savin...
2013-05-23 Sepherosa Ziehauudp: Fix IP source address setting for multicast addres...
2013-05-22 Sepherosa Ziehausocket: Extend SO_REUSEPORT to distribute workload...
2013-05-20 Sepherosa Ziehausyncache: Avoid unnecessary tcpcb checking during synca...
2013-05-20 Sepherosa Ziehausyncache: Avoid NULL accessing to tcpcb of the to-be...
2013-05-11 John MarinoMerge branch 'vendor/LESS'
2013-05-11 John MarinoMerge branch 'vendor/LIBEDIT'
2013-05-11 John MarinoMerge branch 'vendor/TCSH'
2013-05-09 Sepherosa Ziehautso: Remove the pendantic tso_pullup functions
2013-05-09 Sepherosa Ziehauip_output: Always panic if the rtentry is not owned...
2013-05-09 John MarinoMerge branch 'vendor/AWK'
2013-05-08 John MarinoMerge branch 'vendor/ZLIB'
2013-05-08 John MarinoMerge branch 'vendor/GCC47'
2013-05-08 Sepherosa Ziehausyncache: Make sure the accepcted socket is created...
2013-05-06 Justin C. SherrillRemove advertising clause from all that isn't contrib...
2013-05-02 Sepherosa Ziehauip_demux: Save raw hash, instead of hash masked w/...
2013-05-02 Sepherosa Ziehauip_demux: Remove unused udp_mpsafe_thread global variable
2013-05-02 Sepherosa Ziehaunetisr: Renaming, cpufn -> hashfn; no functional changes
2013-05-02 Sepherosa Ziehaunetisr: Add netisr_hashport, which finds netisr msgport...
2013-05-02 Sepherosa Ziehaunetisr: Inline netisr_cpuport() and netisr_curport()
2013-04-28 Sepherosa Ziehaunetisr: Function renaming; no functional changes
2013-04-28 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2013-04-28 Sepherosa Ziehaunetisr: Function renaming; no functional changes
2013-04-23 John MarinoMerge branch 'vendor/MPFR'
2013-04-23 John MarinoMerge branch 'vendor/DIFFUTILS'
2013-04-23 John MarinoMerge branch 'vendor/GREP'
2013-04-23 John MarinoMerge branch 'vendor/EXPAT'
2013-04-15 Sascha WildnerMerge branch 'vendor/MDOCML'
2013-04-09 Sepherosa Ziehauip/udp: Fix IP source address setting for multicast...
2013-04-09 Sepherosa Ziehauip_output: Record the "src was INADDR_ANY" for multicas...
2013-04-07 Peter AvalosMerge branch 'vendor/TNFTP'
2013-04-01 Sepherosa ZiehauMerge remote-tracking branch 'hofmann/wlan_serialize'
2013-03-26 Sepherosa Ziehauudp: Make stats per-cpu
2013-03-25 Sepherosa Ziehauip: Cache align ip_stats
2013-03-22 Sepherosa Ziehautcp: Cache align tcp_stats
2013-03-19 Sepherosa Ziehauasync_rcvd: Don't add/drop socket reference on hot...
2013-03-05 Johannes HofmannMerge branch 'master' of git://git.dragonflybsd.org...
2013-03-03 Sascha Wildnerkernel/arpresolve: Initialize 'rt' with NULL.
2013-02-27 Sascha Wildnerkernel: Fix -Wundef in a number of places.
2013-02-26 Matthew Dillonkernel - Beef up lwkt_dropmsg() API and fix deadlock...
2013-02-25 Sepherosa Ziehauarp: Embed netmsg_inarp in mbuf for asynchronized ARP...
2013-02-21 Matthew Dillonkernel - Fix issue with ARP packets stalling out entire...
2013-02-21 Sepherosa Ziehauicmp: ICMP is MPSAFE
2013-02-19 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
2013-02-17 Sepherosa Ziehauicmp: Disable icmplim_output by default
2013-02-16 Johannes HofmannMerge branch 'master' of git://git.dragonflybsd.org...
2013-02-15 Sepherosa Ziehauif: Per-cpu ifnet/ifaddr statistics, step 1/3
2013-02-13 Peter AvalosMerge branch 'vendor/OPENSSL'
2013-02-10 Peter AvalosMerge branch 'vendor/OPENSSL'
2013-01-24 Johannes Hofmannmerge
2013-01-23 Sepherosa Ziehautcp: Limit new segements burst to 4 during extended...
2013-01-23 Sepherosa Ziehautcp: Add comment about "fairsend"
2013-01-22 Sepherosa Ziehautcp: Improve sender-sender and sender-receiver fairness...
2013-01-22 Sepherosa Ziehautcp/tso: Add per-device TSO aggregation size limit
2013-01-19 Peter AvalosMerge branch 'vendor/BYACC'
2013-01-16 John MarinoMerge branch 'vendor/FLEX'
2013-01-15 Antonio Huete Jimenezkern - More work replacing %D
2013-01-13 Sepherosa Ziehauif: Multiple TX queue support step 1 of many; introduce...
2013-01-12 Johannes Hofmannmerge
2013-01-09 Sascha Wildnerkernel/netinet: Remove some unused variables.
2013-01-07 Sascha Wildnerkernel/tcp_{input,output}: Remove some unused variables.
2012-12-27 Sepherosa Ziehausctp: Don't test ifq_len against ifq_maxlen; let IFQ...
2012-12-21 Sepherosa Ziehauip_forward: Optimize out the mbuf allocation for ICMP...
2012-12-20 Sepherosa Ziehauip_output: Don't drop packet based on if_snd queue...
2012-12-18 Sepherosa Ziehaunetisr: Add priority for netisr "rollup" functions
2012-11-29 Sepherosa Ziehaubpf: Use bpf global token instead mplock to protect...
2012-11-29 Sepherosa Ziehausosendudp: Try to optimize out the additional mbuf...
2012-10-28 Peter AvalosMerge branch 'vendor/OPENSSH'
2012-10-24 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-10-24 Sascha Wildnerkernel: Make SMP support default (and non-optional).
2012-10-21 John MarinoMerge branch 'vendor/BMAKE'
2012-10-20 CharlieMerge branch 'vendor/GCC47'
2012-10-20 CharlieMerge branch 'vendor/GCC47'
2012-10-08 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-10-03 Nuno Antuneskernel: Fix a few more mbuf MB_* vs. kmalloc M_* flag...
2012-10-01 John MarinoMerge branch 'vendor/GCC47'
2012-09-29 John MarinoMerge branch 'vendor/MPC'
2012-09-27 Sepherosa Ziehautcp: Reduce RTO minimal value from 1 second to 500ms
2012-09-11 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-09-11 Nuno Antunesnetisr: rename cpu_portfn() to netisr_portfn().
2012-09-11 Sascha Wildnerkernel/inet: Remove some unused variables.
2012-09-07 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
next