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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-10
ipv6: Add support for non-equal-cost multipath
Ido Schimmel
1
-4
/
+7
2018-01-10
ipv6: Use hash-threshold instead of modulo-N
Ido Schimmel
1
-23
/
+13
2018-01-10
ipv6: Use a 31-bit multipath hash
Ido Schimmel
1
-2
/
+2
2018-01-10
ipv6: Calculate hash thresholds for IPv6 nexthops
Ido Schimmel
2
-6
/
+98
2018-01-09
ipv6: use ARRAY_SIZE for array sizing calculation on array seg6_action_table
Colin Ian King
1
-1
/
+1
2018-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-22
/
+28
2018-01-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
15
-111
/
+335
2018-01-08
net: ipv6: Allow connect to linklocal address from socket bound to vrf
David Ahern
2
-4
/
+2
2018-01-08
netfilter: flow table support for the mixed IPv4/IPv6 family
Pablo Neira Ayuso
1
-1
/
+2
2018-01-08
netfilter: flow table support for IPv6
Pablo Neira Ayuso
4
-1
/
+290
2018-01-08
netfilter: remove defensive check on malformed packets from raw sockets
Pablo Neira Ayuso
4
-36
/
+1
2018-01-08
netfilter: remove struct nf_afinfo and its helper functions
Pablo Neira Ayuso
1
-6
/
+1
2018-01-08
netfilter: remove route_key_size field in struct nf_afinfo
Pablo Neira Ayuso
1
-1
/
+0
2018-01-08
netfilter: move reroute indirection to struct nf_ipv6_ops
Pablo Neira Ayuso
1
-3
/
+3
2018-01-08
netfilter: move route indirection to struct nf_ipv6_ops
Pablo Neira Ayuso
2
-8
/
+6
2018-01-08
netfilter: remove saveroute indirection in struct nf_afinfo
Pablo Neira Ayuso
1
-26
/
+0
2018-01-08
netfilter: move checksum_partial indirection to struct nf_ipv6_ops
Pablo Neira Ayuso
1
-5
/
+5
2018-01-08
netfilter: move checksum indirection to struct nf_ipv6_ops
Pablo Neira Ayuso
1
-2
/
+2
2018-01-08
netfilter: nf_tables: remove hooks from family definition
Pablo Neira Ayuso
1
-7
/
+7
2018-01-08
netfilter: nf_tables: remove multihook chains and families
Pablo Neira Ayuso
1
-1
/
+0
2018-01-08
netfilter: nf_tables_inet: don't use multihook infrastructure anymore
Pablo Neira Ayuso
1
-2
/
+1
2018-01-08
netfilter: nf_tables: explicit nft_set_pktinfo() call from hook path
Pablo Neira Ayuso
3
-3
/
+6
2018-01-08
netfilter: core: only allow one nat hook per hook point
Florian Westphal
1
-0
/
+4
2018-01-08
netfilter: xtables: add and use xt_request_find_table_lock
Florian Westphal
1
-14
/
+12
2018-01-08
netfilter: conntrack: timeouts can be const
Florian Westphal
1
-1
/
+1
2018-01-08
netfilter: conntrack: l4 protocol trackers can be const
Florian Westphal
1
-1
/
+1
2018-01-08
netfilter: conntrack: constify list of builtin trackers
Florian Westphal
1
-1
/
+1
2018-01-07
ipv6: Flush multipath routes when all siblings are dead
Ido Schimmel
1
-8
/
+75
2018-01-07
ipv6: Take table lock outside of sernum update function
Ido Schimmel
2
-4
/
+3
2018-01-07
ipv6: Export sernum update function
Ido Schimmel
1
-3
/
+8
2018-01-07
ipv6: Teach tree walker to skip multipath routes
Ido Schimmel
1
-2
/
+9
2018-01-07
ipv6: Report dead flag during route dump
Ido Schimmel
1
-0
/
+3
2018-01-07
ipv6: Ignore dead routes during lookup
Ido Schimmel
1
-4
/
+14
2018-01-07
ipv6: Check nexthop flags in route dump instead of carrier
Ido Schimmel
1
-1
/
+1
2018-01-07
ipv6: Check nexthop flags during route lookup instead of carrier
Ido Schimmel
1
-4
/
+3
2018-01-07
ipv6: Set nexthop flags during route creation
Ido Schimmel
1
-0
/
+3
2018-01-07
ipv6: Set nexthop flags upon carrier change
Ido Schimmel
2
-6
/
+19
2018-01-07
ipv6: Prepare to handle multiple netdev events
Ido Schimmel
2
-18
/
+23
2018-01-07
ipv6: Clear nexthop flags upon netdev up
Ido Schimmel
2
-0
/
+32
2018-01-07
ipv6: Mark dead nexthops with appropriate flags
Ido Schimmel
1
-1
/
+3
2018-01-07
ipv6: Remove redundant route flushing during namespace dismantle
Ido Schimmel
2
-6
/
+3
2018-01-04
ipv6: fix general protection fault in fib6_add()
Wei Wang
1
-15
/
+20
2018-01-02
ip6_tunnel: allow ip6gre dev mtu to be set below 1280
Xin Long
1
-3
/
+3
2018-01-02
ip6_tunnel: disable dst caching if tunnel is dual-stack
Eli Cooper
1
-4
/
+5
2017-12-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-26
/
+40
2017-12-27
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
3
-73
/
+48
2017-12-27
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-1
/
+9
2017-12-26
net: erspan: remove md NULL check
William Tu
1
-4
/
+0
2017-12-26
ipv6: Reinject IPv6 packets if IPsec policy matches after SNAT
Tobias Brunner
1
-0
/
+8
2017-12-26
ip6_gre: fix device features for ioctl setup
Alexey Kodanev
1
-25
/
+32
[next]