Age | Commit message (Expand) | Author |
2019-01-31 | Fix compilation of amd64 kernel when optimization is disabled. | Todd C. Miller |
2017-11-20 | Sprinkle some NET_ASSERT_LOCKED(), const and co to prepare running | Martin Pieuchot |
2017-08-11 | Remove NET_LOCK()'s argument. | Martin Pieuchot |
2017-08-11 | During MPPE key reduction on the 40 bits case the first 3 octets need to be | Ricardo Mestre |
2017-07-13 | Set the ipl of pipex pools to IPL_SOFTNET. | Martin Pieuchot |
2017-06-06 | Update panic strings, pipex no longer use rn_inithead0(). | Martin Pieuchot |
2017-05-30 | Introduce ipv{4,6}_input(), two wrappers around IP queues. | Martin Pieuchot |
2017-05-28 | Process packets immediately without queuing since pipex is believed MP safe | YASUOKA Masahiko |
2017-05-28 | Check also whether the interfaces is matched when pipex check PPPoE | YASUOKA Masahiko |
2017-05-28 | Use interface index 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-27 | Use rn_inithead() instead of rn_inithead0(). Since rn_inithead0() | YASUOKA Masahiko |
2017-05-27 | Remove obsolete comment talking about splnet(). | Martin Pieuchot |
2017-05-04 | Introduce sstosa() for converting sockaddr_storage with a type safe | Alexander Bluhm |
2017-04-18 | Fix pipex(4) not to cause panics on strict alignment architectures. | YASUOKA Masahiko |
2017-01-24 | A space here, a space there. Soon we're talking real whitespace | Kenneth R Westerback |
2016-12-19 | Kill useless comment about splsoftnet() which is going away. | Martin Pieuchot |
2016-11-18 | turn ipstat into a set of percpu counters. | David Gwynne |
2016-09-15 | all pools have their ipl set via pool_setipl, so fold it into pool_init. | David Gwynne |
2016-08-30 | pool_setipl | David Gwynne |
2016-03-22 | dont leak an mbuf when copying the packet in pipex_mppe_output fails | David Gwynne |
2016-03-22 | replace m_copym2 with m_dup_pkt | David Gwynne |
2016-03-04 | - putting back KASSERT(), which I've backed out on Jan 31 | Alexandr Nedvedicky |
2015-11-03 | Remove dead assignment and newly created unused variable. | Charles Longeau |
2015-10-07 | Initialize the routing table before domains. | Martin Pieuchot |
2015-10-05 | Fix ip_is_idle_packet() to parse packets properly. | YASUOKA Masahiko |
2015-09-22 | Use the radix-tree API instead of function pointers. | Martin Pieuchot |
2015-09-13 | There's no point in abstracting ifp->if_output() as long as pf_test() | Martin Pieuchot |
2015-09-12 | Stop overwriting the rt_ifp pointer of RTF_LOCAL routes with lo0ifp. | Martin Pieuchot |
2015-09-11 | Kill yet another argument to functions in IPv6. This time ip6_output's | Claudio Jeker |
2015-09-11 | in6_embedscope() needs to lose some weight. Remove the last argument. | Claudio Jeker |
2015-09-10 | It is time to put inet6 on a diet. Use the flensing knife and cut out | Claudio Jeker |
2015-09-04 | Make every subsystem using a radix tree call rn_init() and pass the | Martin Pieuchot |
2015-09-01 | Replace sockaddr casts with the proper satosin(), ... calls. | Alexander Bluhm |
2015-08-24 | In kernel initialize struct sockaddr_in and sockaddr_in6 to zero | Alexander Bluhm |
2015-07-16 | Expand ancient NTOHL/NTOHS/HTONS/HTONL macros. | Martin Pieuchot |
2015-07-15 | m_freem() can handle NULL, do not check for this condition beforehands. | Theo de Raadt |
2015-06-16 | Store a unique ID, an interface index, rather than a pointer to the | Martin Pieuchot |
2015-04-23 | replace the use of struct ifqueue in pipex with mbuf_queues. | David Gwynne |
2015-04-10 | replace the use of ifqueues for most input queues serviced by netisr | David Gwynne |
2015-04-10 | mpi@ introduced a ph_cookie in mbuf packet headers that can be used | David Gwynne |
2015-03-18 | remove the congestion handling from struct ifqueue. | David Gwynne |
2014-12-19 | unifdef INET in net code as a precursor to removing the pretend option. | Ted Unangst |
2014-12-01 | Check the header fields of GRE and MPPE packets strictly. | YASUOKA Masahiko |
2014-11-20 | Yet more #include de-duplication. | Kenneth R Westerback |
2014-11-04 | Remove "pl" suffix on pool names. | Martin Pieuchot |
2014-10-28 | Fix pipex(4) to return multicast packets to the caller so that npppd can | YASUOKA Masahiko |
2014-10-28 | Initialize the lists of the hash tables and the virtual pipex | YASUOKA Masahiko |
2014-10-28 | Fix pipex(4) to initialize DF bit in IP header for L2TP message. | YASUOKA Masahiko |
2014-10-21 | tun(4) has a pipex session which is used for multicast internally, it | YASUOKA Masahiko |