summaryrefslogtreecommitdiff
path: root/sys/netinet
AgeCommit message (Expand)Author
2009-03-18bcopy -> memcpycegger
2009-03-18bzero -> memsetcegger
2009-03-18bcmp -> memcmpcegger
2009-03-15ansify function definitionscegger
2009-03-15ansify function definitionscegger
2009-03-11like KERN_FILE2: *do* update "needed" when there is no count. we wantmrg
2009-02-28include opt_gatewaypooka
2009-02-18sysctl_net_inet_ip_ports: fix ipv6 sysctls.yamt
2009-02-18remove unused #define.yamt
2009-02-12PR/40603: Christoph Badura: unprivileged users can add and delete interfacechristos
2009-02-01Init ipflow pool dynamically instead of using a linkset.pooka
2009-01-29stinkset purge: POOL_INIT -> pool_initpooka
2009-01-19Provide compatibility to the old timeval SCM_TIMESTAMP messages.christos
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