Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
07e461cd7e73a84f0e3757932b93cc80976fd749
/
net
/
ipv6
/
addrconf.c
c15b1cc
ipv6: move DAD and addrconf_verify processing to workqueue
by Hannes Frederic Sowa
· 11 years ago
ecab670
ipv6: Avoid unnecessary temporary addresses being generated
by Heiner Kallweit
· 11 years ago
08b4465
gre: add link local route when local addr is any
by Nicolas Dichtel
· 11 years ago
33d9911
ipv6: reallocate addrconf router for ipv6 address when lo device up
by Gao feng
· 11 years ago
602582c
ipv6: optimize link local address search
by Hannes Frederic Sowa
· 11 years ago
4180442
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
11ffff7
ipv6: simplify detection of first operational link-local address on interface
by Hannes Frederic Sowa
· 11 years ago
5b84efe
ipv6 addrconf: don't cleanup prefix route for IFA_F_NOPREFIXROUTE
by Thomas Haller
· 11 years ago
761aac7
ipv6 addrconf: add IFA_F_NOPREFIXROUTE flag to suppress creation of IP6 routes
by Thomas Haller
· 11 years ago
db9c7c3
ipv6: addrconf spelling fixes
by stephen hemminger
· 11 years ago
63862b5
net: replace macros net_random and net_srandom with direct calls to prandom
by Aruna-Hewapathirane
· 11 years ago
0a379e21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
235f939
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem
by John W. Linville
· 11 years ago
07edd74
ipv6: add link-local, sit and loopback address with INFINITY_LIFE_TIME
by Hannes Frederic Sowa
· 11 years ago
56a4342
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
88ad314
ipv6: don't install anycast address for /128 addresses on routers
by Hannes Frederic Sowa
· 11 years ago
fad8da3
ipv6 addrconf: fix preferred lifetime state-changing behavior while valid_lft is infinity
by Yasushi Asano
· 11 years ago
3678a9d
netlink: cleanup rntl_af_register
by stephen hemminger
· 11 years ago
46306b4
ipv6: unneccessary to get address prefix in addrconf_get_prefix_route
by Li RongQing
· 11 years ago
c92d549
netconf: add support for IPv6 proxy_ndp
by stephen hemminger
· 11 years ago
e74bccb
ipv6: Add checks for 6LOWPAN ARP type
by Jukka Rissanen
· 11 years ago
971a351
ipv6 addrconf: revert /proc/net/if_inet6 ifa_flag format
by Jiri Pirko
· 11 years ago
bba2489
neigh: ipv6: respect default values set before an address is assigned to device
by Jiri Pirko
· 11 years ago
73af614
neigh: use tbl->family to distinguish ipv4 from ipv6
by Jiri Pirko
· 11 years ago
1f9248e
neigh: convert parms to an array
by Jiri Pirko
· 11 years ago
53bd674
ipv6 addrconf: introduce IFA_F_MANAGETEMPADDR to tell kernel to manage temporary addresses
by Jiri Pirko
· 11 years ago
479840f
ipv6 addrconf: extend ifa_flags to u32
by Jiri Pirko
· 11 years ago
57ec0af
ipv6: fix third arg of anycast_dst_alloc(), must be bool.
by François-Xavier Le Bail
· 11 years ago
1ee2dcc
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 11 years ago
f7cb888
sit/gre6: don't try to add the same route two times
by Nicolas Dichtel
· 11 years ago
f0e2acf
sit: link local routes are missing
by Nicolas Dichtel
· 11 years ago
929c9cf
sit: fix prefix length of ll and v4mapped addresses
by Nicolas Dichtel
· 11 years ago
5e30025
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
827da44
net: Explicitly initialize u64_stats_sync structures for lockdep
by John Stultz
· 11 years ago
5d9efa7
ipv6: Remove privacy config option.
by David S. Miller
· 11 years ago
c9d55d5
ipv6: Fix preferred_lft not updating in some cases
by Paul Marks
· 11 years ago
7df37ff
IPv6 NAT: Do not drop DNATed 6to4/6rd packets
by Catalin\(ux\) M. BOIE
· 11 years ago
06c5405
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
13c7bf0
ipv6: ipv6_create_tempaddr cleanup
by Petr Holasek
· 11 years ago
f39dc10
ipv6: move in6_dev_finish_destroy() into core kernel
by Cong Wang
· 11 years ago
caf92bc
ipv6: do not call ndisc_send_rs() with write lock
by Cong Wang
· 11 years ago
034dfc5
ipv6: export in6addr_loopback to modules
by Cong Wang
· 11 years ago
b800c3b
ipv6: drop fragmented ndisc packets by default (RFC 6980)
by Hannes Frederic Sowa
· 11 years ago
b05930f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
e837735
ip6_tunnel: ensure to always have a link local address
by Nicolas Dichtel
· 11 years ago
7eaa48a
Revert "ipv6: fix checkpatch errors in net/ipv6/addrconf.c"
by David S. Miller
· 11 years ago
df8372c
ipv6: fix checkpatch errors in net/ipv6/addrconf.c
by dingtianhong
· 11 years ago
ba3542e
ipv6: convert the uses of ADBG and remove the superfluous parentheses
by dingtianhong
· 11 years ago
4b08a8f
ipv6: remove max_addresses check from ipv6_create_tempaddr
by Hannes Frederic Sowa
· 11 years ago
fc4eba5
ipv6: make unsolicited report intervals configurable for mld
by Hannes Frederic Sowa
· 11 years ago
0e76a3a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
439677d
ipv6: bump genid when delete/add address
by fan.du
· 11 years ago
8a226b2
ipv6: prevent race between address creation and removal
by Jiri Benc
· 11 years ago
3f8f529
ipv6: move peer_addr init into ipv6_add_addr()
by Jiri Pirko
· 11 years ago
0c1072a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
8965779
ipv6,mcast: always hold idev->lock before mca_lock
by Amerigo Wang
· 11 years ago
b173ee4
ipv6: resend MLD report if a link-local address completes DAD
by Hannes Frederic Sowa
· 11 years ago
1ec047e
ipv6: introduce per-interface counter for dad-completed ipv6 addresses
by Hannes Frederic Sowa
· 11 years ago
77ecaac
ipv6: rearm router solicitaion timer when setting new tokenized address
by Hannes Frederic Sowa
· 11 years ago
2b9651d
ipv6: remove old token ipv6 address as soon as possible
by Hannes Frederic Sowa
· 11 years ago
dc84829
ipv6: check return value of ipv6_get_lladdr
by Hannes Frederic Sowa
· 11 years ago
876fd05
ipv6: don't disable interface if last ipv6 address is removed
by Hannes Frederic Sowa
· 11 years ago
b7b1bfc
ipv6: split duplicate address detection and router solicitation timer
by Hannes Frederic Sowa
· 11 years ago
b33698e
ipv6: remove a useless pr_info() in addrconf_gre_config()
by Cong Wang
· 11 years ago
a881ae1
ipv6: don't call addrconf_dst_alloc again when enable lo
by Gao feng
· 11 years ago
fe2c633
net: Convert uses of typedef ctl_table to struct ctl_table
by Joe Perches
· 11 years ago
6bc19fb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
534c877
ipv6: assign rt6_info to inet6_ifaddr in init_loopback
by Gao feng
· 11 years ago
75538c2
net: always pass struct netdev_notifier_info to netdevice notifiers
by Cong Wang
· 12 years ago
351638e
net: pass info struct via netdevice notifier
by Jiri Pirko
· 12 years ago
2a7851b
netfilter: add nf_ipv6_ops hook to fix xt_addrtype with IPv6
by Florian Westphal
· 12 years ago
8892475
ipv6: use ipv6_addr_scope() helper
by Cong Wang
· 12 years ago
7996c79
ipv6: use ipv6_addr_any() helper
by Cong Wang
· 12 years ago
caeaba7
ipv6: add support of peer address
by Nicolas Dichtel
· 12 years ago
6e0895c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
f88c91d
ipv6: statically link register_inet6addr_notifier()
by Cong Wang
· 12 years ago
617fe29
net: ipv6: only invalidate previously tokenized addresses
by Daniel Borkmann
· 12 years ago
fc40383
net: ipv6: also allow token to be set when device not ready
by Daniel Borkmann
· 12 years ago
914faa1
net: ipv6: minor: use in6addr_any in token init
by Daniel Borkmann
· 12 years ago
f53adae
net: ipv6: add tokenized interface identifier support
by Daniel Borkmann
· 12 years ago
d662483
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
25fb6ca4
net IPv6 : Fix broken IPv6 routing table after loopback down-up
by Balakumaran Kannan
· 12 years ago
e2a553d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
cb6bf35
firewire net, ipv6: IPv6 over Firewire (RFC3146) support.
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
a79ca22
ipv6: fix bad free of addrconf_init_net
by Hong Zhiguo
· 12 years ago
63998ac
ipv6: provide addr and netconf dump consistency info
by Nicolas Dichtel
· 12 years ago
661d296
rtnetlink: Remove passing of attributes into rtnl_doit functions
by Thomas Graf
· 12 years ago
7a67420
netconf: add the handler to dump entries
by Nicolas Dichtel
· 12 years ago
b67bfe0
hlist: drop the node parameter from iterators
by Sasha Levin
· 12 years ago
ece31ff
net: proc: change proc_net_remove to remove_proc_entry
by Gao feng
· 12 years ago
d4beaa6
net: proc: change proc_net_fops_create to proc_create
by Gao feng
· 12 years ago
2c5e893
ipv6: by default join ff01::1 and in case of forwarding ff01::2 and ff05:2
by Hannes Frederic Sowa
· 12 years ago
188d1f7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
5e98a36
ipv6 addrconf: Fix interface identifiers of 802.15.4 devices.
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
5c766d6
ipv4: introduce address lifetime
by Jiri Pirko
· 12 years ago
3f0d2ba
ipv6: Use IS_ERR_OR_NULL().
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
21caa66
ipv6: use addrconf_get_prefix_route for prefix route lookup [v2]
by Romain Kuntz
· 12 years ago
85da53b
ipv6: fix the noflags test in addrconf_get_prefix_route
by Romain Kuntz
· 12 years ago
bd77902
ipv6: addrconf.c: remove unnecessary "if"
by Cong Ding
· 12 years ago
b1afce9
ipv6: Protect ->mc_forwarding access with CONFIG_IPV6_MROUTE
by David S. Miller
· 12 years ago
Next »