summaryrefslogtreecommitdiff
path: root/sys/net/if.c
AgeCommit message (Expand)Author
2010-01-28fix languagembalmer
2009-11-13Simplify ifreq_setaddr:joerg
2009-10-26buildfix: only declare sysctl_net_ifq_setup() if INET or INET6 is definedcegger
2009-10-03Move default network interface policy back to the subsystem.elad
2009-09-19Initialise index_gen_mtx before use.skrll
2009-09-16Replace a large number of link set based sysctl node creations withpooka
2009-09-15When working with address preferences, sockaddr_externalize() bothjakllsch
2009-09-11Make ifconfig(8) set and display preference numbers for IPv6dyoung
2009-08-13Use sysctl(9) to expose to userland each interface transmissiondyoung
2009-02-12PR/40603: Christoph Badura: unprivileged users can add and delete interfacechristos
2009-01-11merge christos-time_tchristos
2008-11-07*** Summary ***dyoung
2008-10-24Do not gratuitously cast to void *.dyoung
2008-10-24Undo a change in my last commit that was not suppsoed to be committed.dyoung
2008-10-24Constify the rt_addrinfo argument to the ifa_rtrequest memberdyoung
2008-06-18merge yamt-pf42 branch.yamt
2008-06-15- add if_alloc (ours just mallocs), and if_initname and use them (from FreeBSD)christos
2008-05-13Cosmetic; reduce excessive parenthesization.dyoung
2008-05-13Let us call ioctl(SIOC[ADG]LIFADDR) with a link-layer address ondyoung
2008-05-11Add kernel support for adding/removing link-layer addresses usingdyoung
2008-04-29kern/38502 ifconfig wi0 hangsad
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-24Make it compile if !COMPAT_OSOCKmartin
2008-04-24Merge the socket locking patch:ad
2008-02-29Cosmetic: shorten staircases. Join some lines.dyoung
2008-02-07Make it compile w/o INET6martin
2008-02-07Remove neticp (network info commpage) stuff that dyoung addedxtraeme
2008-02-07Start patching up the kernel so that a network driver always hasdyoung
2008-01-23Fix more fall-out from extracting ifioctl_common(): don't returndyoung
2008-01-22Functional: return ENTRESET from ifioctl_common(), if SIOCSIFCAPdyoung
2008-01-22Add missing break statement.dyoung
2008-01-22Take two steps toward adding and deleting link-layer addresses.dyoung
2007-12-20Constify struct ifnet->if_sadl and every use throughout the tree.dyoung
2007-12-20Poison struct route->ro_rt uses in the kernel by changing the namedyoung
2007-12-06Fix a serious regression: insert new ifaddrs at the end of if_addrlist,dyoung
2007-12-06Add ifa_insert() and ifa_remove() that add/remove an ifaddr to/fromdyoung
2007-12-05Extract common code, creating a subroutine if_purgeaddrs(ifp,dyoung
2007-12-05Use IFADDR_EMPTY().dyoung
2007-12-04Use IFADDR_FOREACH().dyoung
2007-11-01Change a few malloc(9) + memset(3) pairs to malloc(..., ...|M_ZERO).dyoung
2007-10-11In ifreq_setaddr(), use the right buffer sizes for compat v.dyoung
2007-09-13Add a define for the ifru_space union member.gdt
2007-09-11Fix bug in SIOCGIFCONF where the wrong length was calculated forgdt
2007-09-01Fix compilation if !defined(INET6). Thanks, Geoff Wing, for thedyoung
2007-08-31Per discussion in 30 May 2007 on tech-net, add accessors fordyoung
2007-08-30Use malloc(9) for sockaddrs instead of pool(9), and remove dom_sa_pooldyoung
2007-08-20Clean up net compat ioctls, and clean up handling of wireless ioctls.skd
2007-08-07In if_alloc_sadl(), use sockaddr_dl_init() and satocsdl(). Introducedyoung
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