| Commit message (Expand) | Author | Age | Files | Lines |
| * | After the PHYS_TO_VM_PAGE() function was de-inlined, the main reason | Konstantin Belousov | 2012-08-05 | 1 | -0/+1 |
| * | Fix races between in_lltable_prefix_free(), lla_lookup(), | Gleb Smirnoff | 2012-08-02 | 3 | -13/+25 |
| * | The llentry_update() is used only by flowtable and the latter | Gleb Smirnoff | 2012-08-02 | 3 | -24/+15 |
| * | Some more whitespace cleanup. | Gleb Smirnoff | 2012-08-01 | 1 | -5/+5 |
| * | Some style(9) and whitespace changes. | Gleb Smirnoff | 2012-07-31 | 2 | -16/+17 |
| * | Hardcode the loopback rx/tx checkum options for IPv6 to on without | Bjoern A. Zeeb | 2012-07-28 | 1 | -2/+26 |
| * | Permit changing MTU in 6to4 relay. | Alexander V. Chernikov | 2012-07-15 | 1 | -2/+14 |
| * | Simplify error case | Ed Maste | 2012-07-10 | 1 | -4/+4 |
| * | Plug potential mbuf leak when bridging fragments | Ed Maste | 2012-07-10 | 1 | -0/+2 |
| * | In epair_clone_destroy(), when destroying the second half, we have to | Mikolaj Golub | 2012-07-09 | 1 | -18/+20 |
| * | Restore error handling lost in r191603 | Ed Maste | 2012-07-09 | 1 | -1/+1 |
| * | Implement SIOCGIFMEDIA for if_tap(4) | Ed Maste | 2012-07-06 | 1 | -4/+22 |
| * | When ip_output()/ip6_output() is supplied a struct route *ro argument, | Gleb Smirnoff | 2012-07-04 | 2 | -2/+16 |
| * | Add the same check as vlan(4) where we ignore the ifnet departure event if the | Andrew Thompson | 2012-06-30 | 1 | -0/+3 |
| * | Hold GIF_LOCK() for almost all of gif_start(). It is required to be held | John Baldwin | 2012-06-29 | 2 | -19/+0 |
| * | - Updated TOE support in the kernel. | Navdeep Parhar | 2012-06-19 | 2 | -2/+20 |
| * | Fix comment to better reflect how we are | Randall Stewart | 2012-06-12 | 1 | -6/+11 |
| * | Note to self. Have morning coffee *before* committing things. | Randall Stewart | 2012-06-12 | 1 | -4/+6 |
| * | Opps forgot to commit the flag. | Randall Stewart | 2012-06-12 | 1 | -1/+1 |
| * | Allow a gif tunnel to be used with ALTq. | Randall Stewart | 2012-06-12 | 1 | -46/+102 |
| * | Fix a panic I introduced in r234487, the bridge softc pointer is set to null | Andrew Thompson | 2012-06-11 | 1 | -14/+22 |
| * | Fix typo introduced in r236559. | Alexander V. Chernikov | 2012-06-09 | 1 | -1/+1 |
| * | Sort includes. | Mikolaj Golub | 2012-06-07 | 1 | -1/+1 |
| * | Add VIMAGE support to if_tap. | Mikolaj Golub | 2012-06-07 | 1 | -0/+11 |
| * | Fix panic introduced by r235745. Panic occurs after first packet traverse ren... | Alexander V. Chernikov | 2012-06-04 | 1 | -2/+22 |
| * | Seperate SCTP checksum offloading for IPv4 and IPv6. | Michael Tuexen | 2012-05-30 | 1 | -1/+1 |
| * | Fix style(9) nits, reduce unnecessary type castings, etc., for bpf_setf(). | Jung-uk Kim | 2012-05-29 | 1 | -19/+20 |
| * | - Save the previous filter right before we set new one. | Jung-uk Kim | 2012-05-29 | 1 | -63/+26 |
| * | Fix 32-bit shim for BIOCSETF to drop all packets buffered on the descriptor | Jung-uk Kim | 2012-05-29 | 1 | -2/+12 |
| * | Fix BPF_JITTER code broken by r235746. | Alexander V. Chernikov | 2012-05-29 | 1 | -46/+48 |
| * | if_lagg: allow to invoke SIOCSLAGGPORT multiple times in a row | Eygene Ryabinkin | 2012-05-28 | 1 | -1/+6 |
| * | It turns out that too many drivers are not only parsing the L2/3/4 | Bjoern A. Zeeb | 2012-05-28 | 2 | -6/+25 |
| * | Turn LACP debugging from a compile time option to a sysctl, it is very handy to | Andrew Thompson | 2012-05-26 | 1 | -43/+37 |
| * | MFp4 bz_ipv6_fast: | Bjoern A. Zeeb | 2012-05-25 | 1 | -1/+1 |
| * | Make most BPF ioctls() SMP-safe. | Alexander V. Chernikov | 2012-05-21 | 1 | -6/+47 |
| * | Call bpf_jitter() before acquiring BPF global lock due to malloc() being used... | Alexander V. Chernikov | 2012-05-21 | 3 | -29/+43 |
| * | Fix old panic when BPF consumer attaches to destroying interface. | Alexander V. Chernikov | 2012-05-21 | 5 | -99/+137 |
| * | Fix panic on attaching to non-existent interface (introduced by r233937, poin... | Alexander V. Chernikov | 2012-05-21 | 1 | -42/+136 |
| * | Use the LLINDEX macro to access the link-level I/F index. This makes | Marcel Moolenaar | 2012-05-19 | 1 | -0/+1 |
| * | Sync DLTs with the latest pcap version. | Xin LI | 2012-05-14 | 1 | -2/+122 |
| * | Revert r234834 per luigi@ request. | Alexander V. Chernikov | 2012-05-03 | 2 | -0/+2 |
| * | Relax restriction on direct tx to child ports | Ed Maste | 2012-05-03 | 1 | -13/+3 |
| * | Move several enums and structures required for L2 filtering from ip_fw_privat... | Alexander V. Chernikov | 2012-04-30 | 2 | -2/+0 |
| * | Do not require radix write lock to be held while dumping route table | Alexander V. Chernikov | 2012-04-22 | 1 | -2/+2 |
| * | Move the interface media check to a taskqueue, some interfaces (usb) sleep | Andrew Thompson | 2012-04-20 | 2 | -21/+44 |
| * | Add linkstate to bridge(4), set the link to up when at least one underlying | Andrew Thompson | 2012-04-20 | 4 | -35/+60 |
| * | Remove KASSERTS, they do not add any value here since the pointer is about to | Andrew Thompson | 2012-04-18 | 1 | -6/+2 |
| * | A bit of cleanup in the names of fields of netmap-related structures. | Luigi Rizzo | 2012-04-13 | 2 | -6/+6 |
| * | remove an unnecessary #define | Luigi Rizzo | 2012-04-12 | 1 | -4/+0 |
| * | Set the proto to LAGG_PROTO_NONE before calling the detach routine so packets | Andrew Thompson | 2012-04-12 | 1 | -6/+10 |