| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename rt_msg1() to more handy rtsock_msg_mbuf(). | melifaro | 2014-05-08 | 1 | -9/+13 |
* | Fix incorrect netmasks being passed via rtsock. | melifaro | 2014-05-08 | 1 | -8/+38 |
* | Fix sysctl_ifmalist() broken in r265019. | melifaro | 2014-05-03 | 1 | -1/+1 |
* | Remove additional fib checks from rtalloc1_fib. | melifaro | 2014-05-03 | 1 | -9/+0 |
* | Pass radix head ptr along with rte to rtexpunge(). | melifaro | 2014-05-03 | 2 | -9/+2 |
* | Fix a panic caused by doing "ifconfig -am" while a lagg is being destroyed. | asomers | 2014-05-02 | 1 | -2/+12 |
* | Fix rnh_walktree_from() function (patch from kern/174959). | melifaro | 2014-05-01 | 1 | -4/+6 |
* | Partially revert r265019 - allocating 512 bytes on stack | melifaro | 2014-04-29 | 1 | -19/+8 |
* | Move rt_setmetrics() from rtsock.c to route.c. | melifaro | 2014-04-29 | 3 | -16/+25 |
* | Do not use senderr() in rtrequest1_fib_change(). | melifaro | 2014-04-29 | 1 | -5/+2 |
* | Fix build | melifaro | 2014-04-27 | 1 | -1/+1 |
* | Improve memory allocation model for rt_msg2() rtsock messages: | melifaro | 2014-04-27 | 1 | -53/+109 |
* | Remove useless zeroing of RTAX_DST on error. | melifaro | 2014-04-27 | 1 | -11/+17 |
* | Cleanup route_output() a bit. | melifaro | 2014-04-27 | 1 | -12/+11 |
* | Do not delay freeing rtm. Bandaid added in r227061 is not needed since r227061, | melifaro | 2014-04-27 | 1 | -4/+2 |
* | Move up fibnum to ensure it is always defined. | melifaro | 2014-04-27 | 1 | -2/+2 |
* | Remove useless `register' declarations. | melifaro | 2014-04-26 | 1 | -9/+9 |
* | Determine fibnum once in the beginning of route_output(). | melifaro | 2014-04-26 | 1 | -8/+8 |
* | Decouple RTM_CHANGE from RTM_GET handling in rtsock.c:route_output(). | melifaro | 2014-04-26 | 2 | -124/+146 |
* | Unify sa_equal() macro usage. | melifaro | 2014-04-26 | 4 | -9/+4 |
* | Fix subnet and default routes on different FIBs on the same subnet. | asomers | 2014-04-24 | 4 | -13/+18 |
* | Fix host and network routes for new interfaces when net.add_addr_allfibs=0 | asomers | 2014-04-24 | 3 | -6/+6 |
* | Backport from projects/pf r263908: | mm | 2014-04-20 | 1 | -0/+2 |
* | garbage collect something that hasn't been triggered in almost 5 years... | jmg | 2014-04-19 | 1 | -3/+0 |
* | For NFS mounts using rsize,wsize=65536 over TSO enabled | rmacklem | 2014-04-17 | 1 | -1/+3 |
* | Vlan did not set the value of if_hw_tsomax, so when vlan | rmacklem | 2014-04-15 | 1 | -0/+2 |
* | Fix build for non-INET that was broken by r264469. | rmacklem | 2014-04-15 | 1 | -1/+5 |
* | Lagg did not set the value of if_hw_tsomax, so when lagg | rmacklem | 2014-04-14 | 1 | -1/+8 |
* | In if_freemulti(), relax the paranoid KASSERT() on ifma->ifma_protospec. | bms | 2014-04-10 | 1 | -2/+0 |
* | Call sctp_addr_change() from rt_addrmsg() instead of rt_newaddrmsg_fib(), | tuexen | 2014-04-07 | 1 | -10/+10 |
* | Merge from projects/pf r251993 (glebius@): | mm | 2014-03-25 | 1 | -5/+3 |
* | Add a shorter alias for if_data.ifi_oqdrops. | np | 2014-03-20 | 1 | -0/+1 |
* | Include strings.h so that bpf_filter.c can be built in userland. | jmmv | 2014-03-19 | 1 | -0/+3 |
* | When exporting ifnet via sysctl, add ifqueue(9) drop count to the | glebius | 2014-03-19 | 1 | -6/+5 |
* | Garbage collect long time obsoleted (or never used) stuff from routing API. | glebius | 2014-03-15 | 3 | -41/+6 |
* | Several years after initial development, merge prototype support for | rwatson | 2014-03-15 | 1 | -1/+24 |
* | Remove AppleTalk support. | glebius | 2014-03-14 | 7 | -196/+5 |
* | Remove IPX support. | glebius | 2014-03-14 | 12 | -879/+1 |
* | Since 32-bit if_baudrate isn't enough to describe a baud rate of a 10 Gbit | glebius | 2014-03-13 | 5 | -177/+100 |
* | The route code used to mtx_destroy() a locked mutex before rtentry free. Now, | glebius | 2014-03-05 | 2 | -1/+13 |
* | Pacify gcc. | glebius | 2014-03-05 | 1 | -0/+1 |
* | Hide struct rtentry from userland. | glebius | 2014-03-05 | 1 | -0/+3 |
* | - Remove rt_metrics_lite and simply put its members into rtentry. | glebius | 2014-03-05 | 8 | -72/+80 |
* | Instead of playing games with casts simply add 3 more members to the | glebius | 2014-03-05 | 1 | -0/+4 |
* | Revert previous commit (262727) and bounce patch back to the | gnn | 2014-03-04 | 2 | -5/+3 |
* | Naming consistency fix. The routing code defines | gnn | 2014-03-04 | 2 | -3/+5 |
* | Remove more constants related to static sysctl nodes. The MAXID constants | jhb | 2014-02-25 | 1 | -6/+0 |
* | V_irtualize rtsock refcounting, which reduces the chances for panics | zec | 2014-02-19 | 1 | -17/+19 |
* | Fix incorrect assertions. | glebius | 2014-02-18 | 1 | -2/+4 |
* | Add my copyright to flowtable. | glebius | 2014-02-17 | 2 | -2/+2 |