| Commit message (Expand) | Author | Age | Files | Lines |
* | Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use the |  patrick | 2020-07-10 | 1 | -2/+2 |
* | Do not clear IFF_UP, even in the error path, clearing IFF_RUNNING |  mpi | 2017-03-08 | 1 | -2/+2 |
* | move counting if_opackets next to counting if_obytes in if_enqueue. |  dlg | 2017-01-22 | 1 | -3/+1 |
* | G/C IFQ_SET_READY(). |  mpi | 2016-04-13 | 1 | -2/+1 |
* | No trailers has been the default and only option for 20 years, yet some |  tedu | 2015-12-08 | 1 | -2/+2 |
* | replace IFF_OACTIVE manipulation with mpsafe operations. |  dlg | 2015-11-25 | 1 | -6/+6 |
* | No need to include <net/bpfdesc.h> |  mpi | 2015-11-14 | 1 | -2/+1 |
* | arp_ifinit() is no longer needed. |  mpi | 2015-10-25 | 1 | -12/+2 |
* | Workaround for slow bm(4) from NetBSD PR 33667 via Donovan Watteau on |  mpi | 2015-08-24 | 1 | -1/+3 |
* | MFREE(9) is dead, long live m_freem(9)! |  mpi | 2015-07-08 | 1 | -3/+3 |
* | Increment if_ipackets in if_input(). |  mpi | 2015-06-24 | 1 | -2/+1 |
* | test mbuf pointers against NULL not 0 |  jsg | 2015-05-13 | 1 | -4/+4 |
* | tweak the new if_input function so it takes an mbuf_list instead |  dlg | 2015-02-09 | 1 | -2/+4 |
* | Convert to if_input(). |  mpi | 2015-02-08 | 1 | -11/+2 |
* | unifdef INET |  tedu | 2014-12-22 | 1 | -3/+1 |
* | Instead of comparing the lower and higher addresses of all the multicast |  mpi | 2013-10-23 | 1 | -16/+6 |
* | In bmac_init(), invoke bmac_transmit_packet() with the correct packet size |  miod | 2009-08-25 | 1 | -2/+2 |
* | Actual final round of timeout_add(to, n * hz) -> timeout_add_sec(to, n) |  blambert | 2009-01-11 | 1 | -2/+2 |
* | Eliminate the redundant bits of code for MTU and multicast handling |  brad | 2008-11-28 | 1 | -20/+9 |
* | Second pass of simple timeout_add -> timeout_add_sec conversions |  blambert | 2008-10-15 | 1 | -2/+2 |
* | First step towards cleaning up the Ethernet driver ioctl handling. |  brad | 2008-10-02 | 1 | -3/+2 |
* | better interrupt names for vmstat -iz; ok miod gwk |  deraadt | 2007-04-22 | 1 | -3/+3 |
* | allow bpf(4) to ignore packets based on their direction (inbound or |  djm | 2006-03-25 | 1 | -3/+3 |
* | remove some NetBSD/OpenBSD portability cruft. |  brad | 2005-10-09 | 1 | -97/+28 |
* | eliminate use of M_HASFCS |  martin | 2005-10-07 | 1 | -5/+5 |
* | remove netns crud. |  henning | 2005-06-08 | 1 | -19/+1 |
* | make sure interface is in RUNNING state before touching the multicast filters |  brad | 2005-01-15 | 1 | -3/+5 |
* | spaces |  deraadt | 2003-10-16 | 1 | -2/+2 |
* | more ANSI/KNF. |  drahn | 2003-10-16 | 1 | -85/+35 |
* | Reduce the amount of asm code in powerpc/macppc by replacing it with |  drahn | 2003-07-02 | 1 | -2/+2 |
* | backout premature |  deraadt | 2002-09-15 | 1 | -16/+16 |
* | KNF |  deraadt | 2002-09-15 | 1 | -16/+16 |
* | sizeof(pointer) is not what should be used here, should be sizeof(*pointer) |  drahn | 2002-09-06 | 1 | -2/+2 |
* | Remove code, use common ether_crc32_le() routine. |  drahn | 2002-08-22 | 1 | -19/+3 |
* | Configure the media in the initialization routine so that media/mediaopt |  drahn | 2002-08-22 | 1 | -1/+4 |
* | properly allocate dmable memory for buffers (no malloc); drahn@ ok and testing |  mickey | 2002-04-26 | 1 | -22/+53 |
* | First round of __P removal in sys |  millert | 2002-03-14 | 1 | -32/+32 |
* | sync with KAME |  kjc | 2002-03-12 | 1 | -2/+3 |
* | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. |  miod | 2001-11-06 | 1 | -2/+2 |
* | Update the bmac (if_bm) to a newer version from NetBSD. |  drahn | 2001-09-16 | 1 | -132/+149 |
* | reimplement dbdma such that it does memory allocations |  mickey | 2001-09-15 | 1 | -11/+14 |
* | correct files for the powerpc/mac/ -> macppc/dev which did not get |  drahn | 2001-09-01 | 1 | -3/+3 |
* | The "powerpc" port which has supported the newer Apple Macintosh powerpc based |  drahn | 2001-09-01 | 1 | -0/+1083 |