| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r318649: | tuexen | 2017-06-01 | 1 | -0/+9 |
* | MFC 317464: | tuexen | 2017-06-01 | 1 | -3/+3 |
* | MFC r317457: | tuexen | 2017-06-01 | 2 | -3/+3 |
* | MFC r318124: | np | 2017-05-25 | 1 | -0/+1 |
* | MFC r317186 | kp | 2017-04-23 | 1 | -0/+2 |
* | MFC r313025, r313395, r314113, r314442, r315458, r315656 | asomers | 2017-04-17 | 7 | -68/+140 |
* | MFC r316313, r316328: | smh | 2017-04-14 | 1 | -10/+9 |
* | MFC r303863: | smh | 2017-04-14 | 1 | -0/+419 |
* | MFC r306829, r310286, r311695: | markj | 2017-04-11 | 5 | -148/+334 |
* | Fix reference count leak with L2 caching. | karels | 2017-04-10 | 1 | -2/+1 |
* | MFC r304041: | ae | 2017-04-03 | 1 | -0/+154 |
* | MFC r303012: | ae | 2017-04-03 | 1 | -0/+51 |
* | MFC r304572 (by bz): | ae | 2017-03-18 | 10 | -711/+85 |
* | MFC r314430: | ae | 2017-03-07 | 1 | -0/+9 |
* | MFC r312307: | markj | 2017-02-03 | 1 | -6/+10 |
* | MFC r309888: | ae | 2017-01-24 | 1 | -33/+27 |
* | MFC r310258: | ae | 2017-01-10 | 1 | -11/+24 |
* | MFC r309883: | ae | 2017-01-08 | 3 | -4/+312 |
* | MFC r310590: | tuexen | 2016-12-29 | 1 | -3/+3 |
* | MFC r309607: | tuexen | 2016-12-18 | 2 | -7/+0 |
* | MFC r307726: | tuexen | 2016-12-18 | 2 | -3/+3 |
* | MFC: 307541 | gnn | 2016-11-23 | 1 | -0/+15 |
* | MFC r306792-r306795, r306826, r306828: | markj | 2016-10-19 | 2 | -47/+23 |
* | MFC r306459: | ae | 2016-10-06 | 1 | -1/+1 |
* | MFC r306046: | markj | 2016-10-04 | 1 | -108/+51 |
* | MFC r306285: | markj | 2016-10-02 | 4 | -12/+12 |
* | MFC r304713: | karels | 2016-09-21 | 2 | -1/+11 |
* | MFC r303626 (by gallatin) | hiren | 2016-08-29 | 2 | -11/+14 |
* | MFC r304545: Disable L2 caching for UDP over IPv6 | karels | 2016-08-20 | 1 | -1/+1 |
* | MFC r302906: | ae | 2016-08-14 | 2 | -1/+41 |
* | MFC r303657: | ae | 2016-08-05 | 1 | -1/+2 |
* | MFC r303171: Fix per-connection L2 caching in fast path | karels | 2016-08-03 | 1 | -2/+9 |
* | MFC r302784: | dim | 2016-07-16 | 1 | -2/+2 |
* | Don't consider the socket when processing an incoming ICMP/ICMP6 packet, | tuexen | 2016-06-23 | 1 | -2/+1 |
* | Fix the NULL pointer dereference for unresolved link layer entries in | ae | 2016-06-22 | 1 | -2/+8 |
* | Get closer to a VIMAGE network stack teardown from top to bottom rather | bz | 2016-06-21 | 8 | -26/+85 |
* | Remove the SIOCSIFALIFETIME_IN6 ioctl. | pfg | 2016-06-13 | 2 | -45/+0 |
* | Cleanup unneded include "opt_ipfw.h". | ae | 2016-06-09 | 4 | -4/+0 |
* | Make KASSERT message more useful by printing the variables on which | bz | 2016-06-06 | 1 | -1/+2 |
* | Move the callout_reset() to the end of the work not having it stick | bz | 2016-06-06 | 1 | -3/+4 |
* | Introduce a per-VNET flag to enable/disable netisr prcessing on that VNET. | bz | 2016-06-03 | 1 | -1/+13 |
* | This change re-adds L2 caching for TCP and UDP, as originally added in D4306 | gnn | 2016-06-02 | 5 | -7/+24 |
* | Exploit r301213 to fix in6 ifaddr locking in pfxlist_onlink_check(). | markj | 2016-06-02 | 1 | -5/+6 |
* | Always start IPv6 DAD asynchronously. | markj | 2016-06-02 | 1 | -7/+1 |
* | The pr_destroy field does not allow us to run the teardown code in a | bz | 2016-06-01 | 3 | -8/+4 |
* | Add PR_CONNREQUIRED for SOCK_STREAM sockets using SCTP. | tuexen | 2016-05-30 | 1 | -1/+1 |
* | Plug route reference underleak that happens with FLOWTABLE after r297225. | glebius | 2016-05-27 | 1 | -1/+5 |
* | Mark the prefix and default router list sysctl handlers MPSAFE. | markj | 2016-05-23 | 1 | -6/+9 |
* | Acquire the nd6 lock in the prefix list sysctl handler. | markj | 2016-05-23 | 1 | -6/+9 |
* | Remove ip6 adjusting from the place where pointer couldn't be changed. | ae | 2016-05-20 | 1 | -4/+1 |