| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert lagg(4) to use if_transmit instead of if_start. | glebius | 2012-09-20 | 1 | -24/+32 |
* | Utilize Jenkins hash with random seed for source nodes storage. | glebius | 2012-09-20 | 1 | -22/+0 |
* | Add missing break. | glebius | 2012-09-20 | 1 | -0/+1 |
* | Fix build, pass the pointy hat please. | glebius | 2012-09-18 | 1 | -1/+1 |
* | Make ruleset anchors in pf(4) reentrant. We've got two problems here: | glebius | 2012-09-18 | 1 | -7/+10 |
* | - Add $FreeBSD$ to allow modifications to this file. | glebius | 2012-09-18 | 1 | -2/+2 |
* | o Create directory sys/netpfil, where all packet filters should | glebius | 2012-09-14 | 4 | -0/+2387 |
* | Merge the projects/pf/head branch, that was worked on for last six months, | glebius | 2012-09-08 | 1 | -5/+10 |
* | Fix the build broken by r240099. | melifaro | 2012-09-04 | 1 | -0/+2 |
* | Introduce new link-layer PFIL hook V_link_pfil_hook. | melifaro | 2012-09-04 | 3 | -206/+62 |
* | - Move jenkins.h to jenkins_hash.c | glebius | 2012-09-04 | 1 | -3/+3 |
* | Change bridge(4) to use if_transmit for forwarding packets to underlying | glebius | 2012-09-03 | 1 | -33/+33 |
* | In ifc_alloc_unit(): | glebius | 2012-08-30 | 1 | -6/+15 |
* | Fix a silly grammar bogon. | jhb | 2012-08-21 | 1 | -1/+1 |
* | Refine the changes made in r208212 to avoid bogus failures from | jhb | 2012-08-20 | 1 | -13/+21 |
* | Unexpand a couple of TAILQ_FOREACH()s. | jhb | 2012-08-17 | 1 | -4/+1 |
* | After the PHYS_TO_VM_PAGE() function was de-inlined, the main reason | kib | 2012-08-05 | 1 | -0/+1 |
* | Fix races between in_lltable_prefix_free(), lla_lookup(), | glebius | 2012-08-02 | 3 | -13/+25 |
* | The llentry_update() is used only by flowtable and the latter | glebius | 2012-08-02 | 3 | -24/+15 |
* | Some more whitespace cleanup. | glebius | 2012-08-01 | 1 | -5/+5 |
* | Some style(9) and whitespace changes. | glebius | 2012-07-31 | 2 | -16/+17 |
* | Hardcode the loopback rx/tx checkum options for IPv6 to on without | bz | 2012-07-28 | 1 | -2/+26 |
* | Permit changing MTU in 6to4 relay. | melifaro | 2012-07-15 | 1 | -2/+14 |
* | Simplify error case | emaste | 2012-07-10 | 1 | -4/+4 |
* | Plug potential mbuf leak when bridging fragments | emaste | 2012-07-10 | 1 | -0/+2 |
* | In epair_clone_destroy(), when destroying the second half, we have to | trociny | 2012-07-09 | 1 | -18/+20 |
* | Restore error handling lost in r191603 | emaste | 2012-07-09 | 1 | -1/+1 |
* | Implement SIOCGIFMEDIA for if_tap(4) | emaste | 2012-07-06 | 1 | -4/+22 |
* | When ip_output()/ip6_output() is supplied a struct route *ro argument, | glebius | 2012-07-04 | 2 | -2/+16 |
* | Add the same check as vlan(4) where we ignore the ifnet departure event if the | thompsa | 2012-06-30 | 1 | -0/+3 |
* | Hold GIF_LOCK() for almost all of gif_start(). It is required to be held | jhb | 2012-06-29 | 2 | -19/+0 |
* | - Updated TOE support in the kernel. | np | 2012-06-19 | 2 | -2/+20 |
* | Fix comment to better reflect how we are | rrs | 2012-06-12 | 1 | -6/+11 |
* | Note to self. Have morning coffee *before* committing things. | rrs | 2012-06-12 | 1 | -4/+6 |
* | Opps forgot to commit the flag. | rrs | 2012-06-12 | 1 | -1/+1 |
* | Allow a gif tunnel to be used with ALTq. | rrs | 2012-06-12 | 1 | -46/+102 |
* | Fix a panic I introduced in r234487, the bridge softc pointer is set to null | thompsa | 2012-06-11 | 1 | -14/+22 |
* | Fix typo introduced in r236559. | melifaro | 2012-06-09 | 1 | -1/+1 |
* | Sort includes. | trociny | 2012-06-07 | 1 | -1/+1 |
* | Add VIMAGE support to if_tap. | trociny | 2012-06-07 | 1 | -0/+11 |
* | Fix panic introduced by r235745. Panic occurs after first packet traverse ren... | melifaro | 2012-06-04 | 1 | -2/+22 |
* | Seperate SCTP checksum offloading for IPv4 and IPv6. | tuexen | 2012-05-30 | 1 | -1/+1 |
* | Fix style(9) nits, reduce unnecessary type castings, etc., for bpf_setf(). | jkim | 2012-05-29 | 1 | -19/+20 |
* | - Save the previous filter right before we set new one. | jkim | 2012-05-29 | 1 | -63/+26 |
* | Fix 32-bit shim for BIOCSETF to drop all packets buffered on the descriptor | jkim | 2012-05-29 | 1 | -2/+12 |
* | Fix BPF_JITTER code broken by r235746. | melifaro | 2012-05-29 | 1 | -46/+48 |
* | if_lagg: allow to invoke SIOCSLAGGPORT multiple times in a row | rea | 2012-05-28 | 1 | -1/+6 |
* | It turns out that too many drivers are not only parsing the L2/3/4 | bz | 2012-05-28 | 2 | -6/+25 |
* | Turn LACP debugging from a compile time option to a sysctl, it is very handy to | thompsa | 2012-05-26 | 1 | -43/+37 |
* | MFp4 bz_ipv6_fast: | bz | 2012-05-25 | 1 | -1/+1 |