aboutsummaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/5.3.0_cvscvs2svn2004-11-0481-81/+81
* Merge if.c:.211 and if_var.h:1.88 from HEAD to RELENG_5_3:Robert Watson2004-10-302-24/+27
* Merge if_var.h:1.87 from HEAD to RELENG_5_3:Robert Watson2004-10-301-0/+5
* Merge if.c:1.210, if_var.h:1.85 from HEAD to RELENG_5_3:Robert Watson2004-10-232-2/+40
* Merge kern_descrip.c:1.246, uipc_socket.c:1.214, uipc_usrreq.c:1.141,Robert Watson2004-10-212-0/+2
* MFC:Scott Long2004-10-161-1/+1
* MFC 1.15: Correctly unregister netisr's.Andre Oppermann2004-10-141-0/+1
* MFC r1.11: fail closed when lock acquisition would block.Brian Feldman2004-10-111-2/+10
* MFC r1.137: reorder code to respect lock non-recursion.Brian Feldman2004-10-111-1/+1
* MFC: 1.207Brooks Davis2004-10-041-0/+3
* MFC pfil API change:Max Laier2004-10-033-11/+12
* MFC from pfil.c, rev. 1.9:Max Laier2004-09-301-2/+2
* MFC: 1.208, 1.209Brooks Davis2004-09-241-41/+52
* MFC: Make PFIL_HOOKS a permanent part of the kernel and remove the associatedAndre Oppermann2004-09-221-9/+1
* MFC 1.3: Fix a LOR where copyout was called while holding a lock whenBrooks Davis2004-09-201-10/+27
* Merge if_tap.c:1.47 to RELENG_5:Robert Watson2004-09-201-0/+2
* MFC: Apply error and success logic consistently to the function netisr_queue()Andre Oppermann2004-09-156-9/+11
* MFC:John-Mark Gurney2004-09-141-3/+0
* Merge bpf.c:1.134-1.136, bpfdesc.h:1.28 to RELENG_5:Robert Watson2004-09-142-50/+45
* MFC the addition of ifi_epoch to struct if_data. The ifi_unusedBrooks Davis2004-09-132-1/+5
* MFC if.c, rev. 1.203:Max Laier2004-09-101-0/+2
* MFC: if.c:1.202 if.h:1.90 ifconfig.c:1.107Brooks Davis2004-09-072-0/+2
* MT5: Add an if_start handler to the SLIP driver so thatYaroslav Tykhiy2004-09-071-7/+18
* Merge sys/conf/options:1.478, sys/net/netisr.c:1.12, andRobert Watson2004-09-031-3/+82
* MFC net/route.c v1.107Christian S.J. Peron2004-09-021-0/+7
* MFC 1.200:Brooks Davis2004-08-301-0/+1
* MFC rtsock.c 1.116: typo fix - attacked -> attached.Peter Pentchev2004-08-301-1/+1
* MT5 rtsock.c:1.113 and rtsock.c:1.114:Robert Watson2004-08-251-1/+8
* MT5 if_fwsubr.c:1.6:Robert Watson2004-08-241-2/+0
* 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