aboutsummaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Log changes of link state.Gleb Smirnoff2005-01-301-0/+3
* Acquire the raw_cb mutex around LIST_REMOVE() of a raw socket controlRobert Watson2005-01-241-0/+2
* Fix spelling in a comment.Yaroslav Tykhiy2005-01-241-1/+1
* Reduce the global name space pollution.Yaroslav Tykhiy2005-01-231-2/+2
* - Reduce number of arguments passed to dummynet_io(), we already have cookieGleb Smirnoff2005-01-162-3/+2
* Remove ip_fw.h and ip_dummynet.h from includes.Gleb Smirnoff2005-01-151-2/+0
* o Clean up interface between ip_fw_chk() and its callers:Gleb Smirnoff2005-01-142-7/+11
* Fix a typo in a comment that may be confusing if one doesn't reallyGiorgos Keramidas2005-01-111-1/+1
* don't see NBPFILTER.Hajimu UMEMOTO2005-01-111-2/+0
* remove HAVE_OLD_BPF part.Hajimu UMEMOTO2005-01-111-20/+0
* we are not OLD_BPF system.Hajimu UMEMOTO2005-01-111-1/+0
* fix typo.Hajimu UMEMOTO2005-01-111-1/+1
* This change adds reliability for Ethernet trunks built with ng_one2many:Gleb Smirnoff2005-01-081-0/+6
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-0773-75/+90
* Add FR support to sppp (MFCronyx).Roman Kurakin2004-12-283-14/+685
* Fix mbuf leak.Pawel Jakub Dawidek2004-12-271-1/+3
* Include fcntl.hPoul-Henning Kamp2004-12-221-2/+3
* Don't include filedesc.hPoul-Henning Kamp2004-12-221-3/+3
* Include fcntl.hPoul-Henning Kamp2004-12-221-3/+3
* Check O_NONBLOCK instead of IO_NDELAY.Poul-Henning Kamp2004-12-221-2/+1
* don't try to recurse on the bpf lock.. kqueue already locks the bpf lockJohn-Mark Gurney2004-12-171-2/+1
* Kill double inclusion for <netinet/in.h> and <netinet/in_systm.h>.Roman Kurakin2004-12-141-2/+0
* Make sppp MPSAFE.Roman Kurakin2004-12-122-112/+237
* Cleanup link state change notification:Sam Leffler2004-12-082-0/+27
* Don't require a device to be marked up when issuing BIOCSETIF.Sam Leffler2004-12-081-4/+3
* Implement the check I was talking about in the previous message already.Max Laier2004-11-301-4/+4
* 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-70/+18
* 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