aboutsummaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Deprecate m_act. Use m_nextpkt always.Kevin Lo2014-07-172-2/+2
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-289-58/+17
* Revert r267961, r267973:Glen Barber2014-06-279-17/+58
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-279-58/+17
* - Modify vm_page_unwire() and vm_page_enqueue() to directly acceptAttilio Rao2014-06-161-1/+1
* Improve logic besides net.bpf.optimize_writers.Alexander V. Chernikov2014-06-111-12/+63
* misc bugfixes:Luigi Rizzo2014-06-061-4/+7
* whitespace change: fix one comment, remove a stale one.Luigi Rizzo2014-06-061-16/+2
* whitespace change: remove trailing whitespaceLuigi Rizzo2014-06-052-4/+4
* Introduce a procedural interface to the ifnet structure. The newMarcel Moolenaar2014-06-024-18/+778
* Fix unintended KBI change from r264905. Add _fib versions ofAlan Somers2014-05-294-13/+28
* Bump bhyve allocation up to 20 bits to avoidPeter Grehan2014-05-201-2/+2
* Rename rt_msg1() to more handy rtsock_msg_mbuf().Alexander V. Chernikov2014-05-081-9/+13
* Fix incorrect netmasks being passed via rtsock.Alexander V. Chernikov2014-05-081-8/+38
* Fix sysctl_ifmalist() broken in r265019.Alexander V. Chernikov2014-05-031-1/+1
* Remove additional fib checks from rtalloc1_fib.Alexander V. Chernikov2014-05-031-9/+0
* Pass radix head ptr along with rte to rtexpunge().Alexander V. Chernikov2014-05-032-9/+2
* Fix a panic caused by doing "ifconfig -am" while a lagg is being destroyed.Alan Somers2014-05-021-2/+12
* Fix rnh_walktree_from() function (patch from kern/174959).Alexander V. Chernikov2014-05-011-4/+6
* Partially revert r265019 - allocating 512 bytes on stackAlexander V. Chernikov2014-04-291-19/+8
* Move rt_setmetrics() from rtsock.c to route.c.Alexander V. Chernikov2014-04-293-16/+25
* Do not use senderr() in rtrequest1_fib_change().Alexander V. Chernikov2014-04-291-5/+2
* Fix buildAlexander V. Chernikov2014-04-271-1/+1
* Improve memory allocation model for rt_msg2() rtsock messages:Alexander V. Chernikov2014-04-271-53/+109
* Remove useless zeroing of RTAX_DST on error.Alexander V. Chernikov2014-04-271-11/+17
* Cleanup route_output() a bit.Alexander V. Chernikov2014-04-271-12/+11
* Do not delay freeing rtm. Bandaid added in r227061 is not needed since r227061,Alexander V. Chernikov2014-04-271-4/+2
* Move up fibnum to ensure it is always defined.Alexander V. Chernikov2014-04-271-2/+2
* Remove useless `register' declarations.Alexander V. Chernikov2014-04-261-9/+9
* Determine fibnum once in the beginning of route_output().Alexander V. Chernikov2014-04-261-8/+8
* Decouple RTM_CHANGE from RTM_GET handling in rtsock.c:route_output().Alexander V. Chernikov2014-04-262-124/+146
* Unify sa_equal() macro usage.Alexander V. Chernikov2014-04-264-9/+4
* Fix subnet and default routes on different FIBs on the same subnet.Alan Somers2014-04-244-13/+18
* Fix host and network routes for new interfaces when net.add_addr_allfibs=0Alan Somers2014-04-243-6/+6
* Backport from projects/pf r263908:Martin Matuska2014-04-201-0/+2
|\
| * De-virtualize UMA zone pf_mtag_z and move to global initialization part.Martin Matuska2014-03-291-0/+2
| * Merge head up to r263906.Martin Matuska2014-03-2928-1390/+259
| |\
| * \ Merge head up to r262222 (last merge was incomplete).Martin Matuska2014-02-1926-2102/+2645
| |\ \
| * \ \ Merge head up to r258343.Gleb Smirnoff2013-11-193-33/+91
| |\ \ \
| * | | | - Split functions that initialize various pf parts into their vimageGleb Smirnoff2013-11-181-3/+3
| * | | | Merge head r232040 through r258006.Gleb Smirnoff2013-11-118-296/+171
| |\ \ \ \
| * \ \ \ \ Merge head r232040 through r257457.Gleb Smirnoff2013-10-3141-769/+620
| |\ \ \ \ \
| * \ \ \ \ \ Merge head r233826 through r256722.Gleb Smirnoff2013-10-1830-376/+740
| |\ \ \ \ \ \
* | | | | | | | garbage collect something that hasn't been triggered in almost 5 years...John-Mark Gurney2014-04-191-3/+0
* | | | | | | | For NFS mounts using rsize,wsize=65536 over TSO enabledRick Macklem2014-04-171-1/+3
* | | | | | | | Vlan did not set the value of if_hw_tsomax, so when vlanRick Macklem2014-04-151-0/+2
* | | | | | | | Fix build for non-INET that was broken by r264469.Rick Macklem2014-04-151-1/+5
* | | | | | | | Lagg did not set the value of if_hw_tsomax, so when laggRick Macklem2014-04-141-1/+8
* | | | | | | | In if_freemulti(), relax the paranoid KASSERT() on ifma->ifma_protospec.Bruce M Simpson2014-04-101-2/+0
* | | | | | | | Call sctp_addr_change() from rt_addrmsg() instead of rt_newaddrmsg_fib(),Michael Tuexen2014-04-071-10/+10
| |_|_|_|_|_|/ |/| | | | | |