| Age | Commit message (Expand) | Author |
| 2014-02-25 | If the in6 domain was not attached, do not attempt to process IPv6 packets. | pooka |
| 2013-06-29 | - Rewrite parts of pfil(9): use array to store hooks and thus be more cache | rmind |
| 2013-03-01 | Retire OSI network stack. OK core@ | joerg |
| 2012-10-31 | Add SIOCGETHERCAP ioctl. | msaitoh |
| 2012-10-11 | PR/47058: Antti Kantee: If the ipv6 flow code modifies the mbuf, pass the | christos |
| 2012-10-05 | When setting a link address, don't bring up the interface automatically. | matt |
| 2012-07-17 | PR/46587: Roger Pau Monne: Prevent panic on shutdown on bridge teardown -> | christos |
| 2012-05-11 | in ether_ifdetach(), clear if_mowner before releasing what it points to. | chs |
| 2011-06-16 | use ETHERTYPE_MPLS only for unicast packets (RFC3032) | kefren |
| 2011-05-24 | Add code to auto-deencapsulate 0 tagged VLANs. | matt |
| 2011-04-25 | use ETHER_IS_MULTICAST macro. no functional changes. | yamt |
| 2011-01-12 | Fix off by one in ether_aton_r(). Noticed by "arp info overwritten" warning. | tsutsui |
| 2010-11-17 | Cosmetic: fix indentation. | dyoung |
| 2010-06-27 | Don't assume that rt_tag family is AF_MPLS but verify it. | kefren |
| 2010-06-26 | Add MPLS support, proposed on tech-net@ a couple of days ago | kefren |
| 2010-05-19 | delint previous | christos |
| 2010-05-19 | Replace ether_nonstatic_aton with a | christos |
| 2010-05-19 | Changes to ether_nonstatic_aton(): | jakllsch |
| 2010-05-05 | Constify some ether_output() arguments so that it's clear that they | dyoung |
| 2010-04-05 | Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf | joerg |
| 2010-01-19 | Redefine bpf linkage through an always present op vector, i.e. | pooka |
| 2009-11-28 | Fix function name that was changed by mistake in the previous whitespace | mbalmer |
| 2009-11-28 | white space -> tab. | isaki |
| 2009-11-20 | ar_tha() can return NULL; treat this as an error. | christos |
| 2009-05-29 | Add vlan support and hardware offload capabilities to agr. | darran |
| 2009-04-28 | Let this build with 'no options INET'. | dyoung |
| 2008-11-07 | *** Summary *** | dyoung |
| 2008-07-23 | Fix this another way: add the missing case statement. | dyoung |
| 2008-07-23 | Back out rev 1.163 which broke the logic for SIOCSIFFLAGS. PR#38976. | gmcgarry |
| 2008-05-13 | Delete unreachable SIOCSIFADDR/AF_LINK case. | dyoung |
| 2008-05-11 | Where applicable, s/0/NULL/, s/Bcmp/memcmp/. Remove a gratuitous | dyoung |
| 2008-05-09 | Nix a tautological return introduced in 1.129. | rumble |
| 2008-03-15 | Make sure M_PROMISC isn't already set, before we need to see if we are going | matt |
| 2008-03-12 | Make some cosmetic changes: | dyoung |
| 2008-02-20 | s/u_\(int[0-9]*_t\)/u\1/g | matt |
| 2008-02-07 | Start patching up the kernel so that a network driver always has | dyoung |
| 2008-01-19 | Add default handling of SIOCSIFMEDIA/SIOCGIFMEDIA. | dyoung |
| 2008-01-02 | Fix XEN2_DOMU (and amd64?) builds: move ether_mediastatus(), | dyoung |
| 2007-12-31 | Add media-handling code for several ethernet drivers with MII buses | dyoung |
| 2007-12-20 | Constify struct ifnet->if_sadl and every use throughout the tree. | dyoung |
| 2007-10-08 | Use the softint API. | ad |
| 2007-09-19 | Constify sockaddr argument to ether_multiaddr(). Change struct | dyoung |
| 2007-08-30 | Use malloc(9) for sockaddrs instead of pool(9), and remove dom_sa_pool | dyoung |
| 2007-08-26 | Constify: LLADDR -> CLLADDR. I'm aiming here to make it easier to | dyoung |
| 2007-08-07 | Constify. | dyoung |
| 2007-07-21 | Use NULL instead of 0 for null pointers. | dyoung |
| 2007-07-14 | Generic soft interrupts are mandatory. | ad |
| 2007-05-29 | Add a sockaddr_storage member to "struct ifreq" maintaining backwards | christos |
| 2007-03-07 | Add IPv6 Fast Forward - the IPv4 counterpart: | liamjfoy |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |