summaryrefslogtreecommitdiff
path: root/sys/net/if_gre.c
AgeCommit message (Expand)Author
2013-11-07eliminate unused variablechristos
2013-09-13Remove unused variablemartin
2013-08-29Remove SS_ISCONFIRMING, it is unused and TP4 will not come back.rmind
2011-11-09cosmetic, no functional change:christos
2011-11-02For simplicity's sake, use pcq(9) instead of my own circular-queuedyoung
2011-10-28Don't kauth-orize SIOCDIFPHYADDR, SIOCSIFFLAGS, SIOCSIFMTU, ordyoung
2011-10-27Fix gif(4)/gre(4) operation over interfaces such as wm(4) that do IPv4dyoung
2011-10-19Get rid of gre's deadlock-prone, one-off ifioctl locking. The standarddyoung
2011-05-24Use proper format stringjoerg
2010-06-26Add MPLS support, proposed on tech-net@ a couple of days agokefren
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-09-02Add a direction argument to socket upcalls, so they can tell why they'vetls
2009-04-28Let this build even if 'no options INET'.dyoung
2008-11-07*** Summary ***dyoung
2008-08-06Convert socket options code to use a sockopt structureplunky
2008-06-24Replace references to getsock/getvnode.ad
2008-06-15- add if_alloc (ours just mallocs), and if_initname and use them (from FreeBSD)christos
2008-06-02Destroy condition variable sc_fp_condvar.dyoung
2008-05-15Note both my contribution and NSF funding.dyoung
2008-05-15Get rid of gre_sosend()'s lwp argument.dyoung
2008-05-09Make gre(4) work in the New File Descriptor / Socket Locking Order.dyoung
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-24Merge the socket locking patch:ad
2008-04-03Improve error handling. gre(4) is still broken, but it does notdyoung
2008-04-03Fix one of two bugs introduced by the descriptor handling changesdyoung
2008-04-03Cosmetic: use curlwp everywhere that it is appropriate, instead ofdyoung
2008-03-27Make rusage collection per-LWP and collate in the appropriate places.ad
2008-03-21Catch up with descriptor handling changes. See kern_descrip.c revisionad
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
2007-12-20Move more code in gre_clone_destroy() under splnet() protection,dyoung
2007-11-28Cosmetic: join two lines.dyoung
2007-11-24Pass the mbuf type (e.g., MT_SONAME, MT_SOOPTS) as the seconddyoung
2007-11-24Fix a bunch of locking bugs ("Mutex error: lockdebug_barrier: spindyoung
2007-11-07Use the softint_* API.ad
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-10-08Merge file descriptor locking, cwdi locking and cross-call changesad
2007-10-06Change some ints to bools.dyoung
2007-10-06Good-bye, kernel thread, we don't need you any longer.dyoung
2007-10-05Cosmetic: KNF. Litter the code with fewer #if NBPFILTER > 0.dyoung
2007-10-05Remove a lot of dead code. Move gre_do_send() code into greintr(),dyoung
2007-10-05Work in progress: use a raw socket for GRE in IP encapsulationdyoung
2007-09-08Rename gre_socreate1() -> gre_socreate().dyoung
2007-09-02Delete unused variable.dyoung
2007-09-02Simplify code, add debug statements, and fix a bug that coulddyoung
2007-09-02Get rid of struct oifreq/ifreq compat code, because ifioctl() hasdyoung
2007-09-02Be consistent: use the prefix sc_ for all members of the gre_softc.dyoung
2007-08-30Move sc_fp & sc_newfp from struct gre_softc to struct gre_soparm.dyoung
2007-08-30Remove out-of-date debug message and comment.dyoung