Age | Commit message (Expand) | Author |
2017-08-12 | Use the NET_LOCK() macro instead of handrolling it. | Martin Pieuchot |
2017-08-11 | Remove NET_LOCK()'s argument. | Martin Pieuchot |
2017-05-30 | Introduce ipv{4,6}_input(), two wrappers around IP queues. | Martin Pieuchot |
2017-05-28 | Use interface index and if_{put,get} instead of ifnet pointer. | YASUOKA Masahiko |
2017-05-28 | Remove all splnet/splx from pipex(4) and pppx(4) and replace some of | YASUOKA Masahiko |
2017-05-04 | Introduce sstosa() for converting sockaddr_storage with a type safe | Alexander Bluhm |
2017-01-24 | A space here, a space there. Soon we're talking real whitespace | Kenneth R Westerback |
2016-09-15 | all pools have their ipl set via pool_setipl, so fold it into pool_init. | David Gwynne |
2016-09-15 | bring back r1.53 | David Gwynne |
2016-09-09 | back out RBT for now | David Gwynne |
2016-09-05 | move pppx red-black trees from tree.h code to subr_tree.c code | David Gwynne |
2016-08-23 | pool_setipl | David Gwynne |
2016-04-13 | We're always ready! So send IFQ_SET_READY() to the bitbucket. | Martin Pieuchot |
2016-01-31 | Convert to ulmin and uiomove to prevent integer truncations. | Stefan Kempf |
2016-01-14 | No need for a splnet() dance around IFQ_DEQUEUE() anymore. | Martin Pieuchot |
2015-12-05 | Make pppx pass packets with npppd through the device. This makes pppx work | YASUOKA Masahiko |
2015-12-03 | When enqueuing a mbuf chain, take the top instead of the last | Alexander Bluhm |
2015-11-20 | dont check for IFF_OACTIVE | David Gwynne |
2015-11-03 | use an mbuf_queue for the svcq instead of an ifqueue. | David Gwynne |
2015-10-25 | Introduce if_rtrequest() the successor of ifa_rtrequest(). | Martin Pieuchot |
2015-09-06 | The pppx_if_pl pool will never be used in interrupt context, so pass the | Mark Kettenis |
2015-07-18 | Abstract the routing table internals behind an rtable_* API. | Martin Pieuchot |
2015-07-15 | m_freem() can handle NULL, do not check for this condition beforehands. | Theo de Raadt |
2015-07-08 | MFREE(9) is dead, long live m_freem(9)! | Martin Pieuchot |
2015-06-30 | Rename if_output() into if_enqueue() to avoid confusion with comments | Martin Pieuchot |
2015-05-15 | Introduce if_output(), a function do to the last steps before enqueuing | Martin Pieuchot |
2015-04-10 | replace the use of ifqueues for most input queues serviced by netisr | David Gwynne |
2015-02-10 | First step towards making uiomove() take a size_t size argument: | Miod Vallat |
2014-12-19 | unifdef INET in net code as a precursor to removing the pretend option. | Ted Unangst |
2014-09-08 | remove uneeded route.h includes | Jonathan Gray |
2014-08-19 | pppx(4): Correct pppx_dev_lookup() and pppx_dev2pxd() local declarations | Masao Uebayashi |
2014-07-22 | Fewer <netinet/in_systm.h> ! | Martin Pieuchot |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-05-05 | Use a custom ifa_rtrequest function for point-to-point interfaces | Martin Pieuchot |
2014-04-08 | Revert 1.27 and 1.28, but make sure to initialize the pxd_unit field correctly | Miod Vallat |
2014-04-05 | Be sure to release rwlock when returning error in pppxclose(). | Miod Vallat |
2014-04-04 | Paul B. Henson discovered it was possible to hit a kernel | Jonathan Gray |
2013-10-19 | Uniformize drivers doing nothing with their multicast filters to make | Martin Pieuchot |
2013-10-17 | The header file netinet/in_var.h included netinet6/in6_var.h. This | Alexander Bluhm |
2013-08-08 | Insert new IPv4 addresses in only one place, no functional change. | Martin Pieuchot |
2013-06-24 | Revert r1.20 for now, to make sure the newly created address is added | Martin Pieuchot |
2013-06-20 | Revert previous and unbreak asr, the new include should be protected. | Martin Pieuchot |
2013-06-20 | Allocate the various hook head descriptors as part of the ifnet | Martin Pieuchot |
2013-06-18 | Oops, forgot this file in previous. Should be part of adding/removing | Martin Pieuchot |
2013-05-31 | Remove the scrub argument from in_ifinit() and simply call in_ifscrub() | Martin Pieuchot |
2013-04-10 | Fix various glitches in queue macro usage. | Philip Guenther |
2013-03-28 | no need for a lot of code to include proc.h | Ted Unangst |
2013-02-06 | add pppx(4) interfaces to the "pppx" interface group, as done for various | Stuart Henderson |
2012-09-19 | cleanup around the pipex. naming style, delete or update comments. | YASUOKA Masahiko |
2012-04-14 | Use DLT_LOOP for all tunneling interfaces. | YASUOKA Masahiko |