summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Add FR support to sppp (MFCronyx).rik2004-12-283-14/+685
* Fix mbuf leak.pjd2004-12-271-1/+3
* Include fcntl.hphk2004-12-221-2/+3
* Don't include filedesc.hphk2004-12-221-3/+3
* Include fcntl.hphk2004-12-221-3/+3
* Check O_NONBLOCK instead of IO_NDELAY.phk2004-12-221-2/+1
* don't try to recurse on the bpf lock.. kqueue already locks the bpf lockjmg2004-12-171-2/+1
* Kill double inclusion for <netinet/in.h> and <netinet/in_systm.h>.rik2004-12-141-2/+0
* Make sppp MPSAFE.rik2004-12-122-112/+237
* Cleanup link state change notification:sam2004-12-082-0/+27
* Don't require a device to be marked up when issuing BIOCSETIF.sam2004-12-081-4/+3
* Implement the check I was talking about in the previous message already.mlaier2004-11-301-4/+4
* Assign if_broadcastaddr to NULL not 0 in if_attach().rwatson2004-11-231-8/+10
* sync comment on IFF_OACTIVE with reality.. IFF_OACTIVE is set when thejmg2004-11-171-1/+1
* Remove the #if 0 wrapping around !ALTQ stuff that can't be used due to ABImlaier2004-11-091-34/+0
* Initialize struct pr_userreqs in new/sparse style and fill in commonphk2004-11-082-10/+20
* Don't abuse tp->t_sc in sl(4) either.cognet2004-11-071-6/+15
* Don't abuse tp->t_sc, as it is now used by tty drivers.cognet2004-11-073-13/+26
* Utilize m_uiotombuf() in device write method, instead of home-grownglebius2004-10-312-70/+18
* Move if_handoff() from an inline in if_var.h to a function to if.crwatson2004-10-302-24/+27
* Add additional "spare" fields to 'struct ifnet' in order to improverwatson2004-10-301-0/+5
* use NULL instead of 0 when casting/comparing w/ a pointer...jmg2004-10-251-2/+2
* Define IFF_LOCKGIANT() and IFF_UNLOCKGIANT() macros, which conditionallyrwatson2004-10-192-2/+40
* Push acquisition of the accept mutex out of sofree() into the callerrwatson2004-10-182-0/+2
* Fix packet flow when both ng_ether(4) and bridge(4) are in use:glebius2004-10-123-51/+32
* Correctly unregister a netisr by clearing the ni->ni_queue field to NULL asandre2004-10-111-0/+1
* When harvesting entropy from an ethernet mbuf, do so before freeing therwatson2004-10-111-1/+1
* Assign pointer NULL, not 0.glebius2004-10-111-1/+1
* Change pfil starvation prevention from fail-open to fail-close.mlaier2004-10-081-2/+10
* Since net/net_osdep.c contained only one function that could bebrooks2004-10-082-59/+1
* Don't recurse the BPF descriptor lock during the BIOCSDLT operationgreen2004-10-061-1/+1
* Add 802.11-specific events that are dispatched through the routing socket.sam2004-10-052-13/+68
* add ETHERTYPE_PAE for EAPOL/802.1xsam2004-10-051-0/+1
* Add an additional struct inpcb * argument to pfil(9) in order to enablemlaier2004-09-293-11/+12
* Switch order for mtx_unlock and cv_signal as (condvar(9)) sez:mlaier2004-09-221-2/+2
* Prefer C99's __func__ over GCC's __FUNCTION__.stefanf2004-09-221-1/+1
* Call sbuf_finish() before sbuf_data() so as to not panic the system.green2004-09-221-0/+1
* Fix a LOR where ifconf() used copyout while holding a mutex. This LORbrooks2004-09-221-41/+51
* Log the renaming of an interface. This should make it easier to followbrooks2004-09-181-0/+3
* Destroy global tapmtx when the if_tap module is unloaded.rwatson2004-09-171-0/+2
* Fix a LOR where copyout was called while holding a lock.brooks2004-09-151-10/+27
* Reformulate bpf_dettachd() to acquire the BIF_LOCK() as well asrwatson2004-09-091-11/+20
* Reformulate use of linked lists in 'struct bpf_d' and 'struct bpf_if'rwatson2004-09-092-38/+24
* Compare/set pointers using NULL not 0.rwatson2004-09-091-3/+3
* Re-add ifi_epoch, to struct if_data, this time replacing ifi_unusedbrooks2004-09-082-1/+5
* don't call f_detach if the filter has alread removed the knote.. Thisjmg2004-09-061-3/+0
* Correct a comment typo: s/Note/Not/.rwatson2004-09-031-1/+1
* Back out ifi_epoch. The ABI breakage is too disruptive this close tobrooks2004-09-022-2/+0
* Fix an assertion when if_down()ing a ALTQ managed interface. The lock shouldmlaier2004-09-011-0/+2
* Use a spare byte in struct if_data to store the structure size withoutbrooks2004-09-012-0/+2
OpenPOWER on IntegriCloud