summaryrefslogtreecommitdiff
path: root/sys/net
AgeCommit message (Expand)Author
2014-12-15Introduce if_initialize and if_register as an alternative to if_attachozaki-r
2014-12-14Avoid a race when the ifp->if_slowtimo pointer is changed while we aremartin
2014-12-11Avoid scheduling more slow timeouts while we are in the process of detachingmartin
2014-12-08Tweak ifconf (retry)ozaki-r
2014-12-08Help gcc by initialising variablejustin
2014-12-03add DL_PRINT macrochristos
2014-12-02fix debugging printf.christos
2014-12-02use the new printing code.christos
2014-12-02zero out the sockaddrs when dup'ing.christos
2014-12-02missed _christos
2014-12-02- split struct dladdr out of struct sockaddr_dlchristos
2014-12-02Revert "Pull if_drain routine out of m_reclaim"ozaki-r
2014-12-01Make more functions staticozaki-r
2014-12-01PR/49437: jmcneill: revert broken changes that broke SIOCGIFCONF (mdnsd uses it)christos
2014-11-30- npf_config_load: if loading the connections, do not perform any acticermind
2014-11-30NPF:rmind
2014-11-28Remove dead codes and make if_free_sadl staticozaki-r
2014-11-27Pull if_drain routine out of m_reclaimozaki-r
2014-11-26NPF: fix the reference counting and share the active NAT portmap correctlyrmind
2014-11-26Tweak ifconf variantsozaki-r
2014-11-26Change if_slowtimo_ch to a pointerozaki-r
2014-11-26Create if_slowtimo (if_watchdog) callout for each interfaceozaki-r
2014-11-26Rename if_watchdog to if_slowtimoozaki-r
2014-11-26Make if_slowtimo staticozaki-r
2014-11-20Implement BPF_MOD.alnsn
2014-11-20Implement BPF_ALU+BPF_MOD-BPF_K when pc->k is a power of 2. Get rid of divtalnsn
2014-11-20Follow argument convension of other emit_xxx() functions.alnsn
2014-11-19Add BPF_MOD/BPF_XOR, sync DLT entries and document unused bpf instructions.christos
2014-11-19Add BPF_MOD/BPF_XOR (untested, needs work)christos
2014-11-17Make ifconfig destroy work if INET6 is present but not attachedpooka
2014-11-16Replace callout_stop with callout_haltozaki-r
2014-11-07PR/49373: Ryota Ozaki: Running if_clone_create and if_clone_destroy inchristos
2014-11-07Complete the initialization of tap_softc before if_attachozaki-r
2014-10-18src is too big these days to tolerate superfluous apostrophes. It'ssnj
2014-10-12Move net definitions.uebayasi
2014-10-11Execute if_detach within splnet where vlan_unconfig isozaki-r
2014-10-11Tweak vlan_unconfigozaki-r
2014-10-11Protect vlan_unconfig with a mutexozaki-r
2014-10-09Do KASSERT(KERNEL_LOCKED_P()) only when NET_MPSAFE offozaki-r
2014-10-03Remove unneeded #includeskrll
2014-09-15Delete link local addresses of a vlan interface when detaching its parentozaki-r
2014-09-15Leave promiscuous mode when detaching a parent (ifconfig -vlanif)ozaki-r
2014-09-13PR/49190: bpf_deliver: set scratch memory store in bpf_args_t.rmind
2014-09-12Call if_input of vlan interface itself, not parent's oneozaki-r
2014-09-12Restore vlan_ioctl overwritten by ether_ifdetach in vlan_unconfigozaki-r
2014-09-09Eliminate IFAREF() and IFAFREE() macros in favour of functions.rmind
2014-09-05Try not to use f_data, use f_{vnode,socket,pipe,mqueue,kqueue,ksem} to getmatt
2014-09-05Cast return value of _NET_STAT_GETREFmatt
2014-09-05Don't use C++ new keywordmatt
2014-09-05Don't use class as a structure member.matt