| Commit message (Expand) | Author | Age | Files | Lines |
* | Add sizes to free() calls |  kn | 2020-09-12 | 1 | -9/+15 |
* | Add sizes to free() calls |  kn | 2020-08-22 | 1 | -21/+23 |
* | Zap LOOPALIVECNT |  kn | 2020-08-14 | 1 | -2/+1 |
* | Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API. |  patrick | 2020-07-10 | 1 | -3/+3 |
* | Change users of IFQ_PURGE() to use the "new" API. |  patrick | 2020-07-10 | 1 | -2/+2 |
* | Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use the |  patrick | 2020-07-10 | 1 | -2/+2 |
* | Non root users must not set the parameters of pppoe(4) interfaces. |  bluhm | 2019-11-13 | 1 | -1/+3 |
* | convert interface address change hooks to tasks and a task_list. |  dlg | 2019-11-08 | 1 | -3/+3 |
* | Use timeout_add_sec(9) |  kn | 2019-06-24 | 1 | -4/+4 |
* | Make computation of re-challenge timeout more obvious |  kn | 2019-06-22 | 1 | -2/+2 |
* | Revert accidentially committed hunk from previous |  kn | 2019-06-22 | 1 | -2/+2 |
* | Remove duplicate initialisation |  kn | 2019-06-22 | 1 | -3/+2 |
* | Prevent recursions by not deleting entries inside rtable_walk(9). |  mpi | 2019-06-21 | 1 | -2/+2 |
* | Remove almost unused `flags' argument of suser(). |  mpi | 2018-02-19 | 1 | -2/+2 |
* | Kill dead ioctl handlers. |  mpi | 2017-10-20 | 1 | -7/+1 |
* | After we stopped processing router advertisements in the kernel |  florian | 2017-08-15 | 1 | -3/+3 |
* | Use the rv variable in sppp_output() as it was intended. |  reyk | 2017-08-14 | 1 | -2/+2 |
* | Remove NET_LOCK()'s argument. |  mpi | 2017-08-11 | 1 | -13/+11 |
* | space after if. |  reyk | 2017-08-11 | 1 | -3/+3 |
* | Revision 1.139 accidentally removed an ip = mtod(), resulting in a |  reyk | 2017-08-11 | 1 | -1/+4 |
* | The timeval in sppp_input() is also used when the interface is not IFF_UP. |  reyk | 2017-08-11 | 1 | -2/+3 |
* | Add missing splx(). |  mpi | 2017-08-01 | 1 | -1/+3 |
* | In sppp(4), allow additional 'wildcard' addresses for the destination. |  stsp | 2017-06-16 | 1 | -2/+2 |
* | Introduce ipv{4,6}_input(), two wrappers around IP queues. |  mpi | 2017-05-30 | 1 | -17/+10 |
* | Avoid some false positives with cppcheck. No binary change. |  bluhm | 2017-04-14 | 1 | -2/+2 |
* | A space here, a space there. Soon we're talking real whitespace |  krw | 2017-01-24 | 1 | -5/+5 |
* | remove some extra whitespace. |  dlg | 2017-01-21 | 1 | -15/+15 |
* | No need to handle SIOCAIFADDR in drivers, it's never passed down to |  mpi | 2017-01-20 | 1 | -2/+1 |
* | When if_down() is called, sppp_keepalive() needs a NET_LOCK(). |  bluhm | 2017-01-08 | 1 | -3/+5 |
* | Grab the NET_LOCK() when setting an IPv6 address, just like it is done |  mpi | 2017-01-02 | 1 | -11/+10 |
* | Introduce the NET_LOCK() a rwlock used to serialize accesses to the parts |  mpi | 2016-12-19 | 1 | -8/+8 |
* | if_link_state_change() doesn't need to be called under splsoftnet(), |  mpi | 2016-11-16 | 1 | -4/+2 |
* | Path MTU discovery was slightly broken. I took two ICMP packets |  bluhm | 2016-07-11 | 1 | -2/+2 |
* | Don't hardcode vlan/queue priority for pppoe packets; inherit it from the |  sthen | 2016-06-14 | 1 | -3/+3 |
* | Set pppoe(4) control frames to high (NC, "network control") |  sthen | 2016-05-30 | 1 | -1/+3 |
* | Simplify life for routing table implementations by requiring that rtable_walk |  jmatthew | 2016-05-02 | 1 | -4/+2 |
* | Remove a bogus "else" that was causing breakage with LCP echoes, |  sthen | 2016-05-01 | 1 | -2/+2 |
* | Remove the hack that prevents changing pppoe params at runtime. |  mikeb | 2016-04-18 | 1 | -15/+2 |
* | if_start needs splnet. help/ok dlg@ |  sthen | 2015-11-23 | 1 | -2/+7 |
* | sppp(4) is now only used for pppoe(4) which doesn't use framing, so remove |  sthen | 2015-11-20 | 1 | -104/+27 |
* | avoid a use after enqueue, which is like a use after free. |  dlg | 2015-11-20 | 1 | -13/+15 |
* | replace the ifqueue used for the pp_cpq with an mbuf_queue. |  dlg | 2015-11-11 | 1 | -27/+10 |
* | Rewrite rtalloc(9) to consider RTF_GATEWAY entries without valid next- |  mpi | 2015-11-09 | 1 | -4/+3 |
* | sppp_pick is unused, it can go away. |  dlg | 2015-11-02 | 1 | -21/+1 |
* | Introduce if_rtrequest() the successor of ifa_rtrequest(). |  mpi | 2015-10-25 | 1 | -3/+1 |
* | Some rt_ifp to rt_ifidx conversions. |  mpi | 2015-10-24 | 1 | -2/+2 |
* | Revert if_oqdrops accounting changes done in kernel, per request from mpi@. |  uebayasi | 2015-10-05 | 1 | -1/+3 |
* | Don't count IF_DROP()'ed packets as if_oerrors too. |  uebayasi | 2015-10-05 | 1 | -3/+1 |
* | Remove remnants of sppp's special queue handling for telnet/rlogin/ftp, |  sthen | 2015-09-30 | 1 | -16/+2 |
* | remove cisco hdlc code from sppp(4), it's no longer used - pppoe(4) only uses |  sthen | 2015-09-30 | 1 | -278/+49 |