Age | Commit message (Expand) | Author |
2017-08-11 | Validate sockaddr from userland in central functions. This results | Alexander Bluhm |
2017-05-30 | Introduce ipv{4,6}_input(), two wrappers around IP queues. | Martin Pieuchot |
2017-05-04 | Introduce sstosa() for converting sockaddr_storage with a type safe | Alexander Bluhm |
2017-02-04 | Move the typedefs for in_{addr,port}_t from <sys/types.h> to | Philip Guenther |
2016-12-22 | Remove PIM support from the multicast stack. | Rafael Zalamena |
2016-09-04 | Implement a sockaddr_ntop() function that works like inet_ntop() but prints | Claudio Jeker |
2016-08-16 | Add IP_SENDSRCADDR cmsg for UDP sockets. As suggested by sthen@, | Vincent Gross |
2016-06-28 | Add sysctl for arp timers: net.inet.ip.arptimeout (expire timer for resolved | Chris Cappuccio |
2016-06-15 | Add umb(4) - a driver for the Mobile Broadband Interface Model (MBIM) | Gerhard Roth |
2015-10-20 | add a new getsockopt option IP_IPDEFTTL to retrieve the default ttl. | Sebastian Benoit |
2015-04-14 | Remove support for storing credentials and auth information in the kernel. | Mike Belopuhov |
2015-04-10 | replace the use of ifqueues for most input queues serviced by netisr | David Gwynne |
2015-02-09 | Implement 2 sysctl to retrieve the multicast forwarding cache (mfc) and the | Claudio Jeker |
2014-12-05 | Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>. | Martin Pieuchot |
2014-11-25 | Since in_broadcast() is now used to always iterate on all the interfaces | Martin Pieuchot |
2014-07-12 | Tackle the endian.h mess. Make it so that: | Philip Guenther |
2014-04-25 | Kill in_localaddr(), one less usage of the global list of IPv4 addresses. | Martin Pieuchot |
2014-04-21 | remove a define in an #ifdef notyet - "not yet" for 19 years gotta be | Henning Brauer |
2014-04-21 | annotate all #endifs to make clear what #if(def) they end | Henning Brauer |
2014-04-21 | cosmetic changes regarding #ifdef to make things more obvious, ok reyk | Henning Brauer |
2014-04-20 | move in_cksum_phdr from in.h (under #ifdef _KERNEL, at least) to ip_output.c | Henning Brauer |
2014-04-20 | nuke in_cksum_addword() | Henning Brauer |
2014-01-23 | put the in{,6}_delayed_cksum() and in{,6}_proto_cksum_out() prototypes | Christian Weisgerber |
2013-11-11 | Replace most of our formating functions to convert IPv4/6 addresses from | Martin Pieuchot |
2013-10-23 | Remove the number of in_var.h inclusions by moving some functions and | Martin Pieuchot |
2013-10-23 | No need to expose twice in_socktrim(), it is only used in one file. | Martin Pieuchot |
2013-10-21 | Remove some historical comments. | Theo de Raadt |
2013-10-09 | Introduce in_ifdetach() a function to remove all the IPv4 addresses | Martin Pieuchot |
2013-03-28 | Convert the satosin, sintosa, ifatoia, satosin6, sin6tosa, ifatoia6 | Alexander Bluhm |
2012-10-21 | Add the IP_DIVERTFL socket option on divert(4) sockets to control | Sebastian Benoit |
2012-09-15 | Improve POSIX/SUS compliance of <netdb.h>, <sys/socket.h>, and <sys/un.h>. | Philip Guenthe |
2012-07-16 | add IP_IPSECFLOWINFO option to sendmsg() and recvmsg(), so npppd(4) | Markus Friedl |
2012-07-10 | Instead of <arpa/inet.h> pulling in <netinet/in.h>, just copy in the | Philip Guenthe |
2012-06-26 | Improve compliance for <arpa/inet.h> and <netinet/in.h> to define/declare | Philip Guenthe |
2011-07-06 | allow /31s on broadcast interfaces (eg ethernet) to work as per rfc3021. | David Gwynne |
2011-06-15 | Add IP_RECVRTABLE socket option to be used with a IPPROTO_IP | Mike Belopuhov |
2011-05-02 | recognize SO_RTABLE socket option at the SOL_SOCKET level; | Mike Belopuhov |
2011-04-28 | Make in_broadcast() rdomain aware. Mostly mechanical change. | Claudio Jeker |
2011-04-04 | de-guttenberg our stack a bit | Henning Brauer |
2010-09-23 | add a new IP level socket option IP_PIPEX. This option is used for L2TP | YASUOKA Masahiko |
2010-06-07 | unfortunately classful routing isn't 100% dead, mostly thanks to ancient | Henning Brauer |
2010-05-11 | Add IPPROTO_MPLS for MPLS in gif(4) encapsulation. | Claudio Jeker |
2009-10-04 | Add (again) support for divert sockets. They allow you to: | Michele Marchetto |
2009-09-08 | I had not enough oks to commit this diff. | Michele Marchetto |
2009-09-08 | Add support for divert sockets. They allow you to: | Michele Marchetto |
2009-06-05 | Initial support for routing domains. This allows to bind interfaces to | Claudio Jeker |
2008-12-24 | report the number of packets that arp resolution is holding onto until it | David Gwynne |
2008-05-09 | IP_RECVDSTPORT, allows you to get the destination port of UDP datagrams | Markus Friedl |
2007-12-14 | add sysctl entry points into various network layers, in particular to | Theo de Raadt |
2007-12-13 | implement sysctls to report IP, TCP, UDP, and ICMP statistics and | Reyk Floeter |