index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv6
/
addrconf.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-13
netconf: add macro to represent all attributes
Zhang Shengju
1
-15
/
+21
2016-03-03
net: ipv6: Fix refcnt on host routes
David Ahern
1
-5
/
+3
2016-03-01
net: ipv6/l3mdev: Move host route on saved address if necessary
David Ahern
1
-0
/
+26
2016-02-25
net: ipv6: Make address flushing on ifdown optional
David Ahern
1
-15
/
+121
2016-02-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+5
2016-02-19
rtnl: RTM_GETNETCONF: fix wrong return value
Anton Protopopov
1
-1
/
+1
2016-02-11
ipv6: add option to drop unsolicited neighbor advertisements
Johannes Berg
1
-0
/
+8
2016-02-11
ipv6: add option to drop unicast encapsulated in L2 multicast
Johannes Berg
1
-0
/
+8
2016-02-06
ipv6: addrconf: Fix recursive spin lock call
subashab@codeaurora.org
1
-1
/
+4
2016-01-10
ipv6: always add flag an address that failed DAD with DADFAILED
Lubomir Rintel
1
-2
/
+3
2015-12-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-7
/
+4
2015-12-22
addrconf: always initialize sysctl table data
WANG Cong
1
-7
/
+4
2015-12-18
ipv6: addrconf: use stable address generator for ARPHRD_NONE
Bjørn Mork
1
-6
/
+39
2015-12-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+7
2015-12-15
ipv6: automatically enable stable privacy mode if stable_secret set
Hannes Frederic Sowa
1
-0
/
+6
2015-12-14
ipv6: addrconf: drop ieee802154 specific things
Alexander Aring
1
-5
/
+3
2015-12-05
ipv6: keep existing flags when setting IFA_F_OPTIMISTIC
Bjørn Mork
1
-1
/
+1
2015-12-05
ipv6: Only act upon NETDEV_*_TYPE_CHANGE if we have ipv6 addresses
Andrew Lunn
1
-1
/
+2
2015-12-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2015-12-03
net: ipv6: restrict hop_limit sysctl setting to range [1; 255]
Phil Sutter
1
-1
/
+15
2015-12-01
Revert "ipv6: ndisc: inherit metadata dst when creating ndisc requests"
Nicolas Dichtel
1
-1
/
+1
2015-11-04
ipv6: clean up dev_snmp6 proc entry when we fail to initialize inet6_dev
Sabrina Dubroca
1
-0
/
+1
2015-10-30
ipv6: recreate ipv6 link-local addresses when increasing MTU over IPV6_MIN_MTU
Alexander Duyck
1
-19
/
+27
2015-10-21
netlink: Rightsize IFLA_AF_SPEC size calculation
Arad, Ronen
1
-1
/
+2
2015-10-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+2
2015-10-13
net: Add VRF support to IPv6 stack
David Ahern
1
-3
/
+9
2015-10-11
ipv6: gre: setup default multicast routes over PtP links
Hannes Frederic Sowa
1
-0
/
+2
2015-09-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+3
2015-09-24
ipv6: remove unused neigh parameter from ndisc functions
Jiri Benc
1
-1
/
+1
2015-09-15
rtnetlink: RTEXT_FILTER_SKIP_STATS support to avoid dumping inet/inet6 stats
Sowmini Varadhan
1
-4
/
+9
2015-09-15
ipv6: Avoid double dst_free
Martin KaFai Lau
1
-4
/
+3
2015-09-09
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
1
-31
/
+0
2015-08-30
net: Optimize snmp stat aggregation by walking all the percpu data at once
Raghavendra K T
1
-10
/
+16
2015-08-30
net/ipv6: Export addrconf_ifid_eui48
Matan Barak
1
-31
/
+0
2015-08-20
ipv6: ndisc: inherit metadata dst when creating ndisc requests
Jiri Benc
1
-1
/
+1
2015-08-13
net: addr IFLA_OPERSTATE to netlink message for ipv6 ifinfo
Andy Gospodarek
1
-1
/
+4
2015-08-13
net: ipv6 sysctl option to ignore routes when nexthop link is down
Andy Gospodarek
1
-1
/
+104
2015-07-30
net/ipv6: add sysctl option accept_ra_min_hop_limit
Hangbin Liu
1
-0
/
+10
2015-07-22
ipv6: sysctl to restrict candidate source addresses
Erik Kline
1
-3
/
+19
2015-07-16
ipv6: Remove unused arguments for __ipv6_dev_get_saddr().
YOSHIFUJI Hideaki
1
-4
/
+2
2015-07-15
ipv6: Fix finding best source address in ipv6_dev_get_saddr().
YOSHIFUJI Hideaki/吉藤英明
1
-12
/
+18
2015-07-10
ipv6: Do not iterate over all interfaces when finding source address on speci...
YOSHIFUJI Hideaki/吉藤英明
1
-90
/
+107
2015-05-01
ipv6: Consider RTF_CACHE when searching the fib6 tree
Martin KaFai Lau
1
-0
/
+2
2015-04-02
dev: introduce dev_get_iflink()
Nicolas Dichtel
1
-2
/
+2
2015-03-31
netlink: implement nla_put_in_addr and nla_put_in6_addr
Jiri Benc
1
-5
/
+5
2015-03-31
ipv6: coding style: comparison for equality with NULL
Ian Morris
1
-44
/
+44
2015-03-24
ipv6: fix sparse warnings in privacy stable addresses generation
Hannes Frederic Sowa
1
-5
/
+5
2015-03-23
ipv6: introduce idgen_delay and idgen_retries knobs
Hannes Frederic Sowa
1
-7
/
+4
2015-03-23
ipv6: do retries on stable privacy addresses
Hannes Frederic Sowa
1
-3
/
+54
2015-03-23
ipv6: collapse state_lock and lock
Hannes Frederic Sowa
1
-16
/
+15
[next]