| Commit message (Expand) | Author | Age | Files | Lines |
* | Only hide the ifa and not the tp under #ifdef INET as the tp is needed | bz | 2010-10-01 | 1 | -1/+1 |
* | - Expand scope of tun/tap softc locks to cover more softc fields and | jhb | 2010-09-22 | 2 | -145/+97 |
* | Fix a typo in a comment. | jkim | 2010-09-16 | 1 | -1/+1 |
* | Replace sbuf_overflowed() with sbuf_error(), which returns any error | mdf | 2010-09-10 | 1 | -2/+2 |
* | MFp4 CH=183259: | bz | 2010-09-02 | 1 | -2/+2 |
* | Add a sysctl knob to accept input packets on any link in a failover lagg. | emaste | 2010-09-01 | 1 | -1/+9 |
* | MFp4 CH=182972: | bz | 2010-08-27 | 1 | -0/+4 |
* | Add an extra comment to the SDT probes definition. This allows us to get | rpaulo | 2010-08-22 | 1 | -5/+9 |
* | When moving an ethernet ifnet from one vnet to another, destroy the | zec | 2010-08-13 | 2 | -0/+34 |
* | Unbreak LINT by moving all carp hooks to net/if.c / netinet/ip_carp.h, with | will | 2010-08-11 | 3 | -11/+18 |
* | Allow carp(4) to be loaded as a kernel module. Follow precedent set by | will | 2010-08-11 | 3 | -40/+19 |
* | Adjust the interface type in the link layer socket address for vlan(4) | jhb | 2010-08-06 | 1 | -0/+5 |
* | Properly set ifi_datalen for compat32 struct if_data32. | kib | 2010-08-03 | 1 | -1/+1 |
* | Don't check malloc(M_WAITOK) result. | glebius | 2010-07-27 | 1 | -2/+0 |
* | Return NULL rather than 0 for a pointer. | bz | 2010-07-27 | 1 | -1/+1 |
* | When installing a new ARP entry via 'arp -S', lla_lookup() will | glebius | 2010-07-27 | 1 | -0/+1 |
* | Fix an obvious typo from r1.1. We were acquiring an exclusive writer lock | jkim | 2010-07-22 | 1 | -1/+1 |
* | whitespace cleanup | luigi | 2010-07-15 | 1 | -2/+2 |
* | small portability fix to build on linux/windows | luigi | 2010-07-15 | 1 | -0/+4 |
* | Implement flexible BPF timestamping framework. | jkim | 2010-06-15 | 3 | -95/+281 |
* | Update several places that iterate over CPUs to use CPU_FOREACH(). | jhb | 2010-06-11 | 3 | -50/+15 |
* | Provide a macro for registering a virtualized sysctl handler for | zec | 2010-06-02 | 1 | -0/+8 |
* | This patch fixes the problem where proxy ARP entries cannot be added | qingli | 2010-05-25 | 4 | -11/+23 |
* | Ignore failures from removing multicast addresses from the parent (trunk) | jhb | 2010-05-17 | 1 | -13/+14 |
* | allocate ipv6 flows from the ipv6 flow zone | kmacy | 2010-05-16 | 2 | -1/+1 |
* | Fix an issue with the dynamic pcpu/vnet data allocators. | bz | 2010-05-14 | 1 | -1/+1 |
* | workaround bug with ipv6 where a flow can have a null rtentry | kmacy | 2010-05-12 | 1 | -2/+4 |
* | Remove page queues locking from all sf_buf_mext()-like functions. The page | alc | 2010-05-06 | 1 | -2/+0 |
* | Add page locking to the vm_page_cow* functions. | alc | 2010-05-04 | 1 | -2/+0 |
* | Add new tunable 'net.link.ifqmaxlen' to set default send interface | sobomax | 2010-05-03 | 5 | -4/+8 |
* | This is the first step in transitioning responsibility for synchronizing | alc | 2010-05-03 | 1 | -0/+2 |
* | On Alan's advice, rather than do a wholesale conversion on a single | kmacy | 2010-04-30 | 1 | -0/+2 |
* | MFP4: @176978-176982, 176984, 176990-176994, 177441 | bz | 2010-04-29 | 4 | -32/+10 |
* | need to initialize the lock before it is used | kmacy | 2010-04-27 | 1 | -1/+1 |
* | MFP4: @177254 | bz | 2010-04-27 | 1 | -3/+8 |
* | Provide compat32 shims for bpf(4), except zero-copy facilities. | kib | 2010-04-25 | 2 | -3/+166 |
* | Provide 32bit compat shims for sysctl net.route NET_RT_IFLIST. | kib | 2010-04-25 | 1 | -1/+101 |
* | Move two copies of the same definition to a common include file. | julian | 2010-04-14 | 2 | -9/+9 |
* | When an underlying ioctl(2) handler returns an error, our ioctl(2) | delphij | 2010-04-14 | 1 | -4/+3 |
* | Take a reference to make sure that the interface cannot go away during | bz | 2010-04-11 | 1 | -3/+8 |
* | Check that the interface is on the list of cloned interfaces before trying | bz | 2010-04-11 | 1 | -1/+11 |
* | Plug reference leaks in the link-layer code ("new-arp") that previously | bz | 2010-04-11 | 1 | -1/+4 |
* | In if_detach_internal() we cannot hold the af_data lock over the | bz | 2010-04-11 | 1 | -3/+9 |
* | In if_detach_internal() only try to do the detach run if if_attachdomain1() | bz | 2010-04-11 | 1 | -1/+1 |
* | Check the pointer to JIT binary filter before its de-allocation. | jkim | 2010-03-29 | 1 | -3/+4 |
* | Add MCS to the list of media types. | rpaulo | 2010-03-23 | 1 | -0/+2 |
* | - boot-time size the ipv4 flowtable and the maximum number of flows | kmacy | 2010-03-22 | 1 | -24/+82 |
* | Avoid holding the VLAN_LOCK() over the parent interface SIOCGIFMEDIA | emaste | 2010-03-21 | 1 | -2/+2 |
* | Split eventhandler_register() into an internal part and a wrapper function | bz | 2010-03-19 | 2 | -0/+69 |
* | Add ddb support to the "new" link layer code ("new-arp"): | bz | 2010-03-18 | 1 | -0/+136 |