summaryrefslogtreecommitdiffstats
path: root/net/ipv6/ndisc.c
Commit message (Expand)AuthorAgeFilesLines
* ipv6: send only one NEWLINK when RA causes changesMarius Tomaschewski2015-09-011-3/+10
* ipv6: send NEWLINK on RA managed/otherconf changesMarius Tomaschewski2015-09-011-0/+5
* ipv6: ndisc: inherit metadata dst when creating ndisc requestsJiri Benc2015-08-211-3/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-011-0/+6
|\
| * ipv6: flush nd cache on IFF_NOARP changeEric Dumazet2015-07-301-0/+6
* | net/ipv6: add sysctl option accept_ra_min_hop_limitHangbin Liu2015-07-311-9/+7Star
|/
* 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/+1Star
* | 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-061-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-241-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-251-1/+0Star
* ipv6: White-space cleansing : Line LayoutsIan Morris2014-08-251-8/+8
* neigh: remove exceptional & on function nameHimangi Saraogi2014-07-251-1/+1
* ipv6: fix the check when handle RALi RongQing2014-07-111-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-161-5/+2Star
* neigh: use tbl->family to distinguish ipv4 from ipv6Jiri Pirko2013-12-101-1/+1
* neigh: wrap proc dointvec functionsJiri Pirko2013-12-101-5/+5
* neigh: convert parms to an arrayJiri Pirko2013-12-101-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-041-2/+0Star
* | vxlan: add ipv6 proxy supportCong Wang2013-09-011-4/+4
* | ipv6: Remove redundant sk variableThomas Graf2013-08-301-1/+0Star
* | 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-231-1/+3
* ipv6: prevent fib6_run_gc() contentionMichal Kubeček2013-08-011-2/+2
* ndisc: bool initializations should use true and falseDaniel Baluta2013-07-161-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-201-1/+1
|\
| * ipv6: ndisc: fix ndisc_send_redirect writing to the wrong skbMatthias Schiffer2013-06-181-1/+1
* | ipv6: Correct comparisons and calculations using skb->tail and skb-transport_...Simon Horman2013-05-291-4/+5
* | net: pass info struct via netdevice notifierJiri Pirko2013-05-281-1/+1
|/
* ipv6: ndisc: remove redundant check for !dev->addr_lenThomas Graf2013-03-081-2/+0Star
* ndisc: Use compound literals to build redirect message.YOSHIFUJI Hideaki / 吉藤英明2013-01-211-12/+8Star
* ndisc: Break down ndisc_build_skb() and build message directly.YOSHIFUJI Hideaki / 吉藤英明2013-01-211-59/+63
* ndisc: Break down __ndisc_send().YOSHIFUJI Hideaki / 吉藤英明2013-01-211-24/+21Star