aboutsummaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* 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-189/+370
* 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-39/+140
* Add a new TUNSIFPID ioctl to update the tun_pid (recorded inBrian Somers2000-01-212-0/+4
* |The hard limit for the BPF buffer size is 32KB, which appears too lowPoul-Henning Kamp2000-01-152-3/+6
* Clear ro->ro_rt just after RTFREE().Yoshinobu Inoue2000-01-151-0/+1
* cosmetic change: sort function prototypesYoshinobu Inoue2000-01-151-27/+27
* -K&R fix for some prototype declarationYoshinobu Inoue2000-01-151-4/+4
* Attempt to fix a problem with receiving packets on USB ethernet interfaces.Bill Paul2000-01-101-0/+1
* Remove BROADCAST flag from faith interface,Yoshinobu Inoue2000-01-091-2/+2
* Prevent kernel panic at ifconfig up after Note PC resume.Yoshinobu Inoue1999-12-301-3/+22
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-2923-58/+54
* Make cloning mask sockaddr (genmask) possible.Ruslan Ermilov1999-12-281-1/+2
* IPSEC support in the kernel.Yoshinobu Inoue1999-12-222-2/+4
* M_PREPEND-related cleanups (unregisterifying struct mbuf *s).Brian Feldman1999-12-193-9/+6
* Fix a broken macro usage. It had no semicolon.Brian Feldman1999-12-181-1/+1
* Two more fixes to if_detach. These are generic to all interfaces andWarner Losh1999-12-171-2/+63
* Bring up an if_ef driver which allows support for four ethernetBoris Popov1999-12-132-1/+612
* Allow ifunit() routine to understand names like ed0f2. AlsoBoris Popov1999-12-131-31/+26
* The current code incorrectly assumes that all vlansJordan K. Hubbard1999-12-132-5/+4
* sys/net/if_vlan.c fails to maintain the IFF_RUNNING flag on theJordan K. Hubbard1999-12-131-2/+3
* Add some gross ad-hock hacks to increase stability of if_detach:Warner Losh1999-12-101-2/+17
* Fix a route table leak in rtalloc() and rtalloc_ign(). It isJohn Polstra1999-12-091-5/+12
* rtcalloc() is removed because it turned out not to be necessary for FreeBSD.Yoshinobu Inoue1999-12-092-11/+0
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,Yoshinobu Inoue1999-12-0710-11/+620
* Make the stub routines have the same prototypes as the real bpfJulian Elischer1999-12-031-1/+1
* Add 'const' to the bpf_filter() and bpf_validate() prototypes.Archie Cobbs1999-12-022-7/+5
* Add two new generic control messages, NGM_ASCII2BINARY andArchie Cobbs1999-11-301-1/+2
* Expand the field width for subtypes. We had already overflowed itJulian Elischer1999-11-241-3/+5
* Only emit the ``wrong ifa'' message if the matching interfaceBrian Somers1999-11-231-3/+5
* KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCPYoshinobu Inoue1999-11-229-67/+946
* Add some more comments to the sl_compress_tcp() function.Archie Cobbs1999-11-151-2/+9
* YUCK!Julian Elischer1999-11-151-2/+2
* Fix screwup on synthesising incoming ethernet header in Netgraph mode.Julian Elischer1999-11-141-2/+3
* Set the queue length.Poul-Henning Kamp1999-11-121-0/+1
* Oops forgot to put the source MAC address on outgoing packets!Julian Elischer1999-11-111-1/+3
* KAME related header files additions and merges.Yoshinobu Inoue1999-11-056-7/+59