| Age | Commit message (Expand) | Author |
| 2014-12-15 | Introduce if_initialize and if_register as an alternative to if_attach | ozaki-r |
| 2014-12-14 | Avoid a race when the ifp->if_slowtimo pointer is changed while we are | martin |
| 2014-12-11 | Avoid scheduling more slow timeouts while we are in the process of detaching | martin |
| 2014-12-08 | Tweak ifconf (retry) | ozaki-r |
| 2014-12-08 | Help gcc by initialising variable | justin |
| 2014-12-03 | add DL_PRINT macro | christos |
| 2014-12-02 | fix debugging printf. | christos |
| 2014-12-02 | use the new printing code. | christos |
| 2014-12-02 | zero out the sockaddrs when dup'ing. | christos |
| 2014-12-02 | missed _ | christos |
| 2014-12-02 | - split struct dladdr out of struct sockaddr_dl | christos |
| 2014-12-02 | Revert "Pull if_drain routine out of m_reclaim" | ozaki-r |
| 2014-12-01 | Make more functions static | ozaki-r |
| 2014-12-01 | PR/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 actice | rmind |
| 2014-11-30 | NPF: | rmind |
| 2014-11-28 | Remove dead codes and make if_free_sadl static | ozaki-r |
| 2014-11-27 | Pull if_drain routine out of m_reclaim | ozaki-r |
| 2014-11-26 | NPF: fix the reference counting and share the active NAT portmap correctly | rmind |
| 2014-11-26 | Tweak ifconf variants | ozaki-r |
| 2014-11-26 | Change if_slowtimo_ch to a pointer | ozaki-r |
| 2014-11-26 | Create if_slowtimo (if_watchdog) callout for each interface | ozaki-r |
| 2014-11-26 | Rename if_watchdog to if_slowtimo | ozaki-r |
| 2014-11-26 | Make if_slowtimo static | ozaki-r |
| 2014-11-20 | Implement BPF_MOD. | alnsn |
| 2014-11-20 | Implement BPF_ALU+BPF_MOD-BPF_K when pc->k is a power of 2. Get rid of divt | alnsn |
| 2014-11-20 | Follow argument convension of other emit_xxx() functions. | alnsn |
| 2014-11-19 | Add BPF_MOD/BPF_XOR, sync DLT entries and document unused bpf instructions. | christos |
| 2014-11-19 | Add BPF_MOD/BPF_XOR (untested, needs work) | christos |
| 2014-11-17 | Make ifconfig destroy work if INET6 is present but not attached | pooka |
| 2014-11-16 | Replace callout_stop with callout_halt | ozaki-r |
| 2014-11-07 | PR/49373: Ryota Ozaki: Running if_clone_create and if_clone_destroy in | christos |
| 2014-11-07 | Complete the initialization of tap_softc before if_attach | ozaki-r |
| 2014-10-18 | src is too big these days to tolerate superfluous apostrophes. It's | snj |
| 2014-10-12 | Move net definitions. | uebayasi |
| 2014-10-11 | Execute if_detach within splnet where vlan_unconfig is | ozaki-r |
| 2014-10-11 | Tweak vlan_unconfig | ozaki-r |
| 2014-10-11 | Protect vlan_unconfig with a mutex | ozaki-r |
| 2014-10-09 | Do KASSERT(KERNEL_LOCKED_P()) only when NET_MPSAFE off | ozaki-r |
| 2014-10-03 | Remove unneeded #include | skrll |
| 2014-09-15 | Delete link local addresses of a vlan interface when detaching its parent | ozaki-r |
| 2014-09-15 | Leave promiscuous mode when detaching a parent (ifconfig -vlanif) | ozaki-r |
| 2014-09-13 | PR/49190: bpf_deliver: set scratch memory store in bpf_args_t. | rmind |
| 2014-09-12 | Call if_input of vlan interface itself, not parent's one | ozaki-r |
| 2014-09-12 | Restore vlan_ioctl overwritten by ether_ifdetach in vlan_unconfig | ozaki-r |
| 2014-09-09 | Eliminate IFAREF() and IFAFREE() macros in favour of functions. | rmind |
| 2014-09-05 | Try not to use f_data, use f_{vnode,socket,pipe,mqueue,kqueue,ksem} to get | matt |
| 2014-09-05 | Cast return value of _NET_STAT_GETREF | matt |
| 2014-09-05 | Don't use C++ new keyword | matt |
| 2014-09-05 | Don't use class as a structure member. | matt |