summaryrefslogtreecommitdiff
path: root/sys/net/if.c
AgeCommit message (Expand)Author
2014-02-25Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist beforepooka
2014-01-03missed one inet6 checkpooka
2014-01-02Allow kernels compiled with INET+INET6 to be booted as IPv4-only or IPv6-only.pooka
2013-10-19adjust previous; old_link_state is also used in INET6.mrg
2013-10-19Ifdef a variable like its usemartin
2013-10-06remove unrelated diff.christos
2013-10-05Add SIOCGIFINDEX from Ty Sarna and Matthew Sporleder.christos
2013-06-29- Rewrite parts of pfil(9): use array to store hooks and thus be more cachermind
2013-06-20Move the detaching and making tentative addresses out if in6_if_uproy
2013-06-11When an interface link state changes to down, mark all attached IPv6roy
2013-03-10allow cloners as modules.christos
2012-11-01Fix a bug that SIOCZIFDATA clears if_lastchage by zero.msaitoh
2012-02-03PR/45764, PR/45914christos
2011-12-28Fix ifpromisc() regression: if ifpromisc(ifp, 1) is called, do setdyoung
2011-11-27We need a cv_destroy() here too. Fixes LOCKDEBUG panic on interface detachment.jakllsch
2011-11-16Before freeing an ifnet_lock, destroy its mutex. Should help withdyoung
2011-10-28Userland may not change the IFF_CANTCHANGE flags, however, the kerneldyoung
2011-10-25Document the ifioctl locking in comments.dyoung
2011-10-19Fix userland compilation: pull the ifioctl lock-related data membersdyoung
2011-10-19Extract subroutines ifioctl_enter() and ifioctl_exit().dyoung
2011-10-19Start to untangle the ifnet ioctls mess.dyoung
2011-08-12Define if_free() for ixg(4) to use.dyoung
2011-01-18NPF checkpoint:rmind
2010-11-15Implement ifconfig linkstr as proposed on tech-net.pooka
2010-11-06remove unused variables.christos
2010-11-06PR/44054: Onno van der Linden: Stacksmashing in handling of ioctl OOSIO*christos
2010-11-02PR/44030: Onno van der Linden: ifreqn2o gets called with the parameters thechristos
2010-09-23prevent integer oveflow. From Maksymilian Arciemowiczchristos
2010-06-12Correct the argument order of ifreqn2o conversion.skrll
2010-06-02Prevent if_detach() from crashing while it walks the routing tabledyoung
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