summaryrefslogtreecommitdiff
path: root/sys/net/if.h
AgeCommit message (Expand)Author
2002-07-03Change all variables definitions (int foo) in sys/sys/*.h to variableMiod Vallat
2002-06-30allocate sockaddr_dl for ifnet in if_alloc_sadl(), as we don't always knowJun-ichiro itojun Hagino
2002-06-23g/c last remains of old ipv6 prefix managementJun-ichiro itojun Hagino
2002-05-27if_attach() gets called before domaininit(). scan all interfaces for if_afdataJun-ichiro itojun Hagino
2002-05-27framework to add af-dependent data structure to struct ifnet.Jun-ichiro itojun Hagino
2002-04-24Add hooks to struct ifnet that allow to register callbacks that will beDaniel Hartmeier
2002-03-15Cosmetic changes only, primarily making comments line up nicely after theTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2002-01-23compatability -> compatibility.Federico G. Schwindt
2001-07-05KNFAngelos D. Keromytis
2001-07-05Include files for IPComp support. angelos@ ok.Jean-Jacques Bernard-Gundol
2001-06-27ALTQ base modifications to the kernel.Kenjiro Cho
2001-06-23Add ether_input_mbuf to help us remove the ether_header fromFederico G. Schwindt
2001-06-15change the meaning of ifnet.if_lastchange to meet RFC1573 ifLastChange.Jun-ichiro itojun Hagino
2001-06-09By popular demand, protect from multiple inclusion, and fix to use theAngelos D. Keromytis
2001-05-28IPSECv4 -> IPSECAngelos D. Keromytis
2001-05-28No need for separate ESP/AH interface capabilities.Angelos D. Keromytis
2001-05-28Interface capabilities (based on NetBSD, but merge ethercom and ifnetAngelos D. Keromytis
2001-02-06allow changing number of loopbacks in ukc.Michael Shalayeff
2001-01-19pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2 (UCB copyrighted).Jun-ichiro itojun Hagino
2000-09-20Since ifa_refcnt was bumped to an int and rt_flags is an int too, bumpArtur Grabowski
2000-08-28changing the size of if_data has heavy impact on userland compat. thereTheo de Raadt
2000-08-26sync mii code with netbsdNathan Binkert
2000-03-22remove if_withname(), which was imported during KAME merge by mistake.Jun-ichiro itojun Hagino
2000-03-21add SIOCGIFMTU/SIOCSIFMTU; remediate redundant code of tun, ppp, sppp; chris@ okMichael Shalayeff
2000-02-02wrap IFAFREE() by "do {} while (0)". it wasn't safe enough.Jun-ichiro itojun Hagino
1999-12-08bring in KAME IPv6 code, dated 19991208.Jun-ichiro itojun Hagino
1999-08-08Support detaching of network interfaces. Still work to do in ipf, andNiklas Hallqvist
1999-06-23Added some protocol independent interfaces (supposedly IPv6 support APIs, butcmetz
1999-03-13make ifa_refcnt a u_int; andrewb@demon.netTheo de Raadt
1999-02-26Ethernet bridge/IP firewall driver.Jason Wright
1999-01-07fix IFAFREE() to be safe for if/else nestingTheo de Raadt
1998-09-03o OpenBSD gets if_media support (from NetBSD)Jason Wright
1996-07-02-Wall & -Wstrict-prototype fixesNiklas Hallqvist
1996-06-29provide if_attachhead(), and make if_loop use itTheo de Raadt
1996-05-10if_name/if_unit -> if_xname/if_softcTheo de Raadt
1996-05-06if.h was missed from the commit.Michael Shalayeff
1996-03-05Changes for ifconfig to compile.Michael Shalayeff
1996-03-03From NetBSD: 960217 mergeNiklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt