summaryrefslogtreecommitdiff
path: root/net/ipv6/ndisc.c
AgeCommit message (Expand)Author
2017-11-11net: ipv6: sysctl to specify IPv6 ND traffic classMaciej Żenczykowski
2017-11-01net: display hw address of source machine during ipv6 DAD failureVishwanath Pai
2017-08-29neigh: increase queue_len_bytes to match wmem_defaultEric Dumazet
2017-08-09net: ipv6: lower ndisc notifier priority below addrconfDavid Ahern
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg
2017-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-04-24net: ipv6: send unsolicited NA if enabled for all interfacesDavid Ahern
2017-04-17net: ipv6: send unsolicited NA on admin upDavid Ahern
2017-03-22net: ipv6: Add sysctl for minimum prefix len acceptable in RIOs.Joel Scherpelz
2017-03-22neighbour: fix nlmsg_pid in notificationsRoopa Prabhu
2016-12-03ipv6 addrconf: Implemented enhanced DAD (RFC7527)Erik Nordmark
2016-09-10net: l3mdev: remove redundant callsDavid Ahern
2016-06-15ipv6: export several functionsAlexander Aring
2016-06-15ipv6: introduce neighbour discovery opsAlexander Aring
2016-06-15ndisc: add __ndisc_fill_addr_option functionAlexander Aring
2016-02-11ipv6: add option to drop unsolicited neighbor advertisementsJohannes Berg
2015-12-23ipv6: honor ifindex in case we receive ll addresses in router advertisementsHannes Frederic Sowa
2015-12-01Revert "ipv6: ndisc: inherit metadata dst when creating ndisc requests"Nicolas Dichtel
2015-10-13net: Add VRF support to IPv6 stackDavid Ahern
2015-10-13net: Export fib6_get_table and nd_tblDavid Ahern
2015-10-08net: Pass net into dst_output and remove dst_output_okfnEric W. Biederman
2015-09-24ipv6: remove unused neigh parameter from ndisc functionsJiri Benc
2015-09-17netfilter: Pass net into okfnEric W. Biederman
2015-09-17netfilter: Pass struct net into the netfilter hooksEric W. Biederman
2015-09-17net: Merge dst_output and dst_output_skEric W. Biederman
2015-08-31ipv6: send only one NEWLINK when RA causes changesMarius Tomaschewski
2015-08-31ipv6: send NEWLINK on RA managed/otherconf changesMarius Tomaschewski
2015-08-20ipv6: ndisc: inherit metadata dst when creating ndisc requestsJiri Benc
2015-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-07-30net/ipv6: add sysctl option accept_ra_min_hop_limitHangbin Liu
2015-07-29ipv6: flush nd cache on IFF_NOARP changeEric Dumazet
2015-05-25ipv6: Remove external dependency on rt6i_dst and rt6i_srcMartin KaFai Lau
2015-04-07netfilter: Pass socket pointer down through okfn().David Miller
2015-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-03-31netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc
2015-03-31ipv6: coding style: comparison for equality with NULLIan Morris
2015-03-25ipv6: Don't reduce hop limit for an interfaceD.S. Ljungmark
2015-03-04neigh: Factor out ___neigh_lookup_norefEric W. Biederman
2015-03-02neigh: Don't require dst in neigh_hh_initEric W. Biederman
2015-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-02-05net: ipv6: allow explicitly choosing optimistic addressesErik Kline
2015-01-25net: ipv6: Add sysctl entry to disable MTU updates from RAHarout Hedeshian
2014-11-23ipv6: coding style improvements (remove assignment in if statements)Ian Morris
2014-11-11neigh: remove dynamic neigh table registration supportWANG Cong
2014-08-24ipv6: White-space cleansing : gaps between function and symbol exportIan Morris
2014-08-24ipv6: White-space cleansing : Line LayoutsIan Morris
2014-07-24neigh: remove exceptional & on function nameHimangi Saraogi
2014-07-10ipv6: fix the check when handle RALi RongQing
2014-07-01ipv6: Allow accepting RA from local IP addresses.Ben Greear
2014-07-01ipv6: Add more debugging around accept-ra logic.Ben Greear