summaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/4.1.0cvs2svn2000-07-261-73/+0
* MFC - bridge_refresh sysctlNick Sayer2000-07-211-7/+29
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-07-201-0/+73
* MFC: XBONEHACKKris Kennaway2000-07-201-0/+2
* Revert previous commit, which reverted the commit before that.Archie Cobbs2000-07-191-5/+5
* Backout ``const'ify parameters to ethers(3) routines'' patchRuslan Ermilov2000-07-191-5/+5
* MFC: set if_typeBrian Somers2000-07-191-0/+2
* MFC: const'ify parameters to ethers(3) routines.Archie Cobbs2000-07-191-5/+5
* MFC 1.90 -> 1.91, Samuel confirmed that it improves PR17909.Jun-ichiro itojun Hagino2000-07-181-12/+10
* MFC: make all Ethernet drivers use ether_ifattach() ether_ifdetach()Archie Cobbs2000-07-175-12/+31
* MFC: Merge KAME 2000/07/01 code.Kris Kennaway2000-07-158-408/+570
* MFC: make the ng_ether(4) node type dynamically loadableArchie Cobbs2000-07-114-426/+105
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-07-102-0/+700
* repair IPv6 multicast (join to :: means all multi)Jun-ichiro itojun Hagino2000-07-091-0/+10
* MFC: fix for unaligned access trap when booting alphas disklessAndrew Gallatin2000-06-251-7/+9
* MFC: do not perform any operation with mbuf after inserting it in theBoris Popov2000-06-253-9/+9
* MFC: (rev. 1.18) don't try to apply ipfw filtering to non-IP packets.Archie Cobbs2000-06-211-0/+2
* MFC: only pass the address family to if_simloop()Archie Cobbs2000-06-025-18/+21
* MFC: Move BPF and bridging code into ether_input()Archie Cobbs2000-05-244-72/+86
* random.h was being included twice for some reason. In -CURRENT I removedDavid E. O'Brien2000-05-111-3/+0
* MFC: Use a MI /dev/[u]random device.David E. O'Brien2000-05-101-1/+1
* MFC: delayed checksum work. This also brings the mbuf size up to 256.Jonathan Lemon2000-05-053-3/+4
* Merge my changes for clearer struct tags in the radix treeGarrett Wollman2000-05-033-157/+202
* MFC: Handle 802.2 and SNAP frames properly.Boris Popov2000-05-012-25/+53
* MFC: add missing bpfdetach() stub for when bpf is disabled.Bill Paul2000-04-271-0/+6
* MFC: 1.86Guido van Rooij2000-04-211-5/+2
* MFC: add bpfdetach() functionArchie Cobbs2000-04-192-0/+65
* MFC: support for BIOC[GS]SEESENT ioctl and bd_seesent BPF descriptor flagRobert Watson2000-03-193-0/+22
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-03-131-87/+0
* IPv6 6to4 support.Yoshinobu Inoue2000-03-111-2/+17
* The "sdl_family" field in a "struct sockaddr_dl" will be equalArchie Cobbs2000-03-011-1/+1
* This fixes a problem where the SIOCGIFCONF ioctl goes wrong. ThisGuido van Rooij2000-02-281-1/+9
* Wrap if_up() by splnet.Yoshinobu Inoue2000-02-271-1/+7
* Fix possible SLIOCSUNIT panicAndrey A. Chernov2000-02-201-0/+1
* Track if_i{bytes,packets,errors}.Matthew N. Dodd2000-02-161-0/+4
* Clean up some loose ends in the network code, including the X.25 and ISOPeter Wemm2000-02-137-390/+7
* Update bridging code to the one already in -stable (this wasLuigi Rizzo2000-02-082-186/+367
* m_pullup() frees the supplied mbuf on failure; we don't need to tryMatthew N. Dodd2000-02-071-5/+3
* Make sure that the entire header is in the first mbuf before weMatthew N. Dodd2000-02-031-2/+14
* Add workaround for fxp issue at interface initialization with IPv6.Yoshinobu Inoue2000-02-011-0/+4
* Remove #if NGIF > 0 and #if NFAITH > 0 as config already checks this.Peter Wemm2000-01-292-5/+0
* Remove some #if NFOO > 0 that are always true because of config rules.Peter Wemm2000-01-296-18/+2
* Fix this so LINT compiles. There is no way this could have worked ifPeter Wemm2000-01-291-5/+5
* Remove unused includesBrian Somers2000-01-291-7/+0
* Count AF_INET6 attachement to routing socket.Yoshinobu Inoue2000-01-281-0/+6
* Redo the intrq.c idea asBrian Somers2000-01-273-131/+68
* Move the *intrq variables into net/intrq.c and unconditionallyBrian Somers2000-01-243-21/+168
* Notify user processes about interface's MTU change.Ruslan Ermilov2000-01-241-1/+3
* Allow if_ef driver to be compiled into kernel.Boris Popov2000-01-231-0/+1
* Implement TUN[GS]IFHEAD ioctls. Passing a non-zero int to TUNSIFHEADBrian Somers2000-01-233-38/+139