Age | Commit message (Expand) | Author |
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 |
2007-09-18 | allow 4095 instead of 20 multicast group memberships per socket (you need | Markus Friedl |
2006-10-11 | implement IP_MINTTL socket option fo tcp sockets | Henning Brauer |
2006-10-11 | implement IP_RECVTTL socket option. | Henning Brauer |
2006-06-18 | Add support for equal-cost multipath IP. | Christopher Pascoe |
2006-05-29 | Make savecontrol functions more generic and use them now for raw IP too. | Claudio Jeker |
2006-05-26 | rename jumbo mtu to if_hardmtu; ok brad reyk | Theo de Raadt |
2005-10-05 | Add multicast routing to GENERIC. | Esben Norby |
2005-06-06 | another leftover from the src routing adventure a year ago | Henning Brauer |
2005-05-27 | Experimental support for opportunitic use of jumbograms where only some hosts | Ryan Thomas McBride |
2005-05-24 | add net.inet.ip.ifq for monitoring and changing ifqueue; similar to netbsd | Markus Friedl |
2005-01-14 | Add kernel support for Protocol Independant Multicast (PIM) | Ryan Thomas McBride |
2004-11-24 | Multicast routing cleanup from Pavlin Radoslavov | Ryan Thomas McBride |
2004-06-06 | extend routing table to be able to match and route packets based on | Cedric Berger |
2004-02-15 | switch to sysctl_int_arr(); ok itojun, henning, miod, deraadt | Markus Friedl |
2003-12-17 | Change pfsync IP protocol and multicast group numbers. | Ryan Thomas McBride |
2003-12-15 | Add initial support for pf state synchronization over the network. | Ryan Thomas McBride |
2003-10-17 | Common Address Redundancy Protocol | Ryan Thomas McBride |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2001-11-06 | send igmp v2 leave messages to allrouters address (PR#2164) | Jakob Schlyter |
2001-07-05 | Style | Angelos D. Keromytis |
2001-07-05 | IPComp itself (include files). angelos@ ok. | Jean-Jacques Bernard-Gundol |
2001-06-25 | Use in_cksum_phdr() rather than in_cksum() -- from NetBSD | Angelos D. Keromytis |
2001-06-24 | Import in_cksum_phdr() and in_cksum_addword() from NetBSD. | Angelos D. Keromytis |
2001-06-24 | Import in_delayed_cksum() and convert to using it; also, don't do | Angelos D. Keromytis |
2001-06-23 | Typo. | Angelos D. Keromytis |
2001-06-23 | Prototype for in4_cksum() | Angelos D. Keromytis |
2001-06-12 | IPsec setsockopts. | Angelos D. Keromytis |