| Commit message (Expand) | Author | Age | Files | Lines |
* | When resetting a BPF descriptor, properly check that zero-copy buffers | rwatson | 2009-03-07 | 1 | -5/+11 |
* | On architectures with strict alignment requirements compensate | marius | 2009-03-07 | 1 | -0/+2 |
* | Mark the bpf stats sysctl as being mpsafe. We do not require | csjp | 2009-03-07 | 1 | -1/+1 |
* | Clarify some comments, fix some types, and rename ZBUF_FLAG_IMMUTABLE to | rwatson | 2009-03-07 | 1 | -18/+18 |
* | Reserve a netisr slot for the IGMPv3 output queue. | bms | 2009-03-04 | 1 | -0/+1 |
* | Switch the default buffer mode in bpf(4) to zero-copy buffers. | csjp | 2009-03-02 | 1 | -1/+1 |
* | Do a bit of struct ifnet cleanup in preparation for 8.0: group function | rwatson | 2009-03-01 | 1 | -7/+12 |
* | Add size-guards evaluated at compile-time to the main struct vnet_* | bz | 2009-03-01 | 1 | -0/+3 |
* | For all files including net/vnet.h directly include opt_route.h and | bz | 2009-02-27 | 10 | -3/+18 |
* | we need if_var.h not if.h | luigi | 2009-02-16 | 1 | -1/+1 |
* | remove unnecessary forward declaration | luigi | 2009-02-16 | 1 | -2/+0 |
* | IFF_NEEDSGIANT will no longer be supported, so remove compatibility code | rwatson | 2009-02-16 | 1 | -35/+12 |
* | remove unnecessary #include from vnet.h and vinet.h | luigi | 2009-02-15 | 1 | -6/+0 |
* | bridge_delete_member is called via the event handler from if_detach | thompsa | 2009-02-13 | 1 | -5/+9 |
* | o In case of the error do not forget to deallocate a cloned device unit. | maxim | 2009-02-13 | 1 | -0/+1 |
* | Remove unused ifaddr local variable in ioctl routine. | rwatson | 2009-02-13 | 1 | -2/+0 |
* | Call prison_if from rtm_get_jailed, instead of splitting it out into | jamie | 2009-02-05 | 1 | -90/+63 |
* | Standardize the various prison_foo_ip[46] functions and prison_if to | jamie | 2009-02-05 | 2 | -16/+16 |
* | Adds support for SCTP checksum offload. This means | rrs | 2009-02-03 | 1 | -0/+4 |
* | Like with r185713 make sure to not leak a lock as rtalloc1(9) returns | bz | 2009-01-31 | 1 | -2/+3 |
* | For consistency with prison_{local,remote,check}_ipN rename | bz | 2009-01-25 | 1 | -2/+2 |
* | Only start the if_slowtimo timer (which drives the if_watchdog methods of | jhb | 2009-01-23 | 1 | -2/+25 |
* | The RTF_LLINFO was revived unconditionally, but within the kernel the | qingli | 2009-01-16 | 1 | -5/+1 |
* | Revive the RTF_LLINFO flag in route.h. The kernel code is guarded | qingli | 2009-01-12 | 2 | -2/+9 |
* | Do invoke mac_ifnet_check_transmit() and mac_ifnet_create_mbuf() | rwatson | 2009-01-10 | 1 | -0/+18 |
* | Rather than using the cred from curthread, take it from the thread | bz | 2009-01-09 | 1 | -5/+5 |
* | Restrict arp, ndp and theoretically the FIB listing (if not | bz | 2009-01-09 | 1 | -2/+12 |
* | Take the cred from curthread rather than curproc as curproc would need | bz | 2009-01-09 | 1 | -3/+3 |
* | The log message should terminate with a newline instead | qingli | 2009-01-02 | 1 | -1/+1 |
* | This checkin addresses a couple of issues: | qingli | 2008-12-26 | 2 | -7/+22 |
* | The "tun?" dev need not be opened at all. One is allowed to perform | qingli | 2008-12-25 | 1 | -4/+2 |
* | - Close a race during which the open flag could be cleared but the tun_softc ... | kmacy | 2008-12-25 | 1 | -2/+6 |
* | Provide a condition variable to delay the cloned interface | qingli | 2008-12-22 | 1 | -3/+12 |
* | if_rtdel is always called with the RADIX_NODE_HEAD lock held | kmacy | 2008-12-18 | 1 | -1/+1 |
* | add ifnet_byindex_locked to allow for use of IFNET_RLOCK | kmacy | 2008-12-18 | 1 | -8/+17 |
* | Add TWINAX (Twin Axial Copper for 10G networking) media types. | gnn | 2008-12-17 | 1 | -0/+12 |
* | - Protect against sc->sc_primary being null | thompsa | 2008-12-17 | 1 | -3/+4 |
* | Update the interface baudrate taking into account the max speed for the | thompsa | 2008-12-17 | 2 | -0/+21 |
* | Remove the rt argument from nd6_storelladdr() because | qingli | 2008-12-17 | 5 | -5/+5 |
* | Keep stats in drbr_enqueue | kmacy | 2008-12-17 | 1 | -3/+16 |
* | avoid trying to acquire a shared lock while holding an exclusive lock | kmacy | 2008-12-17 | 1 | -4/+4 |
* | merge in 2 buf_ring helper routines for enqueueing and freeing buf_rings | kmacy | 2008-12-17 | 1 | -0/+27 |
* | convert ifnet and afdata locks from mutexes to rwlocks | kmacy | 2008-12-17 | 2 | -18/+24 |
* | Also propagate the if_hwassist value to the parent so that cksum offload works. | thompsa | 2008-12-16 | 1 | -1/+6 |
* | A few locking fixes and cleanups to pfil hook registration, | rwatson | 2008-12-16 | 1 | -32/+10 |
* | remove assertion checks for now - ipfw uses its own lock for protecting its r... | kmacy | 2008-12-16 | 1 | -6/+0 |
* | style and spelling fix | kmacy | 2008-12-16 | 2 | -2/+2 |
* | assert that the radix node head is locked when manipulating the tree | kmacy | 2008-12-16 | 1 | -0/+7 |
* | add macro for destroying an llentry's rwlock | kmacy | 2008-12-16 | 1 | -1/+2 |
* | Add arpv2 management code | kmacy | 2008-12-15 | 2 | -0/+502 |