summaryrefslogtreecommitdiff
path: root/sys/netinet
AgeCommit message (Expand)Author
2009-01-11merge christos-time_tchristos
2008-12-21The automatic addition of a subnet route should not error if a manuallyroy
2008-12-19use M_ZERO on malloc() and remove subsequent bzero().cegger
2008-12-17kill MALLOC and FREE macros.cegger
2008-11-25Make dom_maxrtkey of inet/inet6domain the size of the ip_encap packpooka
2008-11-23ip_input: fix an IPQ "lock" leak. (hi <matt>!)rmind
2008-11-21Fix indentation.joerg
2008-11-20Oops, make these build.ad
2008-11-20Rename the accept filter modules to make module name match filter name.ad
2008-11-12Remove LKMs and switch to the module framework, pass 1.ad
2008-11-10Whitespace.uebayasi
2008-11-09Fix kern/39769: race condition in TCP timersbouyer
2008-11-07*** Summary ***dyoung
2008-11-06Cosmetic: change (type *)0 to NULL.dyoung
2008-10-24Constify the rt_addrinfo argument to the ifa_rtrequest memberdyoung
2008-10-21arp_drain: no reason to complain if arp_lock is already held.ad
2008-10-19if_input needs to be called at splnet(). ok by cube.hans
2008-10-16include bpf headers so that the bpf calls actually do something. ok by cube.hans
2008-10-14Use designated initializers for struct accept_filter.ad
2008-10-13POOL_INIT -> pool_initpooka
2008-10-12update ip_pcbopts() to use sockopt(9) API.plunky
2008-10-12do not sleep while allocating memory here as socket lock is heldplunky
2008-10-11Move uidinfo to its own module in kern_uidinfo.c and include in rump.pooka
2008-10-10tcp_close: rearrange sequence of events slightly to make this atomic.ad
2008-10-10tcp_delack: test for TF_DELACK.ad
2008-10-04POOL_INIT -> pool_initpooka
2008-10-03Hallo, pool_init(). Auf wiedersehen & byebye, link set POOL_INIT().pooka
2008-10-01PR/39664: Dave Huang: ip_mrouter_done: free hash using hashdone(9).rmind
2008-09-25Don't wrap whole file in INET.pooka
2008-09-08Replace most gcc-specific __attribute__ uses with BSD-style sys/cdef.hgmcgarry
2008-09-05Wrong route being consulted in one placeseanb
2008-08-28Missing "\n" in log(9) messages.uebayasi
2008-08-20Make the sysctl routines take out softnet_lock before dealing withmatt
2008-08-16constify sockopt in the PRCO_SETOPT pathplunky
2008-08-10Change copyright statement to NetBSD 2-clause with correct attribution.tls
2008-08-07make this compile as proposed by dholland@cegger
2008-08-06Convert socket options code to use a sockopt structureplunky
2008-08-04typo fix in comment (drops the ' in drop's :)spz
2008-08-04Free the socket only after disposing of the PCB.matt
2008-08-04Unlock reassembly queue before calling sorwakeup(), not after. In unusualtls
2008-08-04Add accept filters, ported from FreeBSD by Coyote Point Systems. Add inetdtls
2008-07-28Reacquire softnet_lock after calling soabort which returns with the socketmatt
2008-07-11Add IANA allocation and header for RFC 5006 (RA RDNSS) IPv6 Routercyber
2008-07-04tcp_input: add a couple of assertions.ad
2008-07-03syn_cache_get: remove new endpoint's socket from head's queue if abortingad
2008-06-18merge yamt-pf42 branch.yamt
2008-05-22Don't cast to void * unnecessarily.dyoung
2008-05-13bzero -> memset, bcopy -> memcpy.dyoung
2008-05-13Cosmetic: use __arraycount(). s/0/NULL/ where appropriate. Passdyoung
2008-05-11Cosmetic: compare sa_family with AF_UNSPEC instead of testing truth.dyoung