| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add media types for 40G media that might be used with FreeBSD. | John Baldwin | 2012-04-10 | 1 | -0/+9 |
* | Fix build broken by r233938. | Alexander V. Chernikov | 2012-04-06 | 1 | -1/+2 |
* | - Improve performace for writer-only BPF users. | Alexander V. Chernikov | 2012-04-06 | 3 | -6/+93 |
* | - Improve BPF locking model. | Alexander V. Chernikov | 2012-04-06 | 5 | -121/+176 |
* | Retire the IF_ADDR_LOCK() and IF_ADDR_UNLOCK() compat macros from HEAD. | John Baldwin | 2012-03-19 | 1 | -3/+0 |
* | Hide kernel option ROUTETABLES evaluations in the implementation | Bjoern A. Zeeb | 2012-03-18 | 2 | -21/+18 |
* | - remove an extra parenthesis in a closing brace; | Luigi Rizzo | 2012-03-11 | 1 | -1/+6 |