summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Use TAILQ_FOREACH instead of poking around in the guts of the listbrooks2006-07-151-8/+5
* Drop a pointless cast of ifp->if_softc to (struct tap_softc *).brooks2006-07-151-1/+1
* Catch up with the revised network interface cloning which takes an optionalthompsa2006-07-101-2/+2
* Revise network interface cloning to take an optional opaquesam2006-07-0912-35/+73
* Adjust rt_(set|get)metrics() to do kernel <-> userland timebase conversion.oleg2006-07-061-2/+7
* Fix a braino in the last revision, enc_clone_destroy needs return void insteadthompsa2006-07-041-12/+3
* Adjust descriptor locking to tell the kqueue subsystem that our descriptor iscsjp2006-07-031-3/+1
* There is a consensus that ifaddr.ifa_addr should never be NULL,yar2006-06-294-29/+20
* Use TAILQ_FOREACH in the __FreeBSD__ case, too.yar2006-06-291-2/+1
* Use TAILQ_FOREACH.yar2006-06-291-4/+1
* Use the nifty TAILQ_FOREACH.yar2006-06-291-2/+1
* Detach the interface first, do vlan_unconfig() then.yar2006-06-291-9/+3
* Remove a few unused things.yar2006-06-291-12/+8
* Reduce unneeded code duplication.yar2006-06-291-12/+1
* A small race existed where the lock was dropped between when encif wasthompsa2006-06-281-24/+20
* Simplify ipsec_bpf by using bpf_mtap2().thompsa2006-06-271-9/+2
* Add a pseudo interface for packet filtering IPSec connections before or afterthompsa2006-06-262-0/+324
* Fix the VLAN_ARRAY case, mostly regarding improper use of atomic(9)yar2006-06-211-30/+16
* Track interface department events and detach vlans fromyar2006-06-211-8/+76
* - First initialize ifnet, and then insert it into globalglebius2006-06-211-14/+16
* Allow gif interfaces to be added as span ports, the user may want to send athompsa2006-06-201-0/+1
* Import interface groups from OpenBSD. This allows to group interfaces inmlaier2006-06-194-0/+321
* Fix spelling mistake in comment.thompsa2006-06-191-1/+1
* Since we are doing some bpf(4) clean up, change a couple of function prototypescsjp2006-06-151-142/+48
* If bpf(4) has not been compiled into the kernel, initialize the bpf interfacecsjp2006-06-142-1/+6
* Use bit operations to get a locally administered address rather than using athompsa2006-06-121-5/+4
* Fix KASSERT conditions in if_deregister_com_alloc().fjoe2006-06-111-2/+2
* Allow bridge and carp to play nicely together by returning the packet if itsthompsa2006-06-081-2/+16
* Assuming the interface has an address of x.x.x.195, a mask ofqingli2006-06-051-0/+6
* Back out previous two commits, this caused some problems in the namespacecsjp2006-06-031-7/+2
* Temporarily include files so that our macro checks do something useful.csjp2006-06-031-0/+3
* Make sure we don't try to dereference the the if_bpf pointer when bpf hascsjp2006-06-031-1/+5
* add missed calls to bpf_peers_presentsam2006-06-022-3/+3
* Fix the following bpf(4) race condition which can result in a panic:csjp2006-06-0210-102/+58
* Fix gif_output() so that GIF_UNLOCK() is performed only in caseglebius2006-06-021-2/+2
* raw_disconnect() now disconnects but does not detach the raw pcb. As arwatson2006-06-022-3/+2
* - Add definition for IFM_10G_CX4.glebius2006-06-021-0/+4
* Announce all interfaces to devd on attach/detach. This adds a new devctlthompsa2006-06-011-0/+2
* Revert the (int *) -> (intptr_t *) conversion done as part of rev. 1.59marius2006-05-301-10/+10
* Fix -Wundef warnings.ru2006-05-301-7/+7
* Avoid unwanted sign extension of indexed byte load in bpf code.dwmalone2006-05-281-2/+2
* Do not call knlist_destroy() in tapclose(). Instead call it when device isemax2006-05-171-4/+3
* Fix style(9) nits, whitespace and parentheses.thompsa2006-05-161-61/+52
* The current routing code allows insertion of indirect routes that haveqingli2006-05-161-0/+19
* Recalculate IP checksum after running pfil hooks.dhartmei2006-05-151-2/+17
* Remove ip6fw. Since ipfw has full functional IPv6 support now and - inmlaier2006-05-121-2/+2
* Remove various bits of conditional Alpha code and fixup a few comments.jhb2006-05-122-6/+5
* Correct test for fragmented packet.hsu2006-05-111-1/+1
* Pickup locks for the BPF interface structure. It's quite possible thatcsjp2006-05-071-0/+2
* In rtrequest and rtinit check for sa_len != 0 for the givenbz2006-05-041-0/+6
OpenPOWER on IntegriCloud