| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC: Trim some noise from some #ifdef's. | John Baldwin | 2008-08-07 | 1 | -1/+1 |
| * | MFC: | Paul Saab | 2006-02-15 | 1 | -0/+9 |
| * | Big overall MFC of polling(4) cleanup: | Gleb Smirnoff | 2005-10-07 | 1 | -3/+2 |
| * | Merge if.h:1.98 from HEAD to RELENG_6: | Robert Watson | 2005-08-25 | 1 | -22/+28 |
| * | Merge if.c:1.242, if.h:1.97, if_var.h:1.102, rtsock.c:1.125 from HEAD | Robert Watson | 2005-08-25 | 1 | -3/+28 |
| * | Add hooks into the networking layer to support if_bridge. This changes struct | Andrew Thompson | 2005-06-05 | 1 | -0/+7 |
| * | Change the definition of struct if_data's member ifi_epoch from wall | Brooks Davis | 2005-02-25 | 1 | -1/+1 |
| * | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 1 | -1/+1 |
| * | sync comment on IFF_OACTIVE with reality.. IFF_OACTIVE is set when the | John-Mark Gurney | 2004-11-17 | 1 | -1/+1 |
| * | Re-add ifi_epoch, to struct if_data, this time replacing ifi_unused | Brooks Davis | 2004-09-08 | 1 | -1/+4 |
| * | Back out ifi_epoch. The ABI breakage is too disruptive this close to | Brooks Davis | 2004-09-02 | 1 | -1/+0 |
| * | Use a spare byte in struct if_data to store the structure size without | Brooks Davis | 2004-09-01 | 1 | -0/+1 |
| * | Add a new variable, ifi_epoch, to struct if_data. It is set to the last | Brooks Davis | 2004-08-30 | 1 | -0/+1 |
| * | Add a new network interface flag, IFF_NEEDSGIANT, which will allow | Robert Watson | 2004-07-27 | 1 | -0/+1 |
| * | Major overhaul of pseudo-interface cloning. Highlights include: | Brooks Davis | 2004-06-22 | 1 | -22/+0 |
| * | Link state change notification of ethernet media to the routing socket. | Andre Oppermann | 2004-05-03 | 1 | -0/+8 |
| * | Added the new interface capability option for drivers that implement | Ruslan Ermilov | 2004-04-11 | 1 | -0/+1 |
| * | Remove advertising clause from University of California Regent's | Warner Losh | 2004-04-07 | 1 | -4/+0 |
| * | Replace the if_name and if_unit members of struct ifnet with new members | Brooks Davis | 2003-10-31 | 1 | -1/+1 |
| * | By popular demand, added the "static ARP" per-interface option. | Ruslan Ermilov | 2003-10-01 | 1 | -0/+1 |
| * | o add IF_*bps macros for netbsd compatibility | Sam Leffler | 2002-11-14 | 1 | -0/+11 |
| * | style(9): | Mike Barcroft | 2002-10-02 | 1 | -5/+5 |
| * | Use standards visibility conditionals to conditionalize most of this | Mike Barcroft | 2002-10-02 | 1 | -5/+15 |
| * | Add the "Monitor" interface flag. | Poul-Henning Kamp | 2002-09-27 | 1 | -0/+1 |
| * | Add IFF_POLLING into the list of flags which are protected from changing via | Maxim Sobolev | 2002-08-28 | 1 | -1/+2 |
| * | Implement user-setable promiscuous mode (a new `promisc' flag for ifconfig(8)). | Maxim Sobolev | 2002-08-19 | 1 | -1/+2 |
| * | Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoid | Maxim Sobolev | 2002-08-18 | 1 | -10/+2 |
| * | Move all unit number management cloned interfaces into the cloning | Brooks Davis | 2002-05-25 | 1 | -3/+4 |
| * | Avoid exposing struct if_clone and the sys/queue.h macros to userland | Ian Dowse | 2002-05-20 | 1 | -0/+4 |
| * | Remove __P. | Alfred Perlstein | 2002-03-19 | 1 | -4/+4 |
| * | Simplify the interface cloning framework by handling unit | Maxime Henrion | 2002-03-11 | 1 | -3/+7 |
| * | Change the network interface cloning API so the destroy function returns | Brooks Davis | 2002-03-04 | 1 | -1/+1 |
| * | Introduce an interface announcement message for the routing | Ruslan Ermilov | 2002-01-18 | 1 | -0/+15 |
| * | Device Polling code for -current. | Luigi Rizzo | 2001-12-14 | 1 | -0/+9 |
| * | Add a SIOCGIFINDEX ioctl, which returns the index of a named interface. | Jonathan Lemon | 2001-10-17 | 1 | -0/+2 |
| * | Split HWCSUM into two components: RX and TX, for the benefit of drivers | Jonathan Lemon | 2001-09-18 | 1 | -2/+5 |
| * | Add two fields to the ifnet structure indicating what extra capabilities | Jonathan Lemon | 2001-09-18 | 1 | -0/+7 |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -1/+1 |
| * | Add kernel infrastructure for network device cloning. | Brooks Davis | 2001-07-02 | 1 | -2/+36 |
| * | o Move per-process jail pointer (p->pr_prison) to inside of the subject | Robert Watson | 2001-02-21 | 1 | -2/+0 |
| * | Fix typo: compatability -> compatibility. | Jeroen Ruigrok van der Werven | 2001-02-06 | 1 | -4/+4 |
| * | Add support for offloading IP/TCP/UDP checksums to NIC hardware which | Jonathan Lemon | 2000-03-27 | 1 | -2/+2 |
| * | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | Peter Wemm | 1999-12-29 | 1 | -4/+4 |
| * | KAME related header files additions and merges. | Yoshinobu Inoue | 1999-11-05 | 1 | -0/+28 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | Fixed English errors, spelling errors and formatting errors in rev.1.51 | Bruce Evans | 1999-07-05 | 1 | -7/+9 |
| * | Add a new interface ioctl, to return "aux status". | Poul-Henning Kamp | 1999-06-19 | 1 | -1/+15 |
| * | Introduce IFF_SMART bit. | Poul-Henning Kamp | 1999-06-06 | 1 | -2/+3 |
| * | Fix some disordering I introduced with the jail code. | Poul-Henning Kamp | 1999-05-08 | 1 | -2/+3 |
| * | This Implements the mumbled about "Jail" feature. | Poul-Henning Kamp | 1999-04-28 | 1 | -1/+2 |