summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Bump bhyve allocation up to 20 bits to avoidgrehan2014-05-201-2/+2
* Rename rt_msg1() to more handy rtsock_msg_mbuf().melifaro2014-05-081-9/+13
* Fix incorrect netmasks being passed via rtsock.melifaro2014-05-081-8/+38
* Fix sysctl_ifmalist() broken in r265019.melifaro2014-05-031-1/+1
* Remove additional fib checks from rtalloc1_fib.melifaro2014-05-031-9/+0
* Pass radix head ptr along with rte to rtexpunge().melifaro2014-05-032-9/+2
* Fix a panic caused by doing "ifconfig -am" while a lagg is being destroyed.asomers2014-05-021-2/+12
* Fix rnh_walktree_from() function (patch from kern/174959).melifaro2014-05-011-4/+6
* Partially revert r265019 - allocating 512 bytes on stackmelifaro2014-04-291-19/+8
* Move rt_setmetrics() from rtsock.c to route.c.melifaro2014-04-293-16/+25
* Do not use senderr() in rtrequest1_fib_change().melifaro2014-04-291-5/+2
* Fix buildmelifaro2014-04-271-1/+1
* Improve memory allocation model for rt_msg2() rtsock messages:melifaro2014-04-271-53/+109
* Remove useless zeroing of RTAX_DST on error.melifaro2014-04-271-11/+17
* Cleanup route_output() a bit.melifaro2014-04-271-12/+11
* Do not delay freeing rtm. Bandaid added in r227061 is not needed since r227061,melifaro2014-04-271-4/+2
* Move up fibnum to ensure it is always defined.melifaro2014-04-271-2/+2
* Remove useless `register' declarations.melifaro2014-04-261-9/+9
* Determine fibnum once in the beginning of route_output().melifaro2014-04-261-8/+8
* Decouple RTM_CHANGE from RTM_GET handling in rtsock.c:route_output().melifaro2014-04-262-124/+146
* Unify sa_equal() macro usage.melifaro2014-04-264-9/+4
* Fix subnet and default routes on different FIBs on the same subnet.asomers2014-04-244-13/+18
* Fix host and network routes for new interfaces when net.add_addr_allfibs=0asomers2014-04-243-6/+6
* Backport from projects/pf r263908:mm2014-04-201-0/+2
* garbage collect something that hasn't been triggered in almost 5 years...jmg2014-04-191-3/+0
* For NFS mounts using rsize,wsize=65536 over TSO enabledrmacklem2014-04-171-1/+3
* Vlan did not set the value of if_hw_tsomax, so when vlanrmacklem2014-04-151-0/+2
* Fix build for non-INET that was broken by r264469.rmacklem2014-04-151-1/+5
* Lagg did not set the value of if_hw_tsomax, so when laggrmacklem2014-04-141-1/+8
* In if_freemulti(), relax the paranoid KASSERT() on ifma->ifma_protospec.bms2014-04-101-2/+0
* Call sctp_addr_change() from rt_addrmsg() instead of rt_newaddrmsg_fib(),tuexen2014-04-071-10/+10
* Merge from projects/pf r251993 (glebius@):mm2014-03-251-5/+3
* Add a shorter alias for if_data.ifi_oqdrops.np2014-03-201-0/+1
* Include strings.h so that bpf_filter.c can be built in userland.jmmv2014-03-191-0/+3
* When exporting ifnet via sysctl, add ifqueue(9) drop count to theglebius2014-03-191-6/+5
* Garbage collect long time obsoleted (or never used) stuff from routing API.glebius2014-03-153-41/+6
* Several years after initial development, merge prototype support forrwatson2014-03-151-1/+24
* Remove AppleTalk support.glebius2014-03-147-196/+5
* Remove IPX support.glebius2014-03-1412-879/+1
* Since 32-bit if_baudrate isn't enough to describe a baud rate of a 10 Gbitglebius2014-03-135-177/+100
* The route code used to mtx_destroy() a locked mutex before rtentry free. Now,glebius2014-03-052-1/+13
* Pacify gcc.glebius2014-03-051-0/+1
* Hide struct rtentry from userland.glebius2014-03-051-0/+3
* - Remove rt_metrics_lite and simply put its members into rtentry.glebius2014-03-058-72/+80
* Instead of playing games with casts simply add 3 more members to theglebius2014-03-051-0/+4
* Revert previous commit (262727) and bounce patch back to thegnn2014-03-042-5/+3
* Naming consistency fix. The routing code definesgnn2014-03-042-3/+5
* Remove more constants related to static sysctl nodes. The MAXID constantsjhb2014-02-251-6/+0
* V_irtualize rtsock refcounting, which reduces the chances for panicszec2014-02-191-17/+19
* Fix incorrect assertions.glebius2014-02-181-2/+4
OpenPOWER on IntegriCloud