Age | Commit message (Expand) | Author |
2012-11-06 | backout csum diff for the moment, requested by theo | Henning Brauer |
2012-11-05 | Make sure that in[6]_proto_cksum_out() is called unconditinally and not | Claudio Jeker |
2012-11-01 | redo most of the protocol (tcp/udp/...) checksum handling | Henning Brauer |
2012-10-05 | Point an interface directly to its bridgeport configuration, instead | Camiel Dobbelaar |
2012-09-20 | spltdb() was really just #define'd to be splsoftnet(); replace the former | Bret Lambert |
2012-07-16 | add IP_IPSECFLOWINFO option to sendmsg() and recvmsg(), so npppd(4) | Markus Friedl |
2012-04-13 | unneccessary casts to unsigned; ok claudio | Theo de Raadt |
2012-04-07 | Bring the rtable sockopt code in line with the setrtable() implementation. | Claudio Jeker |
2012-03-30 | actually store the result of the pmtu-route lookup. otherwise we | Markus Friedl |
2012-03-17 | remove IP_JUMBO, SO_JUMBO, and RTF_JUMBO. | David Gwynne |
2011-12-29 | Escape hardware-checksumming if interface is in a bridge, this is | Christiano F. Haesbaert |
2011-12-02 | Kill unused IFCAP_IPSEC and IFCAP_IPCOMP. | Christiano F. Haesbaert |
2011-07-04 | Bye bye pf_test6(). Only one pf_test function for both IPv4 and v6. | Claudio Jeker |
2011-06-15 | Add IP_RECVRTABLE socket option to be used with a IPPROTO_IP | Mike Belopuhov |
2011-05-28 | Do not allow traffic to be sent with a destination address in 0/8; | Paul de Weerd |
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-05 | in_proto_csum_out: if M_ICMP_CSUM_OUT is set, do the icmp checksum | Henning Brauer |
2011-04-05 | mechanic rename M_{TCP|UDP}V4_CSUM_OUT -> M_{TCP|UDP}_CSUM_OUT | Henning Brauer |
2011-04-04 | de-guttenberg our stack a bit | Henning Brauer |
2011-04-04 | there is no need to special case the bridge in the ip checksum handling | Henning Brauer |
2010-09-30 | If a caller is requesting to be set to the same rtable that they | Peter Hessler |
2010-09-23 | add a new IP level socket option IP_PIPEX. This option is used for L2TP | YASUOKA Masahiko |
2010-09-08 | Return EACCES when pf_test() blocks a packet in ip_output(). This allows | Claudio Jeker |
2010-08-13 | when sending a fragmented packet, dont check if the interfaces send queue | David Gwynne |
2010-07-09 | Add support for using IPsec in multiple rdomains. | Reyk Floeter |
2010-07-03 | Fix the naming of interfaces and variables for rdomains and rtables | Philip Guenthe |
2010-07-02 | m_copyback can fail to allocate memory, but is a void fucntion so gymnastics | Bret Lambert |
2010-07-01 | Allow to specify an alternative enc(4) interface for an SA. All | Reyk Floeter |
2010-06-29 | Replace enc(4) with a new implementation as a cloner device. We still | Reyk Floeter |
2010-05-07 | Start cleaning up the mess called rtalloc*. Kill rtalloc2, make rtalloc1 | Claudio Jeker |
2010-01-13 | Double and in comment. | Claudio Jeker |
2010-01-12 | Allow the queueing of multiple fragments on virtual interfaces with a | Bob Beck |
2009-12-23 | The process's rdomain should be, well, per-process and not per-rthread, | Philip Guenthe |
2009-12-11 | Two cases of IPSEC getsockopt() returning two bytes of uninitialialized | Theo de Raadt |
2009-11-27 | Add setrdomain() and getrdomain() system calls. Committing now to | Philip Guenthe |
2009-11-20 | NULL dereference in IPV6_PORTRANGE and IP_IPSEC_*, found by Clement LECIGNE, | Philip Guenthe |
2009-11-13 | Packets generated by ip_fragment() need to inherit the rdomain from the | Claudio Jeker |
2009-11-03 | rtables are stacked on rdomains (it is possible to have multiple routing | Claudio Jeker |
2009-10-28 | *NULL store in IP_AUTH_LEVEL, IP_ESP_TRANS_LEVEL, IP_ESP_NETWORK_LEVEL, | Theo de Raadt |
2009-10-06 | Redo the route lookup in the output (and IPv6 forwarding) path if the | Claudio Jeker |
2009-06-05 | Initial support for routing domains. This allows to bind interfaces to | Claudio Jeker |
2009-01-30 | When don't-fragment packets need to get fragemnted some code tries to | Claudio Jeker |
2009-01-29 | Always zero the IP checksum field for packets and packet fragments | Christian Weisgerber |
2008-05-09 | IP_RECVDSTPORT, allows you to get the destination port of UDP datagrams | Markus Friedl |
2007-10-29 | MALLOC/FREE -> malloc/free | Charles Longeau |
2007-09-18 | allow 4095 instead of 20 multicast group memberships per socket (you need | Markus Friedl |
2007-07-20 | Remove inm_ifp from struct in_multi -- caching struct ifnet is dangerous | Claudio Jeker |
2007-05-30 | no need to declare extern ipsec_in_use, we get it via ip_ipsp.h | Henning Brauer |
2007-05-29 | gain another 5+% in ip forwarding performance. | Henning Brauer |