aboutsummaryrefslogtreecommitdiff
path: root/include/net/ndisc.h
AgeCommit message (Expand)AuthorFilesLines
2013-09-21ndisc.h: Remove extern from function prototypesGravatar Joe Perches 1-35/+26
2013-09-11ipv6: don't call fib6_run_gc() until routing is readyGravatar Michal Kubeček 1-0/+2
2013-08-31vxlan: add ipv6 proxy supportGravatar Cong Wang 1-0/+5
2013-07-31ndisc: Add missing inline to ndisc_addr_option_padGravatar Joe Perches 1-1/+1
2013-06-19ndisc: Convert use of typedef ctl_table to struct ctl_tableGravatar Joe Perches 1-1/+1
2013-01-21ndisc: Move ndisc_opt_addr_space() to include/net/ndisc.h.Gravatar YOSHIFUJI Hideaki / 吉藤英明 1-1/+7
2013-01-17ndisc: Introduce __ipv6_neigh_lookup_noref().Gravatar YOSHIFUJI Hideaki / 吉藤英明 1-7/+15
2013-01-17ndisc: Remove tbl argument for __ipv6_neigh_lookup().Gravatar YOSHIFUJI Hideaki / 吉藤英明 1-2/+2
2012-12-14ipv6: Change skb->data before using icmpv6_notify() to propagate redirectGravatar Duan Jiong 1-0/+7
2012-12-12ndisc: Unexport ndisc_{build,send}_skb().Gravatar YOSHIFUJI Hideaki 1-15/+0
2012-08-09net: Dont use ifindices in hash fnsGravatar Pavel Emelyanov 1-1/+2
2012-07-11ipv6: Export ndisc option parsing from ndisc.cGravatar David S. Miller 1-0/+50
2012-04-12Treat ND option 31 as userland (DNSSL support)Gravatar Alexey I. Froloff 1-0/+1
2012-01-27ipv6: Remove neigh argument from ndisc_send_redirect()Gravatar David S. Miller 1-1/+0
2011-12-28ipv6: Create fast inline ipv6 neigh lookup just like ipv4.Gravatar David S. Miller 1-0/+27
2011-12-28ipv6: Use universal hash for NDISC.Gravatar David S. Miller 1-0/+9
2011-12-03ipv6: Kill ndisc_get_neigh() inline helper.Gravatar David S. Miller 1-9/+0
2011-04-24net: Remove __KERNEL__ cpp checks from include/netGravatar David S. Miller 1-6/+0
2011-04-22inet: constify ip headers and in6_addrGravatar Eric Dumazet 1-1/+2
2010-12-02net: kill unused macros from head fileGravatar Shan Wei 1-3/+0
2010-06-03net: use __packed annotationGravatar Eric Dumazet 1-1/+1
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerGravatar Alexey Dobriyan 1-2/+0
2009-01-04ipv6: Fix sporadic sendmsg -EINVAL when sending to multicast groups.Gravatar David S. Miller 1-2/+2
2008-11-06bonding: send IPv6 neighbor advertisement on failoverGravatar Brian Haley 1-0/+14
2008-10-16sysctl: simplify ->strategyGravatar Alexey Dobriyan 1-3/+2
2008-05-19ndisc: Add missing strategies for per-device retrans timer/reachable time set...Gravatar YOSHIFUJI Hideaki 1-0/+4
2008-04-12[IPV6]: Make address arguments const.Gravatar YOSHIFUJI Hideaki 1-7/+7
2008-04-10[IPV6] Remove three method declarations in include/net/ndisc.h.Gravatar Rami Rosen 1-4/+0
2008-04-03[IPV6] SIT: Add PRL management for ISATAP.Gravatar Templin, Fred L 1-0/+9
2008-02-29[INET]: Remove struct net_proto_family* from _init calls.Gravatar Denis V. Lunev 1-2/+2
2008-02-12[IPV6]: remove unused method declaration (net/ndisc.h).Gravatar Rami Rosen 1-1/+0
2007-10-10[IPv6]: Export userland ND options through netlink (RDNSS support)Gravatar Pierre Ynard 1-0/+1
2006-12-02[IPV6]: Misc endianness annotations.Gravatar Al Viro 1-2/+2
2006-04-26Don't include linux/config.h from anywhere else in include/Gravatar David Woodhouse 1-1/+0
2006-03-20[IPV6]: ROUTE: Add experimental support for Route Information Option in RA (R...Gravatar YOSHIFUJI Hideaki 1-0/+2
2006-01-03[INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.hGravatar Arnaldo Carvalho de Melo 1-4/+13
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+135