summaryrefslogtreecommitdiff
path: root/sys/net/agr
AgeCommit message (Expand)Author
2023-03-26fix various typos in documentation, comments and sysctl device description.andvar
2022-09-18Eliminate use of IFF_OACTIVE.thorpej
2022-06-20Handling frames that vlan id is 0 as non-VLAN framesyamaguchi
2021-12-31sys: Use if_init wrapper function.riastradh
2021-11-30Move net/agr/ieee8023_slowprotocols.h to net/ether_slowprotocols.hyamaguchi
2021-09-30Replace ifnet::if_agriprivate with ifnet::if_laggyamaguchi
2021-08-02fix various typos in comments and log messages.andvar
2020-05-15hardclock_ticks -> getticks()maxv
2020-01-29Adopt <net/if_stats.h>.thorpej
2019-11-10in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAITchs
2019-10-06xc_barrier - convenience function to xc_broadcast() a nop.uwe
2019-04-26Some more empty-string --> NULL conversions for module dependenciespgoyette
2019-04-24 KNF. No functional change.msaitoh
2019-03-23Replace compile-time checking for vlan code with a module hook.pgoyette
2018-06-26 Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backwardmsaitoh
2018-01-25Add locking.christos
2018-01-16Fix agr(4) module build. Reviewed by pgoyette@n.o, thanks.knakahara
2018-01-15Mmh, fix a weird mistake: the guy who added #if NVLAN > 0 forgot tomaxv
2017-12-06Ensure to not turn on IFF_RUNNING of an interface until its initialization co...ozaki-r
2017-12-06Simplify; share agr_vlan_add and agr_vlan_del (NFCI)ozaki-r
2017-09-26VLAN ID uses pkthdr instead of mtag now. Contributed by s-yamaguchi@IIJ.knakahara
2017-01-28Switch agr(4) to use a workqueue. This is necessary because duringmaya
2016-12-15Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_inputozaki-r
2016-08-07modularize some more drivers and merge the module gluechristos
2016-07-20Apply pserialize to some iterations of IP address listsozaki-r
2016-07-07Switch the address list of intefaces to pslist(9)ozaki-r
2016-06-20apply if_output_lock() to L3 callers which call ifp->if_output() of L2(or L3 ...knakahara
2016-06-10Introduce m_set_rcvif and m_reset_rcvifozaki-r
2016-02-09Introduce softint-based if_inputozaki-r
2015-08-24sprinkle _KERNEL_OPTpooka
2015-08-20include "ioconf.h" to get the 'void <driver>attach(int count);' prototype.christos
2013-09-12Remove unused variablemartin
2011-10-19Use if_flags_set() and if_addr_init() instead of ifp->if_ioctl().dyoung
2011-07-17Retire varargs.h support. Move machine/stdarg.h logic into MIjoerg
2011-07-01Fix memset usage.joerg
2010-08-11Keep condvar wmesg within 8 char limitpgoyette
2010-05-26Change sc_wrports from an int to a bool and "test truth" instead ofdyoung
2010-04-05Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpfjoerg
2010-02-08Take another stab at fixing the LOCKDEBUG panic reported in PRdyoung
2010-01-19Redefine bpf linkage through an always present op vector, i.e.pooka
2009-06-09comment style. no functional change.yamt
2009-05-29Add vlan support and hardware offload capabilities to agr.darran
2009-05-26Install agr ioctl header and stop putting our hand under the sys skirtpooka
2009-03-15ansify function definitionscegger
2008-12-16replace bitmask_snprintf(9) with snprintb(3)christos
2008-11-07*** Summary ***dyoung
2008-05-19agr_ioctl_filter: comment the intention.yamt
2008-03-24agrport_monitor: map IFM_NONE to IFM_NONE|IFM_ETHER and add a comment.yamt
2007-12-20Poison struct route->ro_rt uses in the kernel by changing the namedyoung
2007-12-08Unborkad