summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Clear knlist before destroying it in tap(4) and tun(4). This fixes laterglebius2013-10-022-0/+2
* Fix a fallout from r241610. One enc interface must be created on startup.glebius2013-09-281-1/+1
* Clean up SIOCSIFDSTADDR usage from ifnet drivers. The ioctl itself isglebius2013-09-114-10/+0
* Fix the length calculation for the final block of a sendfile(2)des2013-09-101-2/+16
* Bring in some behind-the-scenes development, mainly By Arthur Mesh,markm2013-09-072-4/+2
|\
| * MFCmarkm2013-09-071-45/+3
| |\
| * \ MFCmarkm2013-08-304-40/+56
| |\ \
| * | | Snapshot; Do some running repairs on entropy harvesting. More needs to follow.markm2013-08-262-4/+2
* | | | Don't clear the unused SI_CHEAPCLONE flag in tap_create()/tuncreate().davide2013-09-072-4/+0
| |_|/ |/| |
* | | Retire netisr.netisr_direct and netisr.netisr_direct_force sysctls.davide2013-09-061-45/+3
| |/ |/|
* | Convert the if_lagg rwlock to an rmlock.adrian2013-08-292-33/+56
* | Remove include opt_ofed.h since OFED is unifdef'd.alfred2013-08-271-2/+0
* | Remove most of the remaining sysctl name list macros. They were onlyjhb2013-08-261-5/+0
|/
* Remove unnecessary setup of the m->pkthdr.header pointer.andre2013-08-252-2/+0
* Remove the #ifdef OFED from the 20 byte mac in struct llentry.alfred2013-08-251-2/+0
* Restructure the mbuf pkthdr to make it fit for upcoming capabilities andandre2013-08-241-1/+1
* Whitespace, style cleanups, and improved comments.andre2013-08-241-22/+24
* ename PFIL_LIST_[UN]LOCK() to PFIL_HEADLIST_[UN]LOCK() to avoidandre2013-08-242-9/+11
* Resolve the confusion between the head_list and the hook list.andre2013-08-242-35/+48
* Internalize pfil_hook_get(). There are no outside consumers ofandre2013-08-242-12/+13
* Convert one instance of pfil hook callback missed in r254769.andre2013-08-241-4/+1
* Introduce typedef for pfil hook callback function and replace allandre2013-08-242-13/+9
* After r241616 properly export ifi_baudrate_pf in the 32bit compat case.bz2013-08-201-1/+2
* Add m_clrprotoflags() to clear protocol specific mbuf flags at up andandre2013-08-191-1/+1
* Add a missing module version declaration to if_tun(4).markj2013-08-071-0/+1
* sin6 should be assigned before the loop.hrs2013-07-281-1/+1
* - Relax the restriction on the member interfaces with LLAs. Two or morehrs2013-07-281-27/+8
* Break out the static, global LACP debug options into a per-lagg unitadrian2013-07-264-19/+62
* Fix typo.adrian2013-07-251-1/+1
* Decouple the UUID generator from network interfaces by having MACmarcel2013-07-241-0/+8
* PR: 168520 170096rodrigc2013-07-151-3/+6
* Bring over some link aggregation / LACP protocol improvements and debuggingadrian2013-07-133-18/+98
* Add a leaf node CTL_NET.PF_ROUTE.0.AF.NET_RT_DUMP.0.FIB. This returnshrs2013-07-121-2/+13
* - Drop GIF_ACCEPT_REVETHIP flag by default.hrs2013-07-121-1/+13
* Correct CTASSERT condition.ae2013-07-091-1/+2
* Migrate structs arpstat, icmpstat, mrtstat, pimstat and udpstat to PCPUae2013-07-091-2/+10
* Add several macros to help migrate statistics structures to PCPU counters.ae2013-07-091-0/+49
* Prepare network statistics structures for migration to PCPU counters.ae2013-07-091-9/+9
* Fix typo: minmum -> minimum.cperciva2013-07-051-1/+1
* Fix a compiler warning.hrs2013-07-031-0/+1
* - Allow ND6_IFF_AUTO_LINKLOCAL for IFT_BRIDGE. An interface with IFT_BRIDGEhrs2013-07-022-18/+113
* Due to the routing related networking kernel redesign workqingli2013-06-252-3/+17
* Return ENETDOWN instead of ENOENT when all lagg(4) links aredelphij2013-06-171-3/+3
* Return ENETDOWN when the parent interface is down.hrs2013-06-161-1/+1
* Properly set curvnet context in lagg_port_setlladdr() task handler.trociny2013-06-071-0/+2
* Fix build with both INET and INET6 disabled.jhb2013-06-041-0/+2
* Allow drivers to specify a maximum TSO length in bytes if they areandre2013-06-032-6/+18
* Bring in a number of new features, mostly implemented by Michio Honda:luigi2013-05-301-4/+34
* clarify usage of NETMAP_BUFluigi2013-05-301-2/+2
* While waiting for the bpf hold buffer to become idle, checkghelmer2013-05-231-2/+7
OpenPOWER on IntegriCloud