drm/i915: i915_gem_object_pin() takes 4 arguments
[dragonfly.git] / sys / netinet /
2014-09-11 Sepherosa Ziehaudivert: All processing should only happens in netisr0
2014-09-10 Sepherosa Ziehauroute/inet: Dispatch in_rtqdrain to netisrs to run
2014-09-10 Sepherosa Ziehausyncache: Remove syncache_null_rport; use netisr_adone_...
2014-09-08 Sepherosa Ziehausyncache: Prioritize timeout netmsgs
2014-09-08 Sepherosa Ziehauarp: Prioritize timeout netmsgs
2014-09-08 Sepherosa Ziehauroute/inet: Prioritize timeout netmsgs
2014-09-08 Sepherosa Ziehauigmp: Prioritize fast and slow timeout netmsgs
2014-09-08 Sepherosa Ziehauipflow: Prioritize timeout netmsgs
2014-09-08 Sepherosa Ziehauip: Prioritize drain and timeout netmsgs
2014-09-08 Sepherosa Ziehautcp: Dispatch tcp_drain to netisrs to run
2014-09-04 Sepherosa Ziehautcp: Fix tcp_drain_oncpu()
2014-09-03 Sepherosa Ziehauudp: Simplify getcred
2014-09-03 Sepherosa Ziehautcp: Fix getcred
2014-09-02 Sascha WildnerFix buildkernel without INVARIANTS.
2014-09-02 Sepherosa Ziehauudp: For connected socket, don't rehash sending datagram
2014-08-31 Sepherosa Ziehauudp: Make udp pcbinfo and portinfo per-cpu; greatly...
2014-08-10 Sepherosa Ziehautcp: Fix upper half (socket code) and so_port switching...
2014-08-07 Sascha WildnerMerge branch 'vendor/OPENSSL'
2014-08-07 Sascha WildnerMerge branch 'vendor/OPENSSL'
2014-07-18 Matthew Dillonkernel - Adjust ssb_space_prealloc() use cases
2014-07-18 Sepherosa Ziehautcp: Set upper limit for the DupThresh generated by...
2014-07-18 Matthew Dillonkernel - network adjustments (netisr, tcp, and socket...
2014-07-16 Matthew Dillonkernel - Add feature to allow sendbuf_auto to decrease...
2014-07-16 Matthew Dillonkernel - Improve TCP socket handling at high speeds
2014-07-14 Matthew Dillonkernel - Fix stability issue with net.inet.tcp.inflight*
2014-07-04 Matthew Dillonkernel - Refactor cpumask_t to extend cpus past 64...
2014-07-02 Sascha Wildnerkernel: Fix some -Wundef warnings.
2014-07-01 Sepherosa Ziehauinet: Make ip fragments reassemble queue per-cpu and...
2014-06-29 Sepherosa Ziehauinpcb: Rework insertion of local group
2014-06-27 Matthew Dillonkernel - Force manual hash calculation for IP fragments
2014-06-26 Sepherosa Ziehauinet: Handle IP fragments in netisr0
2014-06-25 Sepherosa Ziehauinpcb: Reorganize localgroup manages functions.
2014-06-18 Sepherosa Ziehautcp: White space cleanup; no functional changes.
2014-06-18 Sepherosa Ziehauip/demux: Remove no longer applied comment
2014-06-18 Sepherosa Ziehauudp: Fix "unconnect" and cleanup connect
2014-06-18 Sepherosa Ziehaunet: Add initport protosw method to init socket's defau...
2014-06-18 Sepherosa Ziehautcp: Avoid unnecessary calling of in_pcbladdr() in...
2014-06-16 Sepherosa Ziehauinpcb: Remove inp_cpcbinfo, which serves no purpose now
2014-06-16 Sepherosa Ziehauinpcb: Cache align inpcbinfo
2014-06-16 Sepherosa Ziehauinet: in_pcbsetlport_remote -> in_pcbbind_remote
2014-06-16 Sepherosa Ziehaunet: Remove unnecessary sosetport() in various pru_attachs
2014-06-16 Sepherosa Ziehauudp: No data will be carried along w/ connect
2014-06-13 Sepherosa Ziehauinet: Migrate to CPU0 to perform in_pcblist_global...
2014-06-13 Sascha Wildnerkernel: Add a few more missing crit_exit()s.
2014-06-12 Sepherosa Ziehautcp: Number of netisrs for tcp is ncpus2
2014-06-12 Sepherosa Ziehauudp: Cleanup ctlinput related code
2014-06-12 Sepherosa Ziehauudp: Reduce rcvbuf token cover range
2014-06-12 Sepherosa Ziehauudp: Don't ref/free socket to call in_pcbdisconnect()
2014-06-11 Sepherosa Ziehauinpcb: Remove the weird in_pcbdetach() in in_pcbdisconn...
2014-06-07 Peter AvalosMerge branch 'vendor/TNFTP'
2014-06-07 Sepherosa Ziehauudp: Dispatch UDP datagrams to the correct netisr to...
2014-06-06 Sascha WildnerMerge branch 'vendor/OPENSSL'
2014-05-28 John MarinoMerge branch 'vendor/WPA_SUPPLICANT'
2014-05-28 John MarinoMerge branch 'vendor/HOSTAPD'
2014-05-28 Sepherosa Ziehauudp: Merge udp_send and udp_output
2014-05-28 Sepherosa Ziehauudp: Remove no longer necessary code
2014-05-21 Sepherosa Ziehauudp: Add KTR to measure UDP packet creation and ip_outp...
2014-05-19 Sepherosa Ziehauin_pcbladdr: Break long line; no functional changes
2014-05-19 Sepherosa Ziehauinet: Return NULL from IN_LOOKUP_MULTI if ifnet is...
2014-05-19 Sepherosa Ziehauip_input: Only multicast forwarding may be not MPSAFE
2014-05-19 Sepherosa Ziehauip_output: if_simloop is MPSAFE
2014-05-18 Sepherosa Ziehauifnet: Properly protect if_multiaddrs using ifnet seria...
2014-05-12 Sepherosa Ziehaumcast: ifma_protospec is pointer; use NULL for it.
2014-05-11 Sepherosa Ziehauinet: in_{add,del}multi should only be called in netisr0
2014-05-11 Sepherosa Ziehauinet: Dispatch in_ifdetach to netisr0 to run
2014-05-09 Sepherosa Ziehauigmp: Dispatch fast and slow timeout handler to netisr0
2014-05-08 Sepherosa Ziehautcp: Multicast sockopts do not make sense on TCP sockets
2014-05-06 Peter AvalosMerge branch 'vendor/FILE'
2014-05-06 Sascha Wildnerkernel: Fix some boolean_t vs. int confusion.
2014-05-03 Matthew DillonMerge branch 'vendor/LIBPCAP'
2014-05-01 Sascha WildnerRemove ATM protocol support.
2014-04-20 Sascha WildnerRemove support for the IPX and NCP protocols, and for...
2014-04-19 Antonio Huete Jimeneznetinet/in - Fix yet another NULL pointer panic.
2014-04-10 Antonio Huete Jimeneznetinet/ip - Avoid a NULL pointer dereference.
2014-04-08 Sepherosa Ziehauinpcb: Add comment about saved inpcbport
2014-04-08 Sepherosa Ziehauinpcb: Add macros to get/release/assert port token
2014-04-08 Peter AvalosMerge branch 'vendor/OPENSSL'
2014-04-05 Sepherosa Ziehauinpcb/in6pcb: Split port token
2014-03-24 Sepherosa Ziehauinpcb: Use a special version of in_pcbinsporthash(...
2014-03-23 Sepherosa Ziehauinpcb: Group port related fields into inpcbportinfo
2014-03-19 Sepherosa Ziehauin_pcbbind: Rearrange local port bind/select code path.
2014-03-16 Sepherosa Ziehauin_pcbbind: Move stack variable declaration near its...
2014-03-16 Sepherosa Ziehauinpcb: Break long line
2014-03-16 Sepherosa Ziehauinpcb: in_pcbconn_bind -> in_pcbsetlport_remote; no...
2014-03-16 Sepherosa Ziehauin_pcbconn_bind: Change argument name from 'nam' to...
2014-03-16 Sepherosa Ziehauinpcb: in_pcblookup_addrport -> in_pcblookup_localremote
2014-03-16 Sepherosa Ziehauinpcb/in6pcb: in_pcbinsporthash() never fails
2014-03-16 Sepherosa Ziehauinpcb: in_pcblookup_local() must have been protected...
2014-03-15 Sepherosa Ziehauinpcb: in_pcblookup_addrport() must have been protected...
2014-03-15 Sepherosa Ziehauin_pcbconn_bind: Reduce port token cover range
2014-03-15 Sepherosa Ziehauin_pcbconn_bind: Remove duplicated prison_replace_wildc...
2014-03-15 Sepherosa Ziehauin_pcbbind: Merge duplicated prison_replace_wildcards()
2014-03-11 Sepherosa Ziehautcp: Remove unused code
2014-02-09 Sascha WildnerMerge branch 'vendor/EE'
2014-01-15 Sascha WildnerRemove a bunch of unnecessary semicolons.
2013-12-31 Franco FichtnerMerge branch 'vendor/MDOCML'
2013-12-06 John MarinoMerge branch 'vendor/BINUTILS224'
2013-11-23 Sepherosa Ziehausyncache: Use lwkt_sendmsg_oncpu to schedule timeouts
2013-11-23 Sepherosa Ziehaucarp: Utilize lwkt_sendmsg_oncpu
2013-11-23 Sepherosa Ziehauroute/ip4: Utilize lwkt_sendmsg_oncpu
next