Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
8a8d0875a5ccf14a6772b3bbffa1717e668a0d8a
/
net
/
ipv6
/
anycast.c
63159f2
ipv6: coding style: comparison for equality with NULL
by Ian Morris
· 10 years ago
c4a6853
ipv6: invert join/leave anycast rtnl/socket locking order
by Marcelo Ricardo Leitner
· 10 years ago
02ea807
ipv6: remove aca_lock spinlock from struct ifacaddr6
by Li RongQing
· 10 years ago
1f6d803
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
83aa29e
ipv6: refactor __ipv6_dev_ac_inc()
by WANG Cong
· 10 years ago
013b4d9
ipv6: clean up ipv6_dev_ac_inc()
by WANG Cong
· 10 years ago
b03a9c0
ipv6: remove ipv6_sk_ac_lock
by WANG Cong
· 10 years ago
6c55549
ipv6: drop useless rcu_read_lock() in anycast
by WANG Cong
· 10 years ago
381f4dc
ipv6: clean up anycast when an interface is destroyed
by Sabrina Dubroca
· 10 years ago
de185ab
ipv6: restore the behavior of ipv6_sock_ac_drop()
by WANG Cong
· 10 years ago
a9ed4a2
ipv6: fix rtnl locking in setsockopt for anycast and multicast
by Sabrina Dubroca
· 10 years ago
7c90cc2
ipv6: enable anycast addresses as source addresses for datagrams
by FX Le Bail
· 11 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
c33e7b0
ipv6 anycast: Convert ipv6_sk_ac_lock to spinlock.
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
0e1efe9
ipv6: avoid taking locks at socket dismantle
by Eric Dumazet
· 12 years ago
af31f41
net: Allow userns root to control ipv6
by Eric W. Biederman
· 12 years ago
94e187c
ipv6: introduce ip6_rt_put()
by Amerigo Wang
· 12 years ago
a50feda
ipv6: bool/const conversions phase2
by Eric Dumazet
· 12 years ago
f79d52c
ipv6: Remove never used function inet6_ac_check().
by David S. Miller
· 13 years ago
d191854
ipv6: Kill rt6i_dev and rt6i_expires defines.
by David S. Miller
· 13 years ago
8f03151
ipv6: Make third arg to anycast_dst_alloc() bool.
by David S. Miller
· 13 years ago
4e3fd7a
net: remove ipv6_addr_copy()
by Alexey Dobriyan
· 13 years ago
b71d1d4
inet: constify ip headers and in6_addr
by Eric Dumazet
· 14 years ago
d8d1f30
net-next: remove useless union keyword
by Changli Gao
· 14 years ago
bb69ae0
anycast: Some RCU conversions
by Eric Dumazet
· 14 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
2c8c1e7
net: spread __net_init, __net_exit
by Alexey Dobriyan
· 15 years ago
ce81b76
ipv6: use RCU to walk list of network devices
by Eric Dumazet
· 15 years ago
c6d14c8
net: Introduce for_each_netdev_rcu() iterator
by Eric Dumazet
· 15 years ago
4b7a427
net: replace %#p6 format specifier with %pi6
by Harvey Harrison
· 16 years ago
b071195
net: replace all current users of NIP6_SEQFMT with %#p6
by Harvey Harrison
· 16 years ago
53b7997
ipv6 netns: Make several "global" sysctl variables namespace aware.
by YOSHIFUJI Hideaki
· 16 years ago
df39e8b
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 17 years ago
84f5937
[IPV6]: Fix refcounting for anycast dst entries.
by Denis V. Lunev
· 17 years ago
52eeeb8
[IPV6]: Unify ip6_onlink() and ipip6_onlink().
by YOSHIFUJI Hideaki
· 17 years ago
6ab57e7
[NETNS][IPV6] anycast - handle several network namespace
by Daniel Lezcano
· 17 years ago
606a2b4
[NETNS][IPV6] route6 - Pass the network namespace parameter to rt6_lookup
by Daniel Lezcano
· 17 years ago
bfeade0
[NETNS][IPV6]: inet6_addr - check ipv6 address per namespace
by Daniel Lezcano
· 17 years ago
9a429c4
[NET]: Add some acquires/releases sparse annotations.
by Eric Dumazet
· 17 years ago
cf7732e
[NET]: Make core networking code use seq_open_private
by Pavel Emelyanov
· 17 years ago
cfcabdc
[NET]: sparse warning fixes
by Stephen Hemminger
· 17 years ago
881d966
[NET]: Make the device list and device lookups per namespace.
by Eric W. Biederman
· 17 years ago
457c4cb
[NET]: Make /proc/net per network namespace
by Eric W. Biederman
· 17 years ago
56b3d97
[NET]: Make all initialized struct seq_operations const.
by Philippe De Muyter
· 17 years ago
7562f87
[NET]: Rework dev_base via list_head (v3)
by Pavel Emelianov
· 18 years ago
aa6e4a9
[IPV6]: /proc/net/anycast6 unbalanced inet6_dev refcnt
by David Stevens
· 18 years ago
cd354f1
[PATCH] remove many unneeded #includes of sched.h
by Tim Schmielau
· 18 years ago
9a32144
[PATCH] mark struct file_operations const 7
by Arjan van de Ven
· 18 years ago
1ab1457
[NET] IPV6: Fix whitespace errors.
by YOSHIFUJI Hideaki
· 18 years ago
8814c4b
[IPV6] ADDRCONF: Convert addrconf_lock to RCU.
by YOSHIFUJI Hideaki
· 18 years ago
72d3b2c
[IPV6]: Fixup ip6_del_rt() call for new args.
by David S. Miller
· 18 years ago
40e22e8
[IPv6] route: Simplify ip6_ins_rt()
by Thomas Graf
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
0c600ed
[IPV6]: Nearly complete kzalloc cleanup for net/ipv6
by Ingo Oeser
· 19 years ago
9343e79
[IPV6]: Preserve procfs IPV6 address output format
by YOSHIFUJI Hideaki
· 19 years ago
46b86a2
[NET]: Use NIP6_FMT in kernel.h
by Joe Perches
· 19 years ago
4fc268d
[PATCH] capable/capability.h (net/)
by Randy Dunlap
· 19 years ago
0d51aa8
[IPV6]: V6 route events reported with wrong netlink PID and seq number
by Jamal Hadi Salim
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago