| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Decouple the UUID generator from network interfaces by having MAC | marcel | 2013-07-24 | 1 | -0/+8 |
* | PR: 168520 170096 | rodrigc | 2013-07-15 | 1 | -3/+6 |
* | Bring over some link aggregation / LACP protocol improvements and debugging | adrian | 2013-07-13 | 3 | -18/+98 |
* | Add a leaf node CTL_NET.PF_ROUTE.0.AF.NET_RT_DUMP.0.FIB. This returns | hrs | 2013-07-12 | 1 | -2/+13 |
* | - Drop GIF_ACCEPT_REVETHIP flag by default. | hrs | 2013-07-12 | 1 | -1/+13 |
* | Correct CTASSERT condition. | ae | 2013-07-09 | 1 | -1/+2 |
* | Migrate structs arpstat, icmpstat, mrtstat, pimstat and udpstat to PCPU | ae | 2013-07-09 | 1 | -2/+10 |
* | Add several macros to help migrate statistics structures to PCPU counters. | ae | 2013-07-09 | 1 | -0/+49 |
* | Prepare network statistics structures for migration to PCPU counters. | ae | 2013-07-09 | 1 | -9/+9 |
* | Fix typo: minmum -> minimum. | cperciva | 2013-07-05 | 1 | -1/+1 |
* | Fix a compiler warning. | hrs | 2013-07-03 | 1 | -0/+1 |
* | - Allow ND6_IFF_AUTO_LINKLOCAL for IFT_BRIDGE. An interface with IFT_BRIDGE | hrs | 2013-07-02 | 2 | -18/+113 |
* | Due to the routing related networking kernel redesign work | qingli | 2013-06-25 | 2 | -3/+17 |
* | Return ENETDOWN instead of ENOENT when all lagg(4) links are | delphij | 2013-06-17 | 1 | -3/+3 |
* | Return ENETDOWN when the parent interface is down. | hrs | 2013-06-16 | 1 | -1/+1 |
* | Properly set curvnet context in lagg_port_setlladdr() task handler. | trociny | 2013-06-07 | 1 | -0/+2 |
* | Fix build with both INET and INET6 disabled. | jhb | 2013-06-04 | 1 | -0/+2 |
* | Allow drivers to specify a maximum TSO length in bytes if they are | andre | 2013-06-03 | 2 | -6/+18 |
* | Bring in a number of new features, mostly implemented by Michio Honda: | luigi | 2013-05-30 | 1 | -4/+34 |
* | clarify usage of NETMAP_BUF | luigi | 2013-05-30 | 1 | -2/+2 |
* | While waiting for the bpf hold buffer to become idle, check | ghelmer | 2013-05-23 | 1 | -2/+7 |
* | Allow certain headers to be included more easily. | ed | 2013-05-21 | 1 | -3/+5 |
* | Use separate function to update mbuf checksum flags instead of | melifaro | 2013-05-18 | 1 | -24/+19 |