| Age | Commit message (Expand) | Author |
| 2019-10-10 | Pull up following revision(s) (requested by maxv in ticket #297): | martin |
| 2019-02-24 | RIP, RIP6, DDP, SCTP and SCTP6 lack a length check in their _connect() | maxv |
| 2019-01-28 | Fix memory leaks pointed out by Ilja Van Sprundel: all | martin |
| 2018-12-22 | Replace M_ALIGN and MH_ALIGN by m_align. | maxv |
| 2018-05-29 | Remove aarp_clean, unused. By the way this function was probably buggy | maxv |
| 2018-04-19 | s/static inline/static __inline/g for consistency. | christos |
| 2018-03-21 | Sprinkle more soroverflow(). | roy |
| 2018-02-17 | Add NETATALKDEBUG to the option header and include that in the main source | rjs |
| 2017-12-09 | Mmh, pull up the packet to ether_aarp, otherwise we're reading past the | maxv |
| 2017-09-21 | Invalidate rtcache based on a global generation counter | ozaki-r |
| 2016-12-08 | Add rtcache_unref to release points of rtentry stemming from rtcache | ozaki-r |
| 2016-10-03 | Fix race condition on ifqueue used by traditional netisr | ozaki-r |
| 2016-08-01 | Apply pserialize and psref to struct ifaddr and its variants | ozaki-r |
| 2016-07-07 | Switch the address list of intefaces to pslist(9) | ozaki-r |
| 2016-06-20 | apply if_output_lock() to L3 callers which call ifp->if_output() of L2(or L3 ... | knakahara |
| 2016-06-10 | Avoid storing a pointer of an interface in a mbuf | ozaki-r |
| 2016-01-21 | Revert previous: ran cvs commit when I meant cvs diff. Sorry! | riastradh |
| 2016-01-21 | Give proper prototype to ip_output. | riastradh |
| 2016-01-20 | Give proper prototype to ddp_output. | riastradh |
| 2016-01-20 | Eliminate struct protosw::pr_output. | riastradh |
| 2015-09-06 | More on PR 41200: headers that declare ioctls should include sys/ioccom.h. | dholland |
| 2015-05-02 | make connect syscall use sockaddr_big and modify pr_{send,connect} | rtr |
| 2015-04-26 | remove pr_generic from struct pr_usrreqs and all implementations of | rtr |
| 2015-04-24 | make at_pcbconnect() take sockaddr_at * instead of mbuf *. | rtr |
| 2015-04-24 | make accept, getsockname and getpeername syscalls use sockaddr_big and modify | rtr |
| 2015-04-03 | * change pr_bind to accept struct sockaddr * instead of struct mbuf * | rtr |
| 2014-12-08 | Define netatalk module. | uebayasi |
| 2014-12-02 | - s/u_intX/uintX/ | christos |
| 2014-10-18 | src is too big these days to tolerate superfluous apostrophes. It's | snj |
| 2014-09-09 | Eliminate IFAREF() and IFAFREE() macros in favour of functions. | rmind |
| 2014-08-09 | split PRU_CONNECT2 & PRU_PURGEIF function out of pr_generic() usrreq | rtr |
| 2014-08-08 | split PRU_RCVD function out of pr_generic() usrreq switches and put into | rtr |
| 2014-08-07 | suppress possibly used uninitialized warning on sgimips | rtr |
| 2014-08-07 | remove KASSERT(nam != NULL) from ddp_send() the following code makes | rtr |
| 2014-08-05 | split PRU_SEND function out of pr_generic() usrreq switches and put into | rtr |
| 2014-08-05 | revert the removal of struct lwp * parameter from bind, listen and connect | rtr |
| 2014-07-31 | split PRU_DISCONNECT, PRU_SHUTDOWN and PRU_ABORT function out of | rtr |
| 2014-07-30 | split PRU_CONNECT function out of pr_generic() usrreq switches and put | rtr |
| 2014-07-24 | split PRU_BIND and PRU_LISTEN function out of pr_generic() usrreq | rtr |
| 2014-07-23 | split PRU_SENDOOB and PRU_RCVOOB function out of pr_generic() usrreq | rtr |
| 2014-07-09 | * split PRU_ACCEPT function out of pr_generic() usrreq switches and put | rtr |
| 2014-07-09 | * split PRU_PEERADDR and PRU_SOCKADDR function out of pr_generic() | rtr |
| 2014-07-07 | * sprinkle KASSERT(solocked(so)); in all pr_stat() functions. | rtr |
| 2014-07-07 | backout change that made pr_stat return EOPNOTSUPP for protocols that | rtr |
| 2014-07-07 | * have pr_stat return EOPNOTSUPP consistently for all protocols that do | rtr |
| 2014-07-06 | * split PRU_SENSE functionality out of xxx_usrreq() switches and place into | rtr |
| 2014-07-01 | fix parameter types in pr_ioctl, called xx_control() functions and remove | rtr |
| 2014-06-23 | where appropriate rename xxx_ioctl() struct mbuf * parameters from | rtr |
| 2014-06-22 | * split PRU_CONTROL functionality out of xxx_userreq() switches and place | rtr |
| 2014-05-20 | Adjust PR_WRAP_USRREQS() to include the attach/detach functions. | rmind |