summaryrefslogtreecommitdiff
path: root/sys/net
AgeCommit message (Collapse)Author
1996-10-16label only useful in bpf caseTheo de Raadt
1996-10-16contextual usageTheo de Raadt
1996-10-16support _STANDALONEMichael Shalayeff
1996-10-04__OpenBSD__Theo de Raadt
1996-10-04sync to netbsd 0901Theo de Raadt
1996-09-30kill a NetBSD refTheo de Raadt
1996-09-05remove ';' after function close '}'Michael Shalayeff
make it nicer w/ new routed.
1996-09-02Need sys/types.h, too.briggs
1996-09-02Replace string.h with systm.h.briggs
1996-08-29rnd -> randomTheo de Raadt
1996-08-22__OpenBSD__Theo de Raadt
1996-08-09Silly unit number calculation changed to use sc_unit insteadNiklas Hallqvist
1996-08-03dst addr might be NULL; netbsd pr#2183; chuck@maria.wustl.eduTheo de Raadt
1996-07-27proto ppp_restartTheo de Raadt
1996-07-27various fixesTheo de Raadt
1996-07-25Kernel changes for ppp2.3a4.joshd
1996-07-12refresh to the latest bpf code release.Michael Shalayeff
1996-07-03ported to FreeBSD 2.2-960612-SNAP.chuck
1996-07-03renumber to avoid conflict with freebsdchuck
1996-07-02-Wall & -Wstrict-prototype fixesNiklas Hallqvist
1996-06-30add native mode atm netisr hookchuck
1996-06-29change:chuck
- change asock to rxhand and adjust all for this [esp atm_input]
1996-06-29provide if_attachhead(), and make if_loop use itTheo de Raadt
1996-06-28add hook for user to turn on/off raw modechuck
1996-06-27fix/improvement:chuck
- add proto if atm_input - add native mode atm hooks to if_atmsubr.c (atm_input)
1996-06-26[1] add new rxso passing structure to if_atm.hchuck
[2] modify atm_output to handle native mode atm output mbufs
1996-06-21use correct copyrightchuck
1996-06-21network support for ATM networks (ATM == Async Transfer Mode, notchuck
Automatic Teller Machine). Currently supports PVCs only (no ATM ARP either).
1996-06-18bpf BIOCSRTIMEOUT can round tv_usec down to zero & block; netbsd pr#2531; ↵Theo de Raadt
jhawk@mit.edu
1996-06-17bad splx, bad bad badTheo de Raadt
1996-06-10init sc_unit properlyTheo de Raadt
1996-06-02Fix accident in last commitNiklas Hallqvist
1996-06-02removed an unused variableNiklas Hallqvist
1996-06-02shut up GCC -Wall about /* inside a commentNiklas Hallqvist
1996-05-27if_name -> if_xnameTheo de Raadt
1996-05-22syncTheo de Raadt
1996-05-16drom NetBSD PR#2411:Michael Shalayeff
add bcast support, do if_flags setable, minor cleanup.
1996-05-10if_name/if_unit -> if_xname/if_softcTheo de Raadt
1996-05-09linux & svr4 supportTheo de Raadt
1996-05-07gross BPF_HDR hack, do betterTheo de Raadt
1996-05-06fix includes for x25/llc.Michael Shalayeff
1996-05-06if.h was missed from the commit.Michael Shalayeff
if_ethersubr.c: missed variables added.
1996-05-05add general ether_ioctl call in net/if_ethersubr.c,Michael Shalayeff
NS,IPX,X.25 special processing is now handled in there. reflect this amazing addition in all the ether ifaces. ppl, pls check the stuff.
1996-05-02prettyTheo de Raadt
1996-04-29fix last fix that was unfix for the before previous fix.Michael Shalayeff
that is, redundant ).
1996-04-29fix the wrong changes, so the bcasts will work now ;)Michael Shalayeff
1996-04-28IPX additions and fixes.Michael Shalayeff
ether -- missed the input for IPX. fddi -- just added. ppp -- field codes added. loop -- minor fix.
1996-04-24sorry, folks. cut&paste bug happened.Michael Shalayeff
1996-04-24Add IPX support.Michael Shalayeff
1996-04-21partial sync with netbsd 960418, more to comeTheo de Raadt