summaryrefslogtreecommitdiffstats
path: root/net/ipv6/ndisc.c
Commit message (Expand)AuthorAgeFilesLines
* ipv6: add option to drop unsolicited neighbor advertisementsJohannes Berg2016-02-111-0/+9
* ipv6: honor ifindex in case we receive ll addresses in router advertisementsHannes Frederic Sowa2015-12-231-2/+2
* Revert "ipv6: ndisc: inherit metadata dst when creating ndisc requests"Nicolas Dichtel2015-12-011-7/+3
* net: Add VRF support to IPv6 stackDavid Ahern2015-10-131-3/+23
* net: Export fib6_get_table and nd_tblDavid Ahern2015-10-131-0/+1
* net: Pass net into dst_output and remove dst_output_okfnEric W. Biederman2015-10-081-1/+1
* ipv6: remove unused neigh parameter from ndisc functionsJiri Benc2015-09-241-10/+7
* netfilter: Pass net into okfnEric W. Biederman2015-09-171-1/+1
* netfilter: Pass struct net into the netfilter hooksEric W. Biederman2015-09-171-2/+2
* net: Merge dst_output and dst_output_skEric W. Biederman2015-09-171-1/+1
* ipv6: send only one NEWLINK when RA causes changesMarius Tomaschewski2015-08-311-3/+10
* ipv6: send NEWLINK on RA managed/otherconf changesMarius Tomaschewski2015-08-311-0/+5
* ipv6: ndisc: inherit metadata dst when creating ndisc requestsJiri Benc2015-08-201-3/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-07-311-0/+6
|\
| * ipv6: flush nd cache on IFF_NOARP changeEric Dumazet2015-07-291-0/+6
* | net/ipv6: add sysctl option accept_ra_min_hop_limitHangbin Liu2015-07-301-9/+7
|/
* ipv6: Remove external dependency on rt6i_dst and rt6i_srcMartin KaFai Lau2015-05-251-1/+1
* netfilter: Pass socket pointer down through okfn().David Miller2015-04-071-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-021-1/+8
|\
| * ipv6: Don't reduce hop limit for an interfaceD.S. Ljungmark2015-03-251-1/+8
* | netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc2015-03-311-2/+1
* | ipv6: coding style: comparison for equality with NULLIan Morris2015-03-311-10/+10
* | neigh: Factor out ___neigh_lookup_norefEric W. Biederman2015-03-041-0/+7
* | neigh: Don't require dst in neigh_hh_initEric W. Biederman2015-03-021-0/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-02-091-1/+3
|\
| * net: ipv6: allow explicitly choosing optimistic addressesErik Kline2015-02-051-1/+3
* | net: ipv6: Add sysctl entry to disable MTU updates from RAHarout Hedeshian2015-01-251-1/+1
|/
* ipv6: coding style improvements (remove assignment in if statements)Ian Morris2014-11-231-3/+4
* neigh: remove dynamic neigh table registration supportWANG Cong2014-11-111-2/+2
* ipv6: White-space cleansing : gaps between function and symbol exportIan Morris2014-08-241-1/+0
* ipv6: White-space cleansing : Line LayoutsIan Morris2014-08-241-8/+8
* neigh: remove exceptional & on function nameHimangi Saraogi2014-07-241-1/+1
* ipv6: fix the check when handle RALi RongQing2014-07-101-6/+6
* ipv6: Allow accepting RA from local IP addresses.Ben Greear2014-07-011-8/+13
* ipv6: Add more debugging around accept-ra logic.Ben Greear2014-07-011-8/+43
* ipv6: update Destination Cache entries when gateway turn into hostDuan Jiong2014-05-151-5/+2
* neigh: use tbl->family to distinguish ipv4 from ipv6Jiri Pirko2013-12-091-1/+1
* neigh: wrap proc dointvec functionsJiri Pirko2013-12-091-5/+5
* neigh: convert parms to an arrayJiri Pirko2013-12-091-19/+24
* ipv6: judge the accept_ra_defrtr before calling rt6_route_rcvDuan Jiong2013-12-021-0/+3
* net: ipv6: ndisc: Fix warning when CONFIG_SYSCTL=nFabio Estevam2013-11-181-1/+1
* ipv6: don't call fib6_run_gc() until routing is readyMichal Kubeček2013-09-111-7/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-09-051-6/+8
|\
| * ipv6: Don't depend on per socket memory for neighbour discovery messagesThomas Graf2013-09-041-6/+8
* | ipv6:introduce function to find route for redirectDuan Jiong2013-09-051-1/+2
* | net: neighbour: Remove CONFIG_ARPDTim Gardner2013-09-031-2/+0
* | vxlan: add ipv6 proxy supportCong Wang2013-08-311-4/+4
* | ipv6: Remove redundant sk variableThomas Graf2013-08-301-1/+0
* | ipv6: drop fragmented ndisc packets by default (RFC 6980)Hannes Frederic Sowa2013-08-291-0/+17
|/
* ipv6: handle Redirect ICMP Message with no Redirected Header optionDuan Jiong2013-08-221-1/+3