Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
1893ff20275b9b9be4892b5b5785788ce45abdea
/
net
/
ipv6
/
addrconf.c
1893ff2
net/ipv6: Add l3mdev check to ipv6_chk_addr_and_flags
by David Ahern
· 7 years ago
232378e
net/ipv6: Change address check to always take a device argument
by David Ahern
· 7 years ago
f1c02cf
ipv6: allow userspace to add IFA_F_OPTIMISTIC addresses
by Sabrina Dubroca
· 7 years ago
5091141
net: Convert raw6_net_ops, udplite6_net_ops, ipv6_proc_ops, if6_proc_net_ops and ip6_route_net_late_ops
by Kirill Tkhai
· 7 years ago
0bc9be6
net: Convert addrconf_ops
by Kirill Tkhai
· 7 years ago
e64e469
ipv6: addrconf: break critical section in addrconf_verify_rtnl()
by Eric Dumazet
· 8 years ago
c76fe2d
net: ipv6: send unsolicited NA after DAD
by David Ahern
· 8 years ago
96890d6
net: delete /proc THIS_MODULE references
by Alexey Dobriyan
· 8 years ago
27c6fa7
ipv6: Set nexthop flags upon carrier change
by Ido Schimmel
· 8 years ago
4c981e2
ipv6: Prepare to handle multiple netdev events
by Ido Schimmel
· 8 years ago
2127d95
ipv6: Clear nexthop flags upon netdev up
by Ido Schimmel
· 8 years ago
a3fde2a
rtnetlink: ipv6: convert remaining users to rtnl_register_module
by Florian Westphal
· 8 years ago
16feebc
rtnetlink: remove __rtnl_register
by Florian Westphal
· 8 years ago
e99e88a
treewide: setup_timer() -> timer_setup()
by Kees Cook
· 8 years ago
0940095
ipv6: set all.accept_dad to 0 by default
by Nicolas Dichtel
· 8 years ago
2210d6b
net: ipv6: sysctl to specify IPv6 ND traffic class
by Maciej Żenczykowski
· 8 years ago
fffcefe
ipv6: addrconf: fix a lockdep splat
by Eric Dumazet
· 8 years ago
27c565a
ipv6: remove IN6_ADDR_HSIZE from addrconf.h
by Eric Dumazet
· 8 years ago
ed29668
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
e669b86
ipv6: addrconf: increment ifp refcount before ipv6_del_addr()
by Eric Dumazet
· 8 years ago
da13c59
net: display hw address of source machine during ipv6 DAD failure
by Vishwanath Pai
· 8 years ago
4e5f47a
ipv6: addrconf: do not block BH in ipv6_chk_home_addr()
by Eric Dumazet
· 8 years ago
a5c1d98
ipv6: addrconf: do not block BH in /proc/net/if_inet6 handling
by Eric Dumazet
· 8 years ago
24f226d
ipv6: addrconf: do not block BH in ipv6_get_ifaddr()
by Eric Dumazet
· 8 years ago
480318a
ipv6: addrconf: do not block BH in ipv6_chk_addr_and_flags()
by Eric Dumazet
· 8 years ago
3f27fb2
ipv6: addrconf: add per netns perturbation in inet6_addr_hash()
by Eric Dumazet
· 8 years ago
752a929
ipv6: addrconf: factorize inet6_addr_hash() call
by Eric Dumazet
· 8 years ago
56fc709
ipv6: addrconf: move ipv6_chk_same_addr() to avoid forward declaration
by Eric Dumazet
· 8 years ago
de95e04
net: Add extack to validator_info structs used for address notifier
by David Ahern
· 8 years ago
ff7883e
net: ipv6: Make inet6addr_validator a blocking notifier
by David Ahern
· 8 years ago
f3d9832
ipv6: addrconf: cleanup locking in ipv6_add_addr
by David Ahern
· 8 years ago
c24675f
ipv6: addrconf: don't use rtnl mutex in RTM_GETADDR
by Florian Westphal
· 8 years ago
4ea2607
ipv6: addrconf: don't use rtnl mutex in RTM_GETNETCONF
by Florian Westphal
· 8 years ago
d93fa2b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
cc429c8
ipv6: avoid cache line dirtying in ipv6_dev_get_saddr()
by Eric Dumazet
· 8 years ago
f59c031
ipv6: __ipv6_dev_get_saddr() rcu conversion
by Eric Dumazet
· 8 years ago
24ba333
ipv6: ipv6_chk_prefix() rcu conversion
by Eric Dumazet
· 8 years ago
47e2694
ipv6: ipv6_chk_custom_prefix() rcu conversion
by Eric Dumazet
· 8 years ago
d9bf82c
ipv6: ipv6_count_addresses() rcu conversion
by Eric Dumazet
· 8 years ago
8ef802a
ipv6: prepare RCU lookups for idev->addr_list
by Eric Dumazet
· 8 years ago
a2d3f3e
ipv6: fix net.ipv6.conf.all.accept_dad behaviour for real
by Matteo Croce
· 8 years ago
66f5d6c
ipv6: replace rwlock with rcu and spinlock in fib6_table
by Wei Wang
· 8 years ago
d3843fe
ipv6: replace dst_hold() with dst_hold_safe() in routing code
by Wei Wang
· 8 years ago
2b760fc
ipv6: hook up exception table to store dst cache
by Wei Wang
· 8 years ago
38fbeee
ipv6: prepare fib6_locate() for exception table
by Wei Wang
· 8 years ago
5c45121
rtnetlink: remove __rtnl_af_unregister
by Florian Westphal
· 8 years ago
1f372c7
net: ipv6: send NS for DAD when link operationally up
by Mike Manning
· 8 years ago
63a4e80
ipv6: Remove redundant unlikely()
by Tobias Klauser
· 8 years ago
35e015e
ipv6: fix net.ipv6.conf.all interface DAD handlers
by Matteo Croce
· 8 years ago
6819a14
net: ipv6: fix regression of no RTM_DELADDR sent after DAD failure
by Mike Manning
· 8 years ago
6026e04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
4e587ea
ipv6: fix sparse warning on rt6i_node
by Wei Wang
· 8 years ago
4832c30
net: ipv6: put host and anycast routes on device with address
by David Ahern
· 8 years ago
b97bac6
rtnetlink: make rtnl_register accept a flags parameter
by Florian Westphal
· 8 years ago
fc882fc
ipv6: Regenerate host route according to node pointer upon interface up
by Ido Schimmel
· 8 years ago
9217d8c
ipv6: Regenerate host route according to node pointer upon loopback up
by Ido Schimmel
· 8 years ago
271201c
net, ipv6: convert inet6_ifaddr.refcnt from atomic_t to refcount_t
by Reshetova, Elena
· 8 years ago
1be9246
net, ipv6: convert inet6_dev.refcnt from atomic_t to refcount_t
by Reshetova, Elena
· 8 years ago
ec8add2
ipv6: dad: don't remove dynamic addresses if link is down
by Sabrina Dubroca
· 8 years ago
b079115
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
60abc0b
ipv6: avoid unregistering inet6_dev for loopback
by WANG Cong
· 8 years ago
3d09198
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
ad65a2f
ipv6: call dst_hold_safe() properly
by Wei Wang
· 8 years ago
f8a894b
ipv6: fix calling in6_ifa_hold incorrectly for dad work
by Xin Long
· 8 years ago
3ad7d24
Ipvlan should return an error when an address is already in use.
by Krister Johansen
· 8 years ago
333c430
net: ipv6: Plumb extack through route add functions
by David Ahern
· 8 years ago
66eb9f8
ipv6: avoid dad-failures for addresses with NODAD
by Mahesh Bandewar
· 8 years ago
242d3a4
ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notf
by WANG Cong
· 8 years ago
2f46093
ipv6: initialize route null entry in addrconf_init()
by WANG Cong
· 8 years ago
6d71713
net: ipv6: Do not duplicate DAD on link up
by David Ahern
· 8 years ago
b1513c3
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
8048ced
net: ipv6: regenerate host route if moved to gc list
by David Ahern
· 8 years ago
c21ef3e
net: rtnetlink: plumb extended ack to doit function
by David Ahern
· 8 years ago
450cc8c
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
by David S. Miller
· 8 years ago
6b6cbc1
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
fceb643
netlink: pass extended ACK struct to parsing functions
by Johannes Berg
· 8 years ago
9dae2e0
6lowpan: Fix IID format for Bluetooth
by Luiz Augusto von Dentz
· 8 years ago
8a7a4b4
ipv6: addrconf: fix 48 bit 6lowpan autoconfiguration
by Alexander Aring
· 8 years ago
a2d6cbb
ipv6: Fix idev->addr_list corruption
by Rabin Vincent
· 8 years ago
2345217
net: ipv6: Add support for RTM_DELNETCONF
by David Ahern
· 8 years ago
85b3daa
net: ipv6: Refactor inet6_netconf_notify_devconf to take event
by David Ahern
· 8 years ago
bbea124
net: ipv6: Add sysctl for minimum prefix len acceptable in RIOs.
by Joel Scherpelz
· 8 years ago
df789fe
ipv6: Provide ipv6 version of "disable_policy" sysctl
by David Forster
· 8 years ago
8d70eeb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 8 years ago
174cd4b
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>
by Ingo Molnar
· 9 years ago
8c171d6
net/ipv6: avoid possible dead locking on addr_gen_mode sysctl
by Felix Jia
· 8 years ago
35eeacf
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
a11a7f7
ipv6: addrconf: fix generation of new temporary addresses
by Marcus Huewe
· 9 years ago
3efa70d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
a088d1d
ipv6: Fix IPv6 packet loss in scenarios involving roaming + snooping switches
by Linus Lüssing
· 9 years ago
4e8f2fc
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
45ce0fd
net/ipv6: support more tunnel interfaces for EUI64 link-local generation
by Felix Jia
· 9 years ago
d35a00b
net/ipv6: allow sysctl to change link-local address generation mode
by Felix Jia
· 9 years ago
03e4def
ipv6: addrconf: Avoid addrconf_disable_change() using RCU read-side lock
by Kefeng Wang
· 9 years ago
f784ad3
ipv6: do not send RTM_DELADDR for tentative addresses
by Mahesh Bandewar
· 9 years ago
adc176c
ipv6 addrconf: Implemented enhanced DAD (RFC7527)
by Erik Nordmark
· 9 years ago
0b42f25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
764d3be
ipv6: bump genid when the IFA_F_TENTATIVE flag is clear
by Paolo Abeni
· 9 years ago
bf355b8
ipv6: sr: add core files for SR HMAC support
by David Lebrun
· 9 years ago
1ababeb
ipv6: implement dataplane support for rthdr type 4 (Segment Routing Header)
by David Lebrun
· 9 years ago
Next »