| Age | Commit message (Expand) | Author |
| 2003-12-11 | gi_len is ip_len, so it has to be network byteorder. markus friedl | itojun |
| 2003-09-05 | u_short -> u_int16_t | itojun |
| 2003-08-22 | change the additional arg to be passed to ip{,6}_output to struct socket *. | itojun |
| 2003-08-15 | (fast-ipsec): Add hooks to pass IPv4 IPsec traffic into fast-ipsec, if | jonathan |
| 2003-05-06 | fix grammatical error in a diagnostic message. | grant |
| 2003-02-23 | Remove assigned-to but not used variable. | simonb |
| 2003-01-04 | Spell output with two ts. | wiz |
| 2002-08-14 | avoid swapping endian of ip_len and ip_off on mbuf, to meet with M_LEADINGSPACE | itojun |
| 2002-08-12 | to be consistent with other sources, use "struct ip *ip", not inp. | itojun |
| 2002-06-10 | return EPROTONOSUPPORT if unsupported protocol is specified | itojun |
| 2002-06-10 | don't abuse IFF_UP | itojun |
| 2002-06-10 | raise output errcnt | itojun |
| 2002-06-10 | ENETDOWN if outer ip address is not configured. | itojun |
| 2002-06-10 | don't use inner address configured by SIOCSIFADDR/DSTADDR | itojun |
| 2002-06-09 | deprecate IFF_LINK2, !IFF_LINK0 is enough. | itojun |
| 2002-06-09 | no need for if_addrlen be 4. From: Martin Husemann <martin@duskware.de> | itojun |
| 2002-06-09 | make sure to bzero sockaddr_in | itojun |
| 2002-06-09 | style | itojun |
| 2002-06-09 | don't forget splx | itojun |
| 2002-06-09 | avoid code duplicate (route lookup) | itojun |
| 2002-06-09 | style | itojun |
| 2002-06-09 | support SIOCSLIFPHYADDR, SIOCDIFPHYADDR and SIOCGLIFPHYADDR, so that | itojun |
| 2002-06-09 | Change default MTU to 1476 (same value that Cisco uses). | martin |
| 2002-02-24 | Clear M_BCAST and M_MCAST on outgoing mbufs. | martin |
| 2001-11-24 | Sanity check the tunnel route after computing it and don't mark the | martin |
| 2001-11-24 | Make this respect down interfaces. | martin |
| 2001-11-13 | remove unnecessary #if NFOO > 0 .... #endif wrappers | lukem |
| 2001-11-12 | add RCSIDs | lukem |
| 2001-05-10 | one more indentation fix | itojun |
| 2001-05-10 | whitespace/indentation cleanup | itojun |
| 2001-05-10 | no longer need to carry local version of inet_ntoa, we have it in libkern. | itojun |
| 2001-04-12 | splimp -> splnet | thorpej |
| 2001-02-20 | explicitly use u_int32_t for DLT_NULL encapsulation. | itojun |
| 2001-01-17 | Fix a rather annoying problem where the sockaddr_dl which holds | thorpej |
| 2000-12-18 | Fill in if_dlt. | thorpej |
| 2000-12-12 | Adapt to bpfattach() changes, and further centralize the bpfattach() | thorpej |
| 2000-11-19 | Allow changing of settings via ioctl only for the superuser. | martin |
| 2000-08-25 | Add bpf tap to gre interface. | mjl |
| 2000-07-05 | Fix an omission in the gre cloning changes. | thorpej |
| 2000-07-05 | Make gre(4) a cloning network pseudo-device. | thorpej |
| 1999-10-25 | defopt the XNS protocol (options NS), clean up the use of related | drochner |
| 1999-06-28 | KNFify. Add LINK1 flag to turn off that address munging thing, for cases | explorer |
| 1999-03-12 | exterminate ovbcopy. patches provided by Erik Bertelsen, pr-7145 | perry |
| 1999-01-26 | We no longer support IPIP (IP proto 4). | hwr |
| 1999-01-11 | Pull the IP-in-IP tunneling support out of the GRE code. It's not handled | thorpej |
| 1998-10-07 | Fix some typos in comments, and clean up some whitespace. | thorpej |
| 1998-09-30 | Start supporting IPPROTO_MOBILE (55) encapsulation. This is yet | hwr |
| 1998-09-13 | The post 1.3.2 world is actually ready for this. | hwr |
| 1998-09-13 | Add a gre tunnel pseudo network device. Gre = generic route encapsulation. | hwr |