index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
net
/
ndisc.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
6lowpan: introduce 6lowpan-nd
Alexander Aring
2016-06-15
1
-6
/
+12
*
ipv6: export several functions
Alexander Aring
2016-06-15
1
-0
/
+12
*
ipv6: introduce neighbour discovery ops
Alexander Aring
2016-06-15
1
-3
/
+194
*
ndisc: add __ndisc_opt_addr_data function
Alexander Aring
2016-06-15
1
-4
/
+10
*
ndisc: add __ndisc_opt_addr_space function
Alexander Aring
2016-06-15
1
-2
/
+7
*
Revert "ipv6: ndisc: inherit metadata dst when creating ndisc requests"
Nicolas Dichtel
2015-12-01
1
-2
/
+1
*
ipv6: remove unused neigh parameter from ndisc functions
Jiri Benc
2015-09-24
1
-4
/
+2
*
ipv6: ndisc: inherit metadata dst when creating ndisc requests
Jiri Benc
2015-08-20
1
-1
/
+2
*
neigh: Factor out ___neigh_lookup_noref
Eric W. Biederman
2015-03-04
1
-18
/
+1
*
ndisc.h: Remove extern from function prototypes
Joe Perches
2013-09-21
1
-35
/
+26
*
ipv6: don't call fib6_run_gc() until routing is ready
Michal Kubeček
2013-09-11
1
-0
/
+2
*
vxlan: add ipv6 proxy support
Cong Wang
2013-08-31
1
-0
/
+5
*
ndisc: Add missing inline to ndisc_addr_option_pad
Joe Perches
2013-07-31
1
-1
/
+1
*
ndisc: Convert use of typedef ctl_table to struct ctl_table
Joe Perches
2013-06-19
1
-1
/
+1
*
ndisc: Move ndisc_opt_addr_space() to include/net/ndisc.h.
YOSHIFUJI Hideaki / 吉藤英明
2013-01-21
1
-1
/
+7
*
ndisc: Introduce __ipv6_neigh_lookup_noref().
YOSHIFUJI Hideaki / 吉藤英明
2013-01-17
1
-7
/
+15
*
ndisc: Remove tbl argument for __ipv6_neigh_lookup().
YOSHIFUJI Hideaki / 吉藤英明
2013-01-17
1
-2
/
+2
*
ipv6: Change skb->data before using icmpv6_notify() to propagate redirect
Duan Jiong
2012-12-14
1
-0
/
+7
*
ndisc: Unexport ndisc_{build,send}_skb().
YOSHIFUJI Hideaki
2012-12-12
1
-15
/
+0
*
net: Dont use ifindices in hash fns
Pavel Emelyanov
2012-08-09
1
-1
/
+2
*
ipv6: Export ndisc option parsing from ndisc.c
David S. Miller
2012-07-11
1
-0
/
+50
*
Treat ND option 31 as userland (DNSSL support)
Alexey I. Froloff
2012-04-12
1
-0
/
+1
*
ipv6: Remove neigh argument from ndisc_send_redirect()
David S. Miller
2012-01-27
1
-1
/
+0
*
ipv6: Create fast inline ipv6 neigh lookup just like ipv4.
David S. Miller
2011-12-28
1
-0
/
+27
*
ipv6: Use universal hash for NDISC.
David S. Miller
2011-12-28
1
-0
/
+9
*
ipv6: Kill ndisc_get_neigh() inline helper.
David S. Miller
2011-12-03
1
-9
/
+0
*
net: Remove __KERNEL__ cpp checks from include/net
David S. Miller
2011-04-24
1
-6
/
+0
*
inet: constify ip headers and in6_addr
Eric Dumazet
2011-04-22
1
-1
/
+2
*
net: kill unused macros from head file
Shan Wei
2010-12-02
1
-3
/
+0
*
net: use __packed annotation
Eric Dumazet
2010-06-03
1
-1
/
+1
*
sysctl: remove "struct file *" argument of ->proc_handler
Alexey Dobriyan
2009-09-24
1
-2
/
+0
*
ipv6: Fix sporadic sendmsg -EINVAL when sending to multicast groups.
David S. Miller
2009-01-04
1
-2
/
+2
*
bonding: send IPv6 neighbor advertisement on failover
Brian Haley
2008-11-06
1
-0
/
+14
*
sysctl: simplify ->strategy
Alexey Dobriyan
2008-10-16
1
-3
/
+2
*
ndisc: Add missing strategies for per-device retrans timer/reachable time set...
YOSHIFUJI Hideaki
2008-05-19
1
-0
/
+4
*
[IPV6]: Make address arguments const.
YOSHIFUJI Hideaki
2008-04-12
1
-7
/
+7
*
[IPV6] Remove three method declarations in include/net/ndisc.h.
Rami Rosen
2008-04-10
1
-4
/
+0
*
[IPV6] SIT: Add PRL management for ISATAP.
Templin, Fred L
2008-04-03
1
-0
/
+9
*
[INET]: Remove struct net_proto_family* from _init calls.
Denis V. Lunev
2008-02-29
1
-2
/
+2
*
[IPV6]: remove unused method declaration (net/ndisc.h).
Rami Rosen
2008-02-12
1
-1
/
+0
*
[IPv6]: Export userland ND options through netlink (RDNSS support)
Pierre Ynard
2007-10-10
1
-0
/
+1
*
[IPV6]: Misc endianness annotations.
Al Viro
2006-12-02
1
-2
/
+2
*
Don't include linux/config.h from anywhere else in include/
David Woodhouse
2006-04-26
1
-1
/
+0
*
[IPV6]: ROUTE: Add experimental support for Route Information Option in RA (R...
YOSHIFUJI Hideaki
2006-03-20
1
-0
/
+2
*
[INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h
Arnaldo Carvalho de Melo
2006-01-03
1
-4
/
+13
*
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
2005-04-16
1
-0
/
+135