| Commit message (Expand) | Author | Age | Files | Lines |
* | Bulk sync of pf changes from head, in attempt to fixup broken build I | glebius | 2014-03-12 | 3 | -242/+5 |
* | Merge r261882, r261898, r261937, r262760, r262799: | glebius | 2014-03-11 | 1 | -4/+9 |
* | Merge r262770 from head: pacify gcc. | glebius | 2014-03-05 | 1 | -0/+1 |
* | Merge r261582, r261601, r261610, r261613, r261627, r261640, r261641, r261823, | glebius | 2014-03-04 | 3 | -1392/+711 |
* | Merge r261590: Fixup for r261590 (vnet sysctl handlers cleanup) | glebius | 2014-03-04 | 1 | -1/+1 |
* | Merge r261590, r261592 from head: | glebius | 2014-03-04 | 2 | -50/+4 |
* | MFH: sync the netmap code with the one in HEAD | luigi | 2014-02-18 | 2 | -264/+1045 |
* | MFC 260207 | gnn | 2014-02-14 | 1 | -120/+126 |
* | Merge r258478, r258479, r258480, r259719: fixes related to mass source | glebius | 2014-01-22 | 1 | -3/+7 |
* | Merge several fixlets from head: | glebius | 2014-01-22 | 1 | -2/+1 |
* | MFC r258675: Fix build. | pluknet | 2014-01-18 | 1 | -1/+1 |
* | MFC r258622: dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINE | avg | 2014-01-17 | 1 | -5/+5 |
* | MFC r260070 | scottl | 2014-01-02 | 3 | -4/+15 |
* | Merge r256563: | scottl | 2013-12-30 | 1 | -2/+5 |
* | MFC r258692 (gnn). | np | 2013-12-11 | 1 | -0/+433 |
* | MFC 258591 | rodrigc | 2013-12-04 | 1 | -0/+3 |
* | MFC r256689: | ae | 2013-11-11 | 2 | -3/+43 |
* | MFC r256624: | melifaro | 2013-10-29 | 2 | -68/+114 |
* | MFC r257078 | grehan | 2013-10-28 | 1 | -1/+1 |
* | Merge from project branch via main. Uninteresting commits are trimmed. | markm | 2013-10-12 | 2 | -2/+2 |
* | There are some high performance NICs that count statistics in hardware, | glebius | 2013-10-09 | 3 | -1/+4 |
* | Clear knlist before destroying it in tap(4) and tun(4). This fixes later | glebius | 2013-10-02 | 2 | -0/+2 |
* | Fix a fallout from r241610. One enc interface must be created on startup. | glebius | 2013-09-28 | 1 | -1/+1 |
* | Clean up SIOCSIFDSTADDR usage from ifnet drivers. The ioctl itself is | glebius | 2013-09-11 | 4 | -10/+0 |
* | Fix the length calculation for the final block of a sendfile(2) | des | 2013-09-10 | 1 | -2/+16 |
* | Bring in some behind-the-scenes development, mainly By Arthur Mesh, | markm | 2013-09-07 | 2 | -4/+2 |
|\ |
|
| * | MFC | markm | 2013-09-07 | 1 | -45/+3 |
| |\ |
|
| * \ | MFC | markm | 2013-08-30 | 4 | -40/+56 |
| |\ \ |
|
| * | | | Snapshot; Do some running repairs on entropy harvesting. More needs to follow. | markm | 2013-08-26 | 2 | -4/+2 |
* | | | | Don't clear the unused SI_CHEAPCLONE flag in tap_create()/tuncreate(). | davide | 2013-09-07 | 2 | -4/+0 |
| |_|/
|/| | |
|
* | | | Retire netisr.netisr_direct and netisr.netisr_direct_force sysctls. | davide | 2013-09-06 | 1 | -45/+3 |
| |/
|/| |
|
* | | Convert the if_lagg rwlock to an rmlock. | adrian | 2013-08-29 | 2 | -33/+56 |
* | | Remove include opt_ofed.h since OFED is unifdef'd. | alfred | 2013-08-27 | 1 | -2/+0 |
* | | Remove most of the remaining sysctl name list macros. They were only | jhb | 2013-08-26 | 1 | -5/+0 |
|/ |
|
* | Remove unnecessary setup of the m->pkthdr.header pointer. | andre | 2013-08-25 | 2 | -2/+0 |
* | Remove the #ifdef OFED from the 20 byte mac in struct llentry. | alfred | 2013-08-25 | 1 | -2/+0 |
* | Restructure the mbuf pkthdr to make it fit for upcoming capabilities and | andre | 2013-08-24 | 1 | -1/+1 |
* | Whitespace, style cleanups, and improved comments. | andre | 2013-08-24 | 1 | -22/+24 |
* | ename PFIL_LIST_[UN]LOCK() to PFIL_HEADLIST_[UN]LOCK() to avoid | andre | 2013-08-24 | 2 | -9/+11 |
* | Resolve the confusion between the head_list and the hook list. | andre | 2013-08-24 | 2 | -35/+48 |
* | Internalize pfil_hook_get(). There are no outside consumers of | andre | 2013-08-24 | 2 | -12/+13 |
* | Convert one instance of pfil hook callback missed in r254769. | andre | 2013-08-24 | 1 | -4/+1 |
* | Introduce typedef for pfil hook callback function and replace all | andre | 2013-08-24 | 2 | -13/+9 |
* | After r241616 properly export ifi_baudrate_pf in the 32bit compat case. | bz | 2013-08-20 | 1 | -1/+2 |
* | Add m_clrprotoflags() to clear protocol specific mbuf flags at up and | andre | 2013-08-19 | 1 | -1/+1 |
* | Add a missing module version declaration to if_tun(4). | markj | 2013-08-07 | 1 | -0/+1 |
* | sin6 should be assigned before the loop. | hrs | 2013-07-28 | 1 | -1/+1 |
* | - Relax the restriction on the member interfaces with LLAs. Two or more | hrs | 2013-07-28 | 1 | -27/+8 |
* | Break out the static, global LACP debug options into a per-lagg unit | adrian | 2013-07-26 | 4 | -19/+62 |
* | Fix typo. | adrian | 2013-07-25 | 1 | -1/+1 |