summaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Assign if_broadcastaddr to NULL not 0 in if_attach().Robert Watson2004-11-231-8/+10
* sync comment on IFF_OACTIVE with reality.. IFF_OACTIVE is set when theJohn-Mark Gurney2004-11-171-1/+1
* Remove the #if 0 wrapping around !ALTQ stuff that can't be used due to ABIMax Laier2004-11-091-34/+0
* Initialize struct pr_userreqs in new/sparse style and fill in commonPoul-Henning Kamp2004-11-082-10/+20
* Don't abuse tp->t_sc in sl(4) either.Olivier Houchard2004-11-071-6/+15
* Don't abuse tp->t_sc, as it is now used by tty drivers.Olivier Houchard2004-11-073-13/+26
* Utilize m_uiotombuf() in device write method, instead of home-grownGleb Smirnoff2004-10-312-69/+17
* Move if_handoff() from an inline in if_var.h to a function to if.cRobert Watson2004-10-302-24/+27
* Add additional "spare" fields to 'struct ifnet' in order to improveRobert Watson2004-10-301-0/+5
* use NULL instead of 0 when casting/comparing w/ a pointer...John-Mark Gurney2004-10-251-2/+2
* Define IFF_LOCKGIANT() and IFF_UNLOCKGIANT() macros, which conditionallyRobert Watson2004-10-192-2/+40
* Push acquisition of the accept mutex out of sofree() into the callerRobert Watson2004-10-182-0/+2
* Fix packet flow when both ng_ether(4) and bridge(4) are in use:Gleb Smirnoff2004-10-123-51/+32
* Correctly unregister a netisr by clearing the ni->ni_queue field to NULL asAndre Oppermann2004-10-111-0/+1
* When harvesting entropy from an ethernet mbuf, do so before freeing theRobert Watson2004-10-111-1/+1
* Assign pointer NULL, not 0.Gleb Smirnoff2004-10-111-1/+1
* Change pfil starvation prevention from fail-open to fail-close.Max Laier2004-10-081-2/+10
* Since net/net_osdep.c contained only one function that could beBrooks Davis2004-10-082-59/+1
* Don't recurse the BPF descriptor lock during the BIOCSDLT operationBrian Feldman2004-10-061-1/+1
* Add 802.11-specific events that are dispatched through the routing socket.Sam Leffler2004-10-052-13/+68
* add ETHERTYPE_PAE for EAPOL/802.1xSam Leffler2004-10-051-0/+1
* Add an additional struct inpcb * argument to pfil(9) in order to enableMax Laier2004-09-293-11/+12
* Switch order for mtx_unlock and cv_signal as (condvar(9)) sez:Max Laier2004-09-221-2/+2
* Prefer C99's __func__ over GCC's __FUNCTION__.Stefan Farfeleder2004-09-221-1/+1
* Call sbuf_finish() before sbuf_data() so as to not panic the system.Brian Feldman2004-09-221-0/+1
* Fix a LOR where ifconf() used copyout while holding a mutex. This LORBrooks Davis2004-09-221-41/+51
* Log the renaming of an interface. This should make it easier to followBrooks Davis2004-09-181-0/+3
* Destroy global tapmtx when the if_tap module is unloaded.Robert Watson2004-09-171-0/+2
* 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