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