summaryrefslogtreecommitdiff
path: root/sys/net/if.h
AgeCommit message (Expand)Author
2001-09-17Split the pre-computed ifnet checksum flags into Tx and Rx directions.thorpej
2001-06-14fix comment on ifi_lastchange, for 1.4 if_dataitojun
2001-06-14update comment on if_lastchangeitojun
2001-06-11Fix various misspellings of compatible/compatibility.wiz
2001-06-02Implement support for IP/TCP/UDP checksum offloading provided bythorpej
2001-05-30use _KERNEL_OPTmrg
2001-04-10fix possible typo in comment.enami
2001-04-10Add a PFIL_HOOKS filtering point to every network interface.thorpej
2001-04-07ether_*() functions belong in if_ether.h, not if.h.thorpej
2001-01-17move forward decl of rt_addrinfo upwards.itojun
2001-01-17pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2 (UCB copyrighted).itojun
2001-01-17Fix a rather annoying problem where the sockaddr_dl which holdsthorpej
2000-12-23Fix a silly bug in the ALTQ version of IFQ_DEQUEUE().thorpej
2000-12-18Add an "ifr_dlt" alias for the union in struct ifreq.thorpej
2000-12-18Always pull in DLT_* constants.thorpej
2000-12-18Add a if_dlt member, used so that userland can query the DLT_* of anthorpej
2000-12-18Commit to the ALTQ glue.thorpej
2000-12-14Fix braino in IF_PURGE().thorpej
2000-12-14Oops, forgot IFQ_POLL() in the ALTQ case.thorpej
2000-12-13First step at integrating ALTQ -- IFQ_*() glue macros that selectthorpej
2000-10-11Change the if_reset vector to if_init, and add an if_stop. if_stopthorpej
2000-07-20Add a SIOCGIFCLONERS ioctl, which fetches a list of networkthorpej
2000-07-04Don't allow IFF_PROMISC to be changed directly by userspace. Itthorpej
2000-07-02Add the notion of "cloning" of network pseudo-interface (e.g. `gif').thorpej
2000-05-15backout previous (packed attribute to struct ifreq)itojun
2000-05-15add packed attribute to struct ifreq. this should avoid unaligned accessitojun
2000-03-29Extern the declarations of ifindex2ifnet and if_index.simonb
2000-03-22remove if_withname, which was merged in by mistake during KAME merge.itojun
2000-03-06- Add link status to if_data, so that routing daemons and other interestedthorpej
2000-03-06Make pre-1.5 compatibility structures being defined conditional on _KERNELkleink
2000-02-01First-draft if_detach() implementation, originally from Bill Studnemund,thorpej
1999-12-13sync IPv6 part with latest KAME tree. IPsec part is left unmodifieditojun
1999-11-19Update protocoles and interfaces stats counters to 64bit.bouyer
1999-10-26Up the size of the ifa_flags and ifa_refcnt from shorts to ints. Now willwrstuden
1999-09-29const poison ifunit().thorpej
1999-09-21Add a ifru_value (unsigned int) as a generic value.matt
1999-07-03Add namespace protection, using XNS5.2 D2.0 as a reference (which effectivelykleink
1999-07-01IPv6 kernel code, based on KAME/NetBSD 1.4, SNAP kit 19990628.itojun
1999-05-18Rework layer 2 protocol input routines. Instead of calling e.g. ether_input()thorpej
1999-03-27Added per-addr input/output statistics. Currently just support netatalkaidan
1999-03-10Const poison ether_ifattach().thorpej
1999-03-10Const poison ether_sprintf().thorpej
1998-05-22Add an if_drain to the ifnet structure (call when the system is lowmatt
1998-05-14Driver for Essential Communications' RoadRunner HIPPI (800 Mb/sec network)kml
1998-03-01Merge with Lite2 + local changesfvdl
1997-10-02Reimplement a test for broadcast addresses advertized, which was left outis
1997-04-08prevent multiple inclusionschuck
1997-03-17BSD/OS-style network interface media selection, implemented bythorpej
1997-03-15New ARP system, supports IPv4 over any hardware link.is
1997-01-15fix alignment again for m68kgwr