summaryrefslogtreecommitdiff
path: root/sys/net/if.h
AgeCommit message (Expand)Author
2006-08-30fully initialize IF_CLONE_INITIALIZERchristos
2006-06-25add a comment on if_agrprivate.yamt
2006-06-23remove dependency on "agr" to make "struct ifnet" independant of thedrochner
2006-05-18Integrate Common Address Redundancy Procotol (CARP) from OpenBSDliamjfoy
2006-03-16Remove duplicate and slightly different declaration of ether_sprintf, whichchristos
2005-12-11ANSI function decls and application of static.thorpej
2005-12-11merge ktrace-lwp.christos
2005-12-06make the ALTQ macros statement-line, by wrapping them in do {} while (0)christos
2005-07-27Add members ifr_buf, ifr_buflen to ifreq for specifying the locationdyoung
2005-06-22Resolve conflicts in importation of 18-May-2005 ath(4) / net80211(9)dyoung
2005-06-19Use 'pattr' consistently in the IFQ_* macros.peter
2005-05-02split IFCAP_CSUM_xxx to IFCAP_CSUM_xxx_Rx and IFCAP_CSUM_xxx_Tx.yamt
2005-03-31factor out the interface queueing code into two functions. One used bychristos
2005-03-20Fix the spelling of Bill Studenmund's name - noticed from the licencesagc
2005-03-20Define IFFBITS and IFCAPBITS here in <net/if.h>. Taken from ifconfig.thorpej
2005-03-18add agr(4), a pseudo network device driver for link aggregation.yamt
2005-03-06Add beginning of TCP Segment Offload support.matt
2005-02-28Increase default value for IFQ_MAXLEN from 50 to 256.jonathan
2005-02-26nuke trailing whitespaceperry
2005-01-24Add IFNET_FOREACH and IFADDR_FOREACH macros and start using them.matt
2005-01-08constify broadcastaddr.yamt
2004-12-04Change ifc_destroy to return an int instead of void, so that itpeter
2004-12-04Convert lo(4) to a clonable device.peter
2004-04-21Constify if.c radix.c and route.c (and fix related fallout).matt
2003-12-10use if_indexlim (instead of if_index) and ifindex2ifnet[x] != NULLitojun
2003-11-28s/netbsd.org/NetBSD.org/gkeihan
2003-11-10Make per-protocol network input queue stats visible to userland viajonathan
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-03Make IFQ_MAXLEN possible to set as an config-file option.ragge
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-04-30Expose IF_NAMESIZE for POSIX and X/Open applications.bjh21
2003-04-28Add a new feature-test macro, _NETBSD_SOURCE. If this is definedbjh21
2003-03-05Fix the fallout from potr malloc changeschristos
2003-02-26Add MBUFTRACE kernel option.matt
2003-02-01Add extensible malloc types, adapted from FreeBSD. This turnsthorpej
2002-11-02/*CONTCOND*/ while (0)'ed macrosperry
2002-08-26Fix signed/unsigned comparison warnings from GCC 3.3.thorpej
2002-08-09<net/if.h> needs <sys/socket.h> for struct sockaddr.soren
2002-06-23g/c last bit of old ipv6 prefix management.itojun
2002-06-11s/splimp/splnet/ in commentpooka
2002-05-27re-scan all ifnet after domaininit() for if_afdata initialization.itojun
2002-05-27framework to add af-dependent data structure to struct ifnet.itojun
2002-05-23Add SIOCGIFDATA and SIOCZIFDATA ioctl's to get interface data. (the Zmatt
2002-03-17Make the 'ifnet' variable an extern and declare it in if.c.simonb
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