Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
5b605d4426e1dc38b6572bd42c151ad247359e3a
/
net
/
ipv6
/
ndisc.c
4c83acb
ipv6: White-space cleansing : gaps between function and symbol export
by Ian Morris
· 10 years ago
67ba415
ipv6: White-space cleansing : Line Layouts
by Ian Morris
· 10 years ago
56ec0fb
neigh: remove exceptional & on function name
by Himangi Saraogi
· 10 years ago
b642881
ipv6: fix the check when handle RA
by Li RongQing
· 10 years ago
d933319
ipv6: Allow accepting RA from local IP addresses.
by Ben Greear
· 10 years ago
f2a762d
ipv6: Add more debugging around accept-ra logic.
by Ben Greear
· 10 years ago
be7a010
ipv6: update Destination Cache entries when gateway turn into host
by Duan Jiong
· 10 years ago
73af614
neigh: use tbl->family to distinguish ipv4 from ipv6
by Jiri Pirko
· 11 years ago
cb5b09c
neigh: wrap proc dointvec functions
by Jiri Pirko
· 11 years ago
1f9248e5
neigh: convert parms to an array
by Jiri Pirko
· 11 years ago
30e5691
ipv6: judge the accept_ra_defrtr before calling rt6_route_rcv
by Duan Jiong
· 11 years ago
bcd081a
net: ipv6: ndisc: Fix warning when CONFIG_SYSCTL=n
by Fabio Estevam
· 11 years ago
2c861cc
ipv6: don't call fib6_run_gc() until routing is ready
by Michal Kubeček
· 11 years ago
06c5405
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
b55b76b
ipv6:introduce function to find route for redirect
by Duan Jiong
· 11 years ago
25a6e6b
ipv6: Don't depend on per socket memory for neighbour discovery messages
by Thomas Graf
· 11 years ago
3e25c65
net: neighbour: Remove CONFIG_ARPD
by Tim Gardner
· 11 years ago
f564f45
vxlan: add ipv6 proxy support
by Cong Wang
· 11 years ago
816c5b5
ipv6: Remove redundant sk variable
by Thomas Graf
· 11 years ago
b800c3b
ipv6: drop fragmented ndisc packets by default (RFC 6980)
by Hannes Frederic Sowa
· 11 years ago
c92a59e
ipv6: handle Redirect ICMP Message with no Redirected Header option
by Duan Jiong
· 11 years ago
2ac3ac8
ipv6: prevent fib6_run_gc() contention
by Michal Kubeček
· 11 years ago
f2f79cc
ndisc: bool initializations should use true and false
by Daniel Baluta
· 11 years ago
d98cae64e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
33be081
ipv6: ndisc: fix ndisc_send_redirect writing to the wrong skb
by Matthias Schiffer
· 11 years ago
29a3cad
ipv6: Correct comparisons and calculations using skb->tail and skb-transport_header
by Simon Horman
· 11 years ago
351638e
net: pass info struct via netdevice notifier
by Jiri Pirko
· 11 years ago
80580d4
ipv6: ndisc: remove redundant check for !dev->addr_len
by Thomas Graf
· 12 years ago
4d5c152
ndisc: Use compound literals to build redirect message.
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
1cb3fe5
ndisc: Break down ndisc_build_skb() and build message directly.
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
b44b5f4
ndisc: Break down __ndisc_send().
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
7b3d9b0
ndisc: Fill in ICMPv6 checksum and IPv6 header in ndisc_send_skb().
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
f4de84c
ndisc: Use ndisc_send_skb() for redirect.
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
aa4bdd4
ndisc: Remove icmp6h argument from ndisc_send_skb().
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
5f5a011
ndisc: Make ndisc_fill_xxx_option() for sk_buff.
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
2ce13576
ndisc: Calculate message body length and option length separately.
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
5135e63
ndisc: Reset skb->trasport_headner inside ndisc_alloc_send_skb().
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
527a150
ndisc: Defer building IPv6 header.
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
af9a997
ndisc: Remove dev argument for ndisc_send_skb().
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
f382d03
ndisc: Set skb->dev and skb->protocol inside ndisc_alloc_skb().
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
c8d6c38
ndisc: Simplify arguments for ip6_nd_hdr().
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
2576f17
ipv6: Unshare ip6_nd_hdr() and change return type to void.
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
de09334
ndisc: Introduce ndisc_alloc_skb() helper.
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
9c86daf
ndisc: Introduce ndisc_fill_redirect_hdr_option().
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
6bce6b4
ndisc: Use skb_linearize() instead of pskb_may_pull(skb, skb->len).
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
c558e9f
ndisc: Move ndisc_opt_addr_space() to include/net/ndisc.h.
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
315ff09
ndisc: Reduce number of arguments for ndisc_fill_addr_option().
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
fb56863
ndisc: Make several arguments for ndisc_send_na() boolean.
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
ca97a64
ipv6: Introduce ipv6_addr_is_solict_mult() to check Solicited Node Multicast Addresses.
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
115b0aa
ndisc: Check NS message length before access.
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
12fd84f
ipv6: Remove unused neigh argument for icmp6_dst_alloc() and its callers.
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
71bcdba
ndisc: Use struct rd_msg for redirect message.
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
b7dc8c3
ndisc: Remove unused space at tail of skb for ndisc messages. (TAKE 3)
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
093d04d
ipv6: Change skb->data before using icmpv6_notify() to propagate redirect
by Duan Jiong
· 12 years ago
7bdc1b4
ndisc: Fix padding error in link-layer address option.
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
fd0ea7d
ndisc: Unexport ndisc_{build,send}_skb().
by YOSHIFUJI Hideaki
· 12 years ago
aeaf6e9
ipv6: unify logic evaluating inet6_dev's accept_ra property
by Shmulik Ladkani
· 12 years ago
5cb0443
ipv6: add knob to send unsolicited ND on link-layer address change
by Hannes Frederic Sowa
· 12 years ago
9fafd65
ipv6 ndisc: Use pre-defined in6addr_linklocal_allnodes.
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
d4185bb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
60713a0
ipv6: send unsolicited neighbour advertisements to all-nodes
by Hannes Frederic Sowa
· 12 years ago
b20b6d9
ndisc: fix a typo in a comment in ndisc_recv_na()
by Nicolas Dichtel
· 12 years ago
94e187c
ipv6: introduce ip6_rt_put()
by Amerigo Wang
· 12 years ago
b94f1c0
ipv6: Use icmpv6_notify() to propagate redirect, instead of rt6_redirect().
by David S. Miller
· 12 years ago
e8599ff
ipv6: Move bulk of redirect handling into rt6_redirect().
by David S. Miller
· 12 years ago
30f2a5f
ipv6: Export ndisc option parsing from ndisc.c
by David S. Miller
· 12 years ago
1d861aa
inet: Minimize use of cached route inetpeer.
by David S. Miller
· 12 years ago
fbfe95a
inet: Create and use rt{,6}_get_peer_create().
by David S. Miller
· 12 years ago
a50feda
ipv6: bool/const conversions phase2
by Eric Dumazet
· 12 years ago
675418d
net: ipv6: ndisc: Neaten ND_PRINTx macros
by Joe Perches
· 12 years ago
c727e7f
Merge branch 'delete-tokenring' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
by David S. Miller
· 12 years ago
f321383
net: ipv6: Standardize prefixes for message logging
by Joe Perches
· 12 years ago
211ed86
net: delete all instances of special processing for token ring
by Paul Gortmaker
· 12 years ago
56845d7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
1716a96
ipv6: fix problem with expired dst cache
by Gao feng
· 13 years ago
e35f30c
Treat ND option 31 as userland (DNSSL support)
by Alexey I. Froloff
· 13 years ago
c78679e
ipv6: Stop using NLA_PUT*().
by David S. Miller
· 13 years ago
ff4783c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
5095d64
ipv6: ip6_route_output() never returns NULL.
by RongQing.Li
· 13 years ago
4991969
ipv6: Remove neigh argument from ndisc_send_redirect()
by David S. Miller
· 13 years ago
eb85718
ipv6: ndisc: Convert to dst_neigh_lookup()
by David S. Miller
· 13 years ago
e6bff99
ipv6: Check RA for sllao when configuring optimistic ipv6 address (v2)
by Neil Horman
· 13 years ago
d191854
ipv6: Kill rt6i_dev and rt6i_expires defines.
by David S. Miller
· 13 years ago
2c2aba6
ipv6: Use universal hash for NDISC.
by David S. Miller
· 13 years ago
87a1157
ipv6: Move xfrm_lookup() call down into icmp6_dst_alloc().
by David S. Miller
· 13 years ago
2721745
net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.
by David Miller
· 13 years ago
76cc714
neigh: Do not set tbl->entry_size in ipv4/ipv6 neigh tables.
by David Miller
· 13 years ago
6dec4ac
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
4d65a24
ipv6: fix a bug in ndisc_send_redirect
by Li Wei
· 13 years ago
4e3fd7a
net: remove ipv6_addr_copy()
by Alexey Dobriyan
· 13 years ago
a7ae199
ipv6: Remove all uses of LL_ALLOCATED_SPACE
by Herbert Xu
· 13 years ago
8b5c171
neigh: new unresolved queue limits
by Eric Dumazet
· 13 years ago
9f56220
ipv6: Do not use routes from locally generated RAs
by Andreas Hofmeister
· 13 years ago
01b7806
ipv6: remove a rcu_read_lock in ndisc_constructor
by Roy.Li
· 13 years ago
cfdf764
ipv6: some RCU conversions
by Eric Dumazet
· 13 years ago
69cce1d
net: Abstract dst->neighbour accesses behind helpers.
by David S. Miller
· 13 years ago
9cbb7ec
ipv6: Get rid of rt6i_nexthop macro.
by David S. Miller
· 13 years ago
8f40b16
neigh: Pass neighbour entry to output ops.
by David S. Miller
· 13 years ago
542d4d6
neigh: Kill ndisc_ops->queue_xmit
by David S. Miller
· 13 years ago
47ec132
neigh: Kill neigh_ops->hh_output
by David S. Miller
· 13 years ago
Next »