summaryrefslogtreecommitdiff
path: root/sys/netinet/ip_gre.h
AgeCommit message (Expand)Author
2024-05-13remove prototypes with no matching functionJonathan Gray
2022-08-27Move PRU_SEND request to (*pru_send)().Vitaliy Makkoveev
2022-08-15Introduce 'pr_usrreqs' structure and move existing user-protocolVitaliy Makkoveev
2022-02-25Reported-by: syzbot+1b5b209ce506db4d411d@syzkaller.appspotmail.comPhilip Guenther
2022-02-25Move pr_attach and pr_detach to a new structure pr_usrreqs that canPhilip Guenther
2019-11-04remove mobileip(4)David Gwynne
2018-02-07update the gre driver.David Gwynne
2017-04-14Pass down the address family through the pr_input calls. ThisAlexander Bluhm
2017-01-29Change the IPv4 pr_input function to the way IPv6 is implemented,Alexander Bluhm
2017-01-25Since raw_input() and route_input() are gone from pr_input, we canAlexander Bluhm
2010-01-12Add input and user protocol hook to handle GRE packets by pipex.YASUOKA Masahiko
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2005-12-23Remove unnecessary #ifdef MROUTING blocks. OK brad@ markus@Claudio Jeker
2002-06-09whitespaceJun-ichiro itojun Hagino
2002-04-03Don't process WCCPv1-style GRE packets, unless allowed (via sysctlAngelos D. Keromytis
2002-03-24WCCP support (trivial hack, it's not the complete protocol, but it'llAngelos D. Keromytis
2002-03-14First round of __P removal in sysTodd C. Miller
2001-06-09Inclusion protection.Angelos D. Keromytis
2000-01-07GRE/MobileIP input routine processing, from NetBSD (with a fewAngelos D. Keromytis