summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* MFC 260207gnn2014-02-141-120/+126
* Merge r258478, r258479, r258480, r259719: fixes related to mass sourceglebius2014-01-221-3/+7
* Merge several fixlets from head:glebius2014-01-221-2/+1
* MFC r258675: Fix build.pluknet2014-01-181-1/+1
* MFC r258622: dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINEavg2014-01-171-5/+5
* MFC r260070scottl2014-01-023-4/+15
* Merge r256563:scottl2013-12-301-2/+5
* MFC r258692 (gnn).np2013-12-111-0/+433
* MFC 258591rodrigc2013-12-041-0/+3
* MFC r256689:ae2013-11-112-3/+43
* MFC r256624:melifaro2013-10-292-68/+114
* MFC r257078grehan2013-10-281-1/+1
* Merge from project branch via main. Uninteresting commits are trimmed.markm2013-10-122-2/+2
* There are some high performance NICs that count statistics in hardware,glebius2013-10-093-1/+4
* 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
OpenPOWER on IntegriCloud