aboutsummaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* MFC: Introduce a separate interface type for the 802.1q VLAN interfaceYaroslav Tykhiy2001-04-243-3/+4
* MFC: restore ifp->if_flags if ioctl(SIOCSIFFLAGS) failsBrian Somers2001-04-231-0/+4
* MFC: Return 0 and do nothing when we get a SIOCSIFFLAGSBrian Somers2001-04-211-0/+1
* MFC: (1.26) Fix a number of minor bugs in the VLAN code:Yaroslav Tykhiy2001-03-291-6/+25
* Advance the output byte and multicast counters on a parentYaroslav Tykhiy2001-03-291-3/+5
* MFC: (1.104) Don't bypass notifying a corresponding interfaceYaroslav Tykhiy2001-03-291-0/+6
* MFC: rev 1.66, fix a blatant bug where a null password would alwaysJoerg Wunsch2001-03-271-2/+2
* MFC: rev 1.65, synthesize a tls if we get an Open in stopped state.Joerg Wunsch2001-03-241-0/+14
* Fix breakage in bridging introduced in 1.70.2.13:Luigi Rizzo2001-03-131-0/+3
* MFC: mbuf leaks fixesBosko Milekic2001-03-112-4/+2
* MFC: 1.22: Initialize rn_mklist in rn_newpair(). The undocumented assumptionDavid E. O'Brien2001-03-061-0/+1
* Back out the 1.22 MFC, the change touches more areas than I thought.David E. O'Brien2001-03-061-1/+0
* MFC: 1.22: Do some cleanups of the HARP atm codes interface into the systemDavid E. O'Brien2001-03-061-0/+1
* MFC: remove <sys/kernel.h>David E. O'Brien2001-03-061-1/+0
* MFC: 1.21-22: Use <sys/queue.h> macro api rather than fondle its implementationDavid E. O'Brien2001-03-061-9/+31
* MFC:David E. O'Brien2001-03-061-23/+26
* MFC: 1.27: Exterminate the use of PSEUDO_SET() with extreme prejudice.David E. O'Brien2001-03-061-4/+25
* MFC:David E. O'Brien2001-03-061-7/+6
* MFC: 1.12-14:David E. O'Brien2001-03-061-10/+23
* MFC: 1.11: another round of the <sys/queue.h> FOREACH transmogrifferDavid E. O'Brien2001-03-061-2/+1
* MFC: 1.10: use <sys/queue.h> macro api rather than fondle its implementationDavid E. O'Brien2001-03-061-5/+5
* MFC:David E. O'Brien2001-03-051-4/+0
* MFC: Keep stats on interface address traffic for ipv4 and ipv6 packets.Josef Karthauser2001-03-041-0/+1
* MFC: rev 1.63. Make leased line operation more robust.John Hay2001-02-261-48/+100
* MFC: Use macros from sys/queue.h and take advantage of M_ZERO flag.Boris Popov2001-02-221-5/+4
* MFC: (rev. 1.89): relocate unicast Ethernet frame hardware addresss check.Archie Cobbs2001-02-161-10/+14
* MFC: Fix typo, insersion -> insertionJeroen Ruigrok van der Werven2001-02-141-1/+1
* MFC: Fix typo and comma placement in comment.Jeroen Ruigrok van der Werven2001-02-141-2/+2
* Convert to the use of <sys/queue.h> macros.Luigi Rizzo2001-02-091-9/+6
* Another sweep at the bridge/ipfw/dummynet code, thanks to the bugLuigi Rizzo2001-02-072-69/+59
* Assorted bridge+ipfw+dummynet fixes. The general goal of this setLuigi Rizzo2001-02-013-185/+179
* MFC: bring in latest bunch of bugfixes and patches to make bridgingLuigi Rizzo2001-01-261-40/+77
* bugfix: remove a source of corrupt headers in bridging (related toLuigi Rizzo2001-01-251-14/+19
* MFC: bring in some fixes which cure multicast/broadcast corruptionLuigi Rizzo2001-01-221-14/+23
* MFC 1.71 -> 1.72: Make read() on a bpf device in non-blocking modeJohn Polstra2001-01-051-5/+6
* When activating the slip interface for the first time, merge thePeter Wemm2000-12-261-0/+16
* MFC: Get rid of a panic that occurs in ether_demux() by dereferncingBosko Milekic2000-11-282-1/+12
* MFC: bridging + ipfw + dummynet fixup...Bosko Milekic2000-11-261-2/+16
* MFC 1.44->1.45: Make compilable. if_fddisubr.c depended onHajimu UMEMOTO2000-11-071-0/+1
* MFC: IPv6 was not work on FDDI.Hajimu UMEMOTO2000-11-011-0/+87
* MFC: Correct the byte-order of the address family passed to bpfBrian Somers2000-11-011-5/+12
* MFC: make sure we have root priv on SIOCSIFPHY*. from thorpej@netbsdHajimu UMEMOTO2000-10-311-0/+5
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-10-301-0/+171
* MFC: properly setup link level header length for 802.2 and SNAP frames.Boris Popov2000-10-202-6/+9
* o MFC: Replace most magic numbers related to token ring with #definesLarry Lile2000-10-142-66/+96
* MFC: v1.26 - use m_dup instead of m_copypacket to avoid broadcastNick Sayer2000-09-251-3/+3
* MFC: Add DLT_PPPBrian Somers2000-09-231-0/+4
* MFC:Ruslan Ermilov2000-09-211-2/+0
* o MFC if_loop.c 1.52 - add a missing "\n" to the end of a warning printf.Robert Watson2000-09-041-1/+1
* MFC; IN_MULTICAST has different endian on *BSD.Jun-ichiro itojun Hagino2000-08-301-2/+2