kernel/acpi: Tabify
[dragonfly.git] / sys / netinet /
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
2013-11-23 Sepherosa Ziehauarp: Utilize lwkt_sendmsg_oncpu
2013-11-23 Sepherosa Ziehauipflow: Utilize lwkt_sendmsg_oncpu
2013-11-23 Sepherosa Ziehautcp: Use lwkt_sendmsg_oncpu to run TCP timers in the...
2013-11-23 John MarinoMerge branch 'vendor/BMAKE'
2013-10-25 Antonio Huete JimenezA working IPSEC implementation (1/many)
2013-10-18 John MarinoMerge branch 'vendor/LDNS'
2013-10-12 François Tigeotnetinet/in.h: Add missing IPPORT_MAX definition
2013-10-06 Franco FichtnerMerge branch 'vendor/MDOCML'
2013-10-05 John MarinoMerge branch 'vendor/GDB'
2013-09-13 Sepherosa Ziehautcp: Use mbuf jcluster (4K) in sosendtcp(); improve...
2013-09-05 Matthew Dillonkernel - Change time_second to time_uptime for all...
2013-09-05 Matthew Dillonkernel - ipv6 - Fix broken 'invalid mtu expiration...
2013-08-29 Sepherosa Ziehautcp: Implement random initial msgport
2013-08-28 Sepherosa Ziehauinpcb: Make sure that inp_cpcbinfo always points to...
2013-08-28 Sepherosa Ziehautcp: Fix comment
2013-08-28 Sepherosa Ziehautcp: Implement asynchronous pru_connect
2013-08-20 Sepherosa Ziehauuipc: Reference the originator thread if asynchronized...
2013-08-19 Sascha WildnerAnother typo fixing round (in messages and manpages...
2013-08-08 Sepherosa Ziehauroute/inet: Add comment about read/write shared global...
2013-08-08 Sepherosa Ziehauroute/inet: Dispatch PRCLONed route expiration to netisr
2013-08-06 Sepherosa Ziehauarp: Dispatch arp cache expiration operation to netisr
2013-08-01 Sepherosa Ziehautcp: Allow socket/syncache inheritance between SO_REUSE...
2013-07-22 Sepherosa Ziehausocket: Use modulo-N for SO_REUSEPORT socket locating
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...
next