aboutsummaryrefslogtreecommitdiff
path: root/include/linux/ipv6.h
AgeCommit message (Expand)AuthorFilesLines
2019-03-03net: ipv6: add socket option IPV6_ROUTER_ALERT_ISOLATEGravatar Francesco Ruggeri 1-1/+2
2019-01-22bridge: simplify ip_mc_check_igmp() and ipv6_mc_check_mld() callsGravatar Linus Lüssing 1-0/+6
2018-09-13ipv6: Add sockopt IPV6_MULTICAST_ALL analogue to IP_MULTICAST_ALLGravatar Andre Naujoks 1-1/+2
2017-12-21net: reevalulate autoflowlabel setting after sysctl settingGravatar Shaohua Li 1-1/+2
2017-11-11net: ipv6: sysctl to specify IPv6 ND traffic classGravatar Maciej Żenczykowski 1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-08-07net: ipv6: add second dif to udp socket lookupsGravatar David Ahern 1-0/+10
2017-07-31udp6: fix jumbogram receptionGravatar Paolo Abeni 1-0/+6
2017-03-22net: ipv6: Add sysctl for minimum prefix len acceptable in RIOs.Gravatar Joel Scherpelz 1-0/+1
2017-03-06ipv6: Provide ipv6 version of "disable_policy" sysctlGravatar David Forster 1-0/+1
2017-01-27net/ipv6: allow sysctl to change link-local address generation modeGravatar Felix Jia 1-0/+1
2016-12-03ipv6 addrconf: Implemented enhanced DAD (RFC7527)Gravatar Erik Nordmark 1-0/+1
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+1
2016-11-09ipv6: sr: add core files for SR HMAC supportGravatar David Lebrun 1-0/+3
2016-11-09ipv6: implement dataplane support for rthdr type 4 (Segment Routing Header)Gravatar David Lebrun 1-0/+1
2016-11-03net: tcp: check skb is non-NULL for exact match on lookupsGravatar David Ahern 1-1/+1
2016-11-03ipv6: add IPV6_RECVFRAGSIZE cmsgGravatar Willem de Bruijn 1-2/+3
2016-10-17net: Require exact match for TCP socket lookups if dif is l3mdevGravatar David Ahern 1-3/+14
2016-09-30ipv6 addrconf: implement RFC7559 router solicitation backoffGravatar Maciej Żenczykowski 1-0/+1
2016-06-09net: vrf: Fix crash when IPv6 is disabled at boot timeGravatar David Ahern 1-0/+7
2016-05-11net: l3mdev: Add hook in ip and ipv6Gravatar David Ahern 1-1/+16
2016-04-19net/ipv6/addrconf: simplify sysctl registrationGravatar Konstantin Khlebnikov 1-1/+2
2016-02-25net: ipv6: Make address flushing on ifdown optionalGravatar David Ahern 1-0/+1
2016-02-11ipv6: add option to drop unsolicited neighbor advertisementsGravatar Johannes Berg 1-0/+1
2016-02-11ipv6: add option to drop unicast encapsulated in L2 multicastGravatar Johannes Berg 1-0/+1
2015-12-02ipv6: add complete rcu protection around np->optGravatar Eric Dumazet 1-1/+1
2015-10-05ipv6: inet6_sk() should use sk_fullsock()Gravatar Eric Dumazet 1-2/+2
2015-08-13net: ipv6 sysctl option to ignore routes when nexthop link is downGravatar Andy Gospodarek 1-0/+1
2015-07-30net/ipv6: add sysctl option accept_ra_min_hop_limitGravatar Hangbin Liu 1-0/+1
2015-07-22ipv6: sysctl to restrict candidate source addressesGravatar Erik Kline 1-0/+1
2015-07-09ipv6: use flag instead of u16 for hop in inet6_skb_parmGravatar Florian Westphal 1-1/+1
2015-03-23ipv6: introduce secret_stable to ipv6_devconfGravatar Hannes Frederic Sowa 1-0/+4
2015-02-02ipv6: pull cork initialization into its own function.Gravatar Vlad Yasevich 1-5/+7
2015-01-25net: ipv6: Add sysctl entry to disable MTU updates from RAGravatar Harout Hedeshian 1-0/+1
2014-11-05ipv6: move INET6_MATCH() to include/net/inet6_hashtables.hGravatar WANG Cong 1-10/+0
2014-10-29net: ipv6: Add a sysctl to make optimistic addresses useful candidatesGravatar Erik Kline 1-0/+1
2014-07-07ipv6: Implement automatic flow label generation on transmitGravatar Tom Herbert 1-1/+2
2014-07-01inet: move ipv6only in sock_commonGravatar Eric Dumazet 1-5/+5
2014-07-01ipv6: Allow accepting RA from local IP addresses.Gravatar Ben Greear 1-0/+1
2014-06-27net: remove inet6_reqsk_allocGravatar Octavian Purdila 1-10/+0
2014-01-19ipv6: make IPV6_RECVPKTINFO work for ipv4 datagramsGravatar Hannes Frederic Sowa 1-0/+3
2014-01-19ipv6: add the IPV6_FL_F_REFLECT flag to IPV6_FL_A_GETGravatar Florent Fourcot 1-0/+1
2013-12-18ipv6: support IPV6_PMTU_INTERFACE on socketsGravatar Hannes Frederic Sowa 1-1/+1
2013-12-09ipv6: remove rcv_tclass of ipv6_pinfoGravatar Florent Fourcot 1-1/+0
2013-12-09ipv6: add flowinfo for tcp6 pkt_options for all casesGravatar Florent Fourcot 1-0/+1
2013-12-05xen-netback: fix fragment detection in checksum setupGravatar Paul Durrant 1-0/+1
2013-10-28ipv6: Remove privacy config option.Gravatar David S. Miller 1-2/+0
2013-10-10inet: includes a sock_common in request_sockGravatar Eric Dumazet 1-24/+2
2013-10-09ipv6: make lookups simpler and fasterGravatar Eric Dumazet 1-40/+6
2013-10-03inet: consolidate INET_TW_MATCHGravatar Eric Dumazet 1-2/+2