aboutsummaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Fix a LOR where copyout was called while holding a lock.Brooks Davis2004-09-151-10/+27
* Reformulate bpf_dettachd() to acquire the BIF_LOCK() as well asRobert Watson2004-09-091-11/+20
* Reformulate use of linked lists in 'struct bpf_d' and 'struct bpf_if'Robert Watson2004-09-092-38/+24
* Compare/set pointers using NULL not 0.Robert Watson2004-09-091-3/+3
* Re-add ifi_epoch, to struct if_data, this time replacing ifi_unusedBrooks Davis2004-09-082-1/+5
* don't call f_detach if the filter has alread removed the knote.. ThisJohn-Mark Gurney2004-09-061-3/+0
* Correct a comment typo: s/Note/Not/.Robert Watson2004-09-031-1/+1
* Back out ifi_epoch. The ABI breakage is too disruptive this close toBrooks Davis2004-09-022-2/+0
* Fix an assertion when if_down()ing a ALTQ managed interface. The lock shouldMax Laier2004-09-011-0/+2
* Use a spare byte in struct if_data to store the structure size withoutBrooks Davis2004-09-012-0/+2
* Add a new variable, ifi_epoch, to struct if_data. It is set to the lastBrooks Davis2004-08-302-0/+2
* Use an ANSI-style definition for slstart()Yaroslav Tykhiy2004-08-301-2/+1
* Grant the poor old SLIP driver with an if_start handlerYaroslav Tykhiy2004-08-301-7/+18
* Correct typo in printf() warning.Robert Watson2004-08-281-1/+1
* Change the default disposition of debug.mpsafenet from 0 to 1, whichRobert Watson2004-08-281-3/+84
* When detaching an interface, don't leave an obsolete pointer to theBrooks Davis2004-08-271-0/+1
* Apply error and success logic consistently to the function netisr_queue() andAndre Oppermann2004-08-276-9/+11
* Always compile PFIL_HOOKS into the kernel and remove the associated kernelAndre Oppermann2004-08-271-9/+1
* Revert previous revision, 1.7, as removal of GIANT_REQUIRED was madeRobert Watson2004-08-241-0/+2
* MT4 if_fwsubr.c:1.6:Robert Watson2004-08-241-2/+0
* Fix a typo (attacked -> attached).Peter Pentchev2004-08-241-1/+1
* Style update: use newer style function prototypes in if_sl.c inRobert Watson2004-08-221-38/+15
* Don't need to assert Giant in fw_output(), only in the firewire startRobert Watson2004-08-221-2/+0
* If a tunable for the routing socket netisr queue max is defined, allow itRobert Watson2004-08-211-1/+3
* Allow the size of the routing socket netisr queue to be configured usingRobert Watson2004-08-211-1/+6
* When a prison is given the ability to create raw sockets (when theChristian S.J. Peron2004-08-211-0/+7
* Convert ipfw to use PFIL_HOOKS. This is change is transparent to userlandAndre Oppermann2004-08-171-0/+2
* Add locking to the kqueue subsystem. This also makes the kqueue subsystemJohn-Mark Gurney2004-08-154-28/+30
* Use IFQ_SET_MAXLEN() to set the maximum queue depth of the routingRobert Watson2004-08-131-1/+1
* Added two new media types for 10GBASE-SR and 10GBASE-LRTony Ackerman2004-08-121-0/+5
* Convert the routing table to use an UMA zone for rtentries. The zone isAndre Oppermann2004-08-111-4/+10
* Set IFF_RUNNING flag on the interface as soon as the control device is opened.Maksim Yevmenkin2004-08-111-3/+9
* Add a "void *if_carp" placeholder to struct ifnet with prospect to bring inMax Laier2004-08-071-0/+1
* As SLIP directly accesses the tty code from its if_start() routine,Robert Watson2004-08-061-1/+3
* Do not attempt to clean up data that has not been initialized yet.Peter Pentchev2004-08-061-4/+15
* Set ip_v field properly.Maxim Sobolev2004-08-051-0/+1
* Do a lockless read of the BPF interface structure descriptor list headRobert Watson2004-08-051-0/+21
* Avoid casts as lvalues.Alexander Kabaev2004-07-283-4/+4
* Initialize ; variable eraly to shut up GCC warning.Alexander Kabaev2004-07-281-0/+1
* Add a new network interface flag, IFF_NEEDSGIANT, which will allowRobert Watson2004-07-274-2/+58
* Stop tinkering with the parent's VLAN_MTU capability.Yaroslav Tykhiy2004-07-261-27/+7
* Prefer NULL to '0' when checking a pointer value.Robert Watson2004-07-241-37/+37
* Actually free the unit when destroying the interface.Brooks Davis2004-07-221-0/+5
* When removing the last reference to a cloner, do not try to unlock twice -Max Laier2004-07-201-2/+3
* Comment clarifying debug_mpsafenet.Robert Watson2004-07-181-4/+5
* Gratuitous whitespace change to un-wrap a short line.Robert Watson2004-07-181-2/+1
* Preparation commit for the tty cleanups that will follow in the nearPoul-Henning Kamp2004-07-151-1/+1
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPPoul-Henning Kamp2004-07-1512-3/+22
* Fix a copy-and-paste-o in IFQ_DRV_PREPEND - all pointyhats to me.Max Laier2004-07-141-5/+5
* Convert SLIP to using C99 structure initialization for its structRobert Watson2004-07-141-2/+8