summaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* MFC (rev. 1.80): Fix the problem with non-working staticAlexey Zelkin1999-12-151-0/+3
* MFC: Bring in all of C. Stephen Gunn's fixes to make VLAN supportJordan K. Hubbard1999-12-132-23/+232
* MFC 1.56 -> 1.57: Fix route table leak.John Polstra1999-12-111-5/+12
* Long overdue patch to make bridging work properly with multicastLuigi Rizzo1999-12-072-162/+355
* MFC: make bpf_validate() and bpf_filter() take a const struct bpf_insn *Archie Cobbs1999-12-062-7/+5
* MFC: make Netgraph in -stable match that in -current exactlyJulian Elischer1999-12-011-1/+2
* MFC: remove trailing whitespaceJulian Elischer1999-12-011-17/+17
* MFC: expand the subtype field to be wide enough to hold all the definedJulian Elischer1999-11-241-3/+5
* MFC:Julian Elischer1999-11-221-0/+2
* Need to call the netgraph initialiser (I have no idea how I missed that)Julian Elischer1999-11-191-0/+4
* Add field netgraph needs.Julian Elischer1999-11-191-0/+3
* MFC: 1.64Julian Elischer1999-11-191-0/+399
* MFC, rev 1.57, fix a violation of the required state transitions perJoerg Wunsch1999-10-291-1/+1
* MFC: (rev 1.32) Add comments, fix typos.Ruslan Ermilov1999-09-151-2/+8
* MFC: Don't call if_up() here, just set IFF_UP.Ruslan Ermilov1999-09-141-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2955-55/+55
* MFC: Don't complain if 0 bytes are written to the tun device, just do nothing.Brian Somers1999-07-281-1/+4
* MFC: rev 1.61, fix a problem w/ zero byte writes to tunJohn-Mark Gurney1999-07-231-1/+1
* MFC (1.14: quick fix for breakage of bounds checking in rev.1.12).Bruce Evans1999-07-041-2/+2
* MFC: Never return the root node itself from rn_match(); return NULL instead.Pierre Beyssac1999-06-261-2/+5
* MFC: Another tokenring file forgotten yesterday.. get it from -currentJulian Elischer1999-05-271-1/+1
* This file got left out of the patches for 3.0..Julian Elischer1999-05-271-1/+1
* MFC: Olicom token ring support and token ring framework.Julian Elischer1999-05-273-3/+18
* MFC: change reference count in struct ifaddr to a u_int, to be ablePierre Beyssac1999-05-191-2/+2
* MFC: clean up en atm driverKenjiro Cho1999-05-082-329/+8
* MFC: free the dummynet header in ip_dummynet, not in the calledLuigi Rizzo1999-05-041-3/+1
* Add the Alteon gigabit ethernet driver to -stable. It's been in -currentBill Paul1999-04-301-4/+35
* MFC 1.7 -> 1.8: Add missing declaration.John Polstra1999-04-091-0/+1
* MFCNick Sayer1999-03-311-3/+30
* This commit was manufactured by cvs2svn to create branch 'RELENG_3'.cvs2svn1999-03-112-0/+522
* This commit was manufactured by cvs2svn to create branch 'RELENG_3'.cvs2svn1999-01-211-87/+0
* Undo #undef KERNEL hack for vnode.h to avoid vnode_if.h.Peter Wemm1999-01-172-15/+2
* Remove unused variable & clean up a couple of style issues.Eivind Eklund1999-01-121-5/+5
* Remove one unused variable.Luigi Rizzo1998-12-311-2/+1
* Update sppp support to i4b level. This includes the new spppcontrolPoul-Henning Kamp1998-12-272-35/+126
* More isdn4bsd convergence: cleanup log messages.Poul-Henning Kamp1998-12-261-18/+24
* Converge further on the isdn4bsd version of this file.Poul-Henning Kamp1998-12-261-27/+25
* clean up more timeout/untimeout portability stuff.Poul-Henning Kamp1998-12-261-34/+19
* Add two fields for the lower layers convenience.Poul-Henning Kamp1998-12-201-1/+5
* Straigthen out the use of the tls and tlf callbacks.Poul-Henning Kamp1998-12-161-9/+14
* Generalize the if_up() and if_down() functions under the namesPoul-Henning Kamp1998-12-162-15/+42
* Bridging support. Wait for LINT to be updated before trying it.Luigi Rizzo1998-12-143-11/+32
* Make the use of 'disc' vs 'ds' as prefix consistent by making all 'disc'.Eivind Eklund1998-12-141-15/+15
* (almost) null commit, recording message for previous commit:Poul-Henning Kamp1998-12-111-4/+4
* *** empty log message ***Poul-Henning Kamp1998-12-112-11/+16
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-072-4/+1
* Propagate unsignedness to all variants of 'k', and reorganize theEivind Eklund1998-12-071-24/+38
* Remove guard for < 0 on an unsigned variable.Eivind Eklund1998-12-071-2/+2
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()Archie Cobbs1998-12-045-16/+21
* I got another batch of suggestions for cosmetic changes from bde.Don Lewis1998-11-112-4/+4