summaryrefslogtreecommitdiff
path: root/sys/net/if_gre.c
AgeCommit message (Expand)Author
2003-12-11gi_len is ip_len, so it has to be network byteorder. markus friedlitojun
2003-09-05u_short -> u_int16_titojun
2003-08-22change 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, ifjonathan
2003-05-06fix grammatical error in a diagnostic message.grant
2003-02-23Remove assigned-to but not used variable.simonb
2003-01-04Spell output with two ts.wiz
2002-08-14avoid swapping endian of ip_len and ip_off on mbuf, to meet with M_LEADINGSPACEitojun
2002-08-12to be consistent with other sources, use "struct ip *ip", not inp.itojun
2002-06-10return EPROTONOSUPPORT if unsupported protocol is specifieditojun
2002-06-10don't abuse IFF_UPitojun
2002-06-10raise output errcntitojun
2002-06-10ENETDOWN if outer ip address is not configured.itojun
2002-06-10don't use inner address configured by SIOCSIFADDR/DSTADDRitojun
2002-06-09deprecate IFF_LINK2, !IFF_LINK0 is enough.itojun
2002-06-09no need for if_addrlen be 4. From: Martin Husemann <martin@duskware.de>itojun
2002-06-09make sure to bzero sockaddr_initojun
2002-06-09styleitojun
2002-06-09don't forget splxitojun
2002-06-09avoid code duplicate (route lookup)itojun
2002-06-09styleitojun
2002-06-09support SIOCSLIFPHYADDR, SIOCDIFPHYADDR and SIOCGLIFPHYADDR, so thatitojun
2002-06-09Change default MTU to 1476 (same value that Cisco uses).martin
2002-02-24Clear M_BCAST and M_MCAST on outgoing mbufs.martin
2001-11-24Sanity check the tunnel route after computing it and don't mark themartin
2001-11-24Make this respect down interfaces.martin
2001-11-13remove unnecessary #if NFOO > 0 .... #endif wrapperslukem
2001-11-12add RCSIDslukem
2001-05-10one more indentation fixitojun
2001-05-10whitespace/indentation cleanupitojun
2001-05-10no longer need to carry local version of inet_ntoa, we have it in libkern.itojun
2001-04-12splimp -> splnetthorpej
2001-02-20explicitly use u_int32_t for DLT_NULL encapsulation.itojun
2001-01-17Fix a rather annoying problem where the sockaddr_dl which holdsthorpej
2000-12-18Fill in if_dlt.thorpej
2000-12-12Adapt to bpfattach() changes, and further centralize the bpfattach()thorpej
2000-11-19Allow changing of settings via ioctl only for the superuser.martin
2000-08-25Add bpf tap to gre interface.mjl
2000-07-05Fix an omission in the gre cloning changes.thorpej
2000-07-05Make gre(4) a cloning network pseudo-device.thorpej
1999-10-25defopt the XNS protocol (options NS), clean up the use of relateddrochner
1999-06-28KNFify. Add LINK1 flag to turn off that address munging thing, for casesexplorer
1999-03-12exterminate ovbcopy. patches provided by Erik Bertelsen, pr-7145perry
1999-01-26We no longer support IPIP (IP proto 4).hwr
1999-01-11Pull the IP-in-IP tunneling support out of the GRE code. It's not handledthorpej
1998-10-07Fix some typos in comments, and clean up some whitespace.thorpej
1998-09-30Start supporting IPPROTO_MOBILE (55) encapsulation. This is yethwr
1998-09-13The post 1.3.2 world is actually ready for this.hwr
1998-09-13Add a gre tunnel pseudo network device. Gre = generic route encapsulation.hwr