summaryrefslogtreecommitdiff
path: root/sys/netinet/ip_carp.c
AgeCommit message (Expand)Author
2014-02-25Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist beforepooka
2013-10-18remove unused variablechristos
2012-08-20make this compile.christos
2012-08-20Support checksum offloading in carp(4) if the underlying device suports it,bouyer
2012-03-27Do not sleep in callout context, this will hang the clock soft interrupt.bouyer
2011-11-19First step of random number subsystem rework described intls
2011-10-19Use if_addr_init() and if_mcast_op() instead of ifp->if_ioctl().dyoung
2011-07-17Retire varargs.h support. Move machine/stdarg.h logic into MIjoerg
2010-08-11ahem, min -> max in previouspooka
2010-08-11Use kpause() instead of DELAY() and sleep a minimum of 1 tick.pooka
2010-08-10Include opt_inet since this checks INET/INET6pooka
2010-04-05Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpfjoerg
2010-01-19Redefine bpf linkage through an always present op vector, i.e.pooka
2009-09-16Replace a large number of link set based sysctl node creations withpooka
2009-06-07Make ip_carp.c compile, fixing usage of CARP_LOG().taca
2009-05-27PR/38260: Brian Seklecki: Improve carp logging.christos
2009-05-12Fix previous, || -> &&.elad
2009-05-12Fix inverted permissions check.elad
2009-04-18Remove extra whitespace added by a stupid tool.tsutsui
2009-03-18bcopy -> memcpycegger
2009-03-18bzero -> memsetcegger
2009-03-18bcmp -> memcmpcegger
2009-01-11merge christos-time_tchristos
2008-12-19use M_ZERO on malloc() and remove subsequent bzero().cegger
2008-12-17kill MALLOC and FREE macros.cegger
2008-11-07*** Summary ***dyoung
2008-05-04Simplify the interface to netstat_sysctl() and allocate space forthorpej
2008-04-23Use <net/net_stats.h> / netstat_sysctl().thorpej
2008-04-15Make CARP status per-cpu.thorpej
2008-03-15Set scope on IPv6 multicast address to give carp a chance to work for IPv6, too.ws
2007-12-21Add fix for ip_id information leakage. Since the leakage information ismatt
2007-12-20Constify struct ifnet->if_sadl and every use throughout the tree.dyoung
2007-12-11use __KERNEL_RCSID()lukem
2007-12-04Use IFADDR_FOREACH().dyoung
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-09-19Constify sockaddr argument to ether_multiaddr(). Change structdyoung
2007-08-30Use malloc(9) for sockaddrs instead of pool(9), and remove dom_sa_pooldyoung
2007-08-26Constify: LLADDR -> CLLADDR. I'm aiming here to make it easier todyoung
2007-07-19Take steps to hide the radix_node implementation of the forwarding tabledyoung
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-17KNF: de-__P, bzero -> memset, bcmp -> memcmp. Remove extraneousdyoung
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-30Fix typo (hi Elad)christos
2006-10-25Kill some KAUTH_GENERIC_ISSUSER.elad
2006-10-20Remove some dead code - From OpenBSD Rev. 1.129liamjfoy
2006-10-12- sprinkle __unused on function decls.christos
2006-07-23Use the LWP cached credentials where sane.ad
2006-06-13Remove implementation of tvtohz() - since the timecounters branchriz
2006-05-25remove a little white spaceliamjfoy