Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
e0ee84ded79623ac063a4e817367d61ab7650b6c
/
net
/
ipv6
/
addrconf.c
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
· 8 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
· 8 years ago
a11a7f7
ipv6: addrconf: fix generation of new temporary addresses
by Marcus Huewe
· 8 years ago
3efa70d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
a088d1d
ipv6: Fix IPv6 packet loss in scenarios involving roaming + snooping switches
by Linus Lüssing
· 8 years ago
4e8f2fc
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
45ce0fd
net/ipv6: support more tunnel interfaces for EUI64 link-local generation
by Felix Jia
· 8 years ago
d35a00b
net/ipv6: allow sysctl to change link-local address generation mode
by Felix Jia
· 8 years ago
03e4def
ipv6: addrconf: Avoid addrconf_disable_change() using RCU read-side lock
by Kefeng Wang
· 8 years ago
f784ad3
ipv6: do not send RTM_DELADDR for tentative addresses
by Mahesh Bandewar
· 8 years ago
adc176c
ipv6 addrconf: Implemented enhanced DAD (RFC7527)
by Erik Nordmark
· 8 years ago
0b42f25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
764d3be
ipv6: bump genid when the IFA_F_TENTATIVE flag is clear
by Paolo Abeni
· 8 years ago
bf355b8
ipv6: sr: add core files for SR HMAC support
by David Lebrun
· 8 years ago
1ababeb
ipv6: implement dataplane support for rthdr type 4 (Segment Routing Header)
by David Lebrun
· 8 years ago
7aa8e63
ipv6: properly prevent temp_prefered_lft sysctl race
by Jiri Bohac
· 8 years ago
76506a9
IPv6: fix DESYNC_FACTOR
by Jiri Bohac
· 8 years ago
9d6280d
IPv6: Drop the temporary address regen_timer
by Jiri Bohac
· 8 years ago
a220445
ipv6: correctly add local routes when lo goes up
by Nicolas Dichtel
· 8 years ago
cb4a4c6
ipv6 addrconf: disallow rtr_solicits < -1
by Maciej Żenczykowski
· 8 years ago
cb9e684
ipv6 addrconf: remove addrconf_sysctl_hop_limit()
by Maciej Żenczykowski
· 8 years ago
bd11f07
ipv6 addrconf: implement RFC7559 router solicitation backoff
by Maciej Żenczykowski
· 8 years ago
aca0567
ipv6: Remove useless parameter in __snmp6_fill_statsdev
by Jia He
· 8 years ago
751eb6b
ipv6: addrconf: fix dev refcont leak when DAD failed
by Wei Yongjun
· 8 years ago
29c994e
netconf: add a notif when settings are created
by Nicolas Dichtel
· 8 years ago
d26c638
ipv6: add missing netconf notif when 'all' is updated
by Nicolas Dichtel
· 8 years ago
85b51b1
net: ipv6: Remove addresses for failures with strict DAD
by Mike Manning
· 8 years ago
bc56163
net: ipv6: Do not keep IPv6 addresses when IPv6 is disabled
by Mike Manning
· 8 years ago
c882219
net: ipv6: use list_move instead of list_del/list_add
by Wei Yongjun
· 8 years ago
ea06f71
net: ipv6: Always leave anycast and multicast groups on link down
by Mike Manning
· 8 years ago
927265b
ipv6: do not abuse GFP_ATOMIC in inet6_netconf_notify_devconf()
by Eric Dumazet
· 8 years ago
afbac601
net: ipv6: Address selection needs to consider L3 domains
by David Ahern
· 9 years ago
cc84b3c
ipv6: export several functions
by Alexander Aring
· 9 years ago
f997c55
ipv6: introduce neighbour discovery ops
by Alexander Aring
· 9 years ago
4f67223
addrconf: put prefix address add in an own function
by Alexander Aring
· 9 years ago
2ad3ed5
6lowpan: add 802.15.4 short addr slaac
by Alexander Aring
· 9 years ago
ba46ee4
net: ipv6: Do not add multicast route for l3 master devices
by David Ahern
· 9 years ago
c0cc531
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
38bd10c
net: ipv6: Delete host routes on an ifdown
by David Ahern
· 9 years ago
6a92393
Revert "ipv6: Revert optional address flusing on ifdown."
by David S. Miller
· 9 years ago
841645b
ipv6: Revert optional address flusing on ifdown.
by David S. Miller
· 9 years ago
1602f49
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
5df1f77
net/ipv6/addrconf: fix sysctl table indentation
by Konstantin Khlebnikov
· 9 years ago
607ea7c
net/ipv6/addrconf: simplify sysctl registration
by Konstantin Khlebnikov
· 9 years ago
70af921
net: ipv6: Do not keep linklocal and loopback addresses
by David Ahern
· 9 years ago
47e27d5
ipv6, token: allow for clearing the current device token
by Daniel Borkmann
· 9 years ago
4f7f34e
net: vrf: Fix dev refcnt leak due to IPv6 prefix route
by David Ahern
· 9 years ago
136ba62
netconf: add macro to represent all attributes
by Zhang Shengju
· 9 years ago
799977d
net: ipv6: Fix refcnt on host routes
by David Ahern
· 9 years ago
4f25a11
net: ipv6/l3mdev: Move host route on saved address if necessary
by David Ahern
· 9 years ago
f1705ec
net: ipv6: Make address flushing on ifdown optional
by David Ahern
· 9 years ago
b633353
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
a97eb33
rtnl: RTM_GETNETCONF: fix wrong return value
by Anton Protopopov
· 9 years ago
7a02bf8
ipv6: add option to drop unsolicited neighbor advertisements
by Johannes Berg
· 9 years ago
abbc304
ipv6: add option to drop unicast encapsulated in L2 multicast
by Johannes Berg
· 9 years ago
16186a8
ipv6: addrconf: Fix recursive spin lock call
by subashab@codeaurora.org
· 9 years ago
3d171f3
ipv6: always add flag an address that failed DAD with DADFAILED
by Lubomir Rintel
· 9 years ago
c07f30a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
5449a5c
addrconf: always initialize sysctl table data
by WANG Cong
· 9 years ago
cc9da6c
ipv6: addrconf: use stable address generator for ARPHRD_NONE
by Bjørn Mork
· 9 years ago
b3e0d3d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
9b29c69
ipv6: automatically enable stable privacy mode if stable_secret set
by Hannes Frederic Sowa
· 9 years ago
5241c2d
ipv6: addrconf: drop ieee802154 specific things
by Alexander Aring
· 9 years ago
9a1ec46
ipv6: keep existing flags when setting IFA_F_OPTIMISTIC
by Bjørn Mork
· 9 years ago
3ef0952
ipv6: Only act upon NETDEV_*_TYPE_CHANGE if we have ipv6 addresses
by Andrew Lunn
· 9 years ago
f188b95
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
d6df198
net: ipv6: restrict hop_limit sysctl setting to range [1; 255]
by Phil Sutter
· 9 years ago
304d888
Revert "ipv6: ndisc: inherit metadata dst when creating ndisc requests"
by Nicolas Dichtel
· 9 years ago
2a189f9
ipv6: clean up dev_snmp6 proc entry when we fail to initialize inet6_dev
by Sabrina Dubroca
· 9 years ago
b7b0b1d
ipv6: recreate ipv6 link-local addresses when increasing MTU over IPV6_MIN_MTU
by Alexander Duyck
· 9 years ago
b1974ed
netlink: Rightsize IFLA_AF_SPEC size calculation
by Arad, Ronen
· 9 years ago
26440c8
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
ca25449
net: Add VRF support to IPv6 stack
by David Ahern
· 9 years ago
d9e4ce6
ipv6: gre: setup default multicast routes over PtP links
by Hannes Frederic Sowa
· 9 years ago
4963ed4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
38cf595
ipv6: remove unused neigh parameter from ndisc functions
by Jiri Benc
· 9 years ago
d5566fd
rtnetlink: RTEXT_FILTER_SKIP_STATS support to avoid dumping inet/inet6 stats
by Sowmini Varadhan
· 9 years ago
8e3d5be
ipv6: Avoid double dst_free
by Martin KaFai Lau
· 9 years ago
26d2177
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma
by Linus Torvalds
· 9 years ago
a3a7737
net: Optimize snmp stat aggregation by walking all the percpu data at once
by Raghavendra K T
· 9 years ago
399e6f9
net/ipv6: Export addrconf_ifid_eui48
by Matan Barak
· 9 years ago
ab45060
ipv6: ndisc: inherit metadata dst when creating ndisc requests
by Jiri Benc
· 9 years ago
0344338
net: addr IFLA_OPERSTATE to netlink message for ipv6 ifinfo
by Andy Gospodarek
· 9 years ago
35103d1
net: ipv6 sysctl option to ignore routes when nexthop link is down
by Andy Gospodarek
· 9 years ago
8013d1d
net/ipv6: add sysctl option accept_ra_min_hop_limit
by Hangbin Liu
· 9 years ago
3985e8a
ipv6: sysctl to restrict candidate source addresses
by Erik Kline
· 9 years ago
c15df30
ipv6: Remove unused arguments for __ipv6_dev_get_saddr().
by YOSHIFUJI Hideaki
· 9 years ago
Next »