Age | Commit message (Expand) | Author |
2021-11-17 | Display DNS information from sppp(4) in ifconfig(8) | Bjorn Ketelaars |
2021-11-10 | Give sppp(4) its own RTP_PROPOSAL priority | Bjorn Ketelaars |
2021-11-10 | sppp(4) - support PPP IPCP extensions for DNS | Bjorn Ketelaars |
2020-09-12 | Add sizes to free() calls | kn |
2020-08-22 | Add sizes to free() calls | kn |
2020-08-14 | Zap LOOPALIVECNT | kn |
2020-07-10 | Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API. | Patrick Wildt |
2020-07-10 | Change users of IFQ_PURGE() to use the "new" API. | Patrick Wildt |
2020-07-10 | Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use the | Patrick Wildt |
2019-11-13 | Non root users must not set the parameters of pppoe(4) interfaces. | Alexander Bluhm |
2019-11-08 | convert interface address change hooks to tasks and a task_list. | David Gwynne |
2019-06-24 | Use timeout_add_sec(9) | kn |
2019-06-22 | Make computation of re-challenge timeout more obvious | kn |
2019-06-22 | Revert accidentially committed hunk from previous | kn |
2019-06-22 | Remove duplicate initialisation | kn |
2019-06-21 | Prevent recursions by not deleting entries inside rtable_walk(9). | Martin Pieuchot |
2018-02-19 | Remove almost unused `flags' argument of suser(). | Martin Pieuchot |
2017-10-20 | Kill dead ioctl handlers. | Martin Pieuchot |
2017-08-15 | After we stopped processing router advertisements in the kernel | Florian Obser |
2017-08-14 | Use the rv variable in sppp_output() as it was intended. | Reyk Floeter |
2017-08-11 | Remove NET_LOCK()'s argument. | Martin Pieuchot |
2017-08-11 | space after if. | Reyk Floeter |
2017-08-11 | Revision 1.139 accidentally removed an ip = mtod(), resulting in a | Reyk Floeter |
2017-08-11 | The timeval in sppp_input() is also used when the interface is not IFF_UP. | Reyk Floeter |
2017-08-01 | Add missing splx(). | Martin Pieuchot |
2017-06-16 | In sppp(4), allow additional 'wildcard' addresses for the destination. | Stefan Sperling |
2017-05-30 | Introduce ipv{4,6}_input(), two wrappers around IP queues. | Martin Pieuchot |
2017-04-14 | Avoid some false positives with cppcheck. No binary change. | Alexander Bluhm |
2017-01-24 | A space here, a space there. Soon we're talking real whitespace | Kenneth R Westerback |
2017-01-21 | remove some extra whitespace. | David Gwynne |
2017-01-20 | No need to handle SIOCAIFADDR in drivers, it's never passed down to | Martin Pieuchot |
2017-01-08 | When if_down() is called, sppp_keepalive() needs a NET_LOCK(). | Alexander Bluhm |
2017-01-02 | Grab the NET_LOCK() when setting an IPv6 address, just like it is done | Martin Pieuchot |
2016-12-19 | Introduce the NET_LOCK() a rwlock used to serialize accesses to the parts | Martin Pieuchot |
2016-11-16 | if_link_state_change() doesn't need to be called under splsoftnet(), | Martin Pieuchot |
2016-07-11 | Path MTU discovery was slightly broken. I took two ICMP packets | Alexander Bluhm |
2016-06-14 | Don't hardcode vlan/queue priority for pppoe packets; inherit it from the | Stuart Henderson |
2016-05-30 | Set pppoe(4) control frames to high (NC, "network control") | Stuart Henderson |
2016-05-02 | Simplify life for routing table implementations by requiring that rtable_walk | Jonathan Matthew |
2016-05-01 | Remove a bogus "else" that was causing breakage with LCP echoes, | Stuart Henderson |
2016-04-18 | Remove the hack that prevents changing pppoe params at runtime. | Mike Belopuhov |
2015-11-23 | if_start needs splnet. help/ok dlg@ | Stuart Henderson |
2015-11-20 | sppp(4) is now only used for pppoe(4) which doesn't use framing, so remove | Stuart Henderson |
2015-11-20 | avoid a use after enqueue, which is like a use after free. | David Gwynne |
2015-11-11 | replace the ifqueue used for the pp_cpq with an mbuf_queue. | David Gwynne |
2015-11-09 | Rewrite rtalloc(9) to consider RTF_GATEWAY entries without valid next- | Martin Pieuchot |
2015-11-02 | sppp_pick is unused, it can go away. | David Gwynne |
2015-10-25 | Introduce if_rtrequest() the successor of ifa_rtrequest(). | Martin Pieuchot |
2015-10-24 | Some rt_ifp to rt_ifidx conversions. | Martin Pieuchot |
2015-10-05 | Revert if_oqdrops accounting changes done in kernel, per request from mpi@. | Masao Uebayashi |