index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv6
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-22
ipv6: sr: fix NULL pointer dereference in seg6_do_srh_encap()- v4 pkts
Ahmed Abdelsalam
1
-1
/
+1
2018-04-21
net/ipv6: Remove unncessary check on f6i in fib6_check
David Ahern
1
-2
/
+1
2018-04-21
net/ipv6: Make from in rt6_info rcu protected
David Ahern
3
-31
/
+82
2018-04-21
net/ipv6: Move release of fib6_info from pcpu routes to helper
David Ahern
1
-18
/
+23
2018-04-21
net/ipv6: Move rcu locking to callers of fib6_get_cookie_safe
David Ahern
1
-3
/
+10
2018-04-21
net/ipv6: Move rcu_read_lock to callers of ip6_rt_cache_alloc
David Ahern
1
-7
/
+6
2018-04-21
net/ipv6: Rename rt6_get_cookie_safe
David Ahern
1
-2
/
+2
2018-04-21
net/ipv6: Clean up rt expires helpers
David Ahern
1
-0
/
+9
2018-04-21
netfilter: nf_flow_table: cache mtu in struct flow_offload_tuple
Felix Fietkau
1
-14
/
+3
2018-04-21
ipv6: make ip6_dst_mtu_forward inline
Felix Fietkau
1
-22
/
+0
2018-04-20
net/ipv6: Fix ip6_convert_metrics() bug
Eric Dumazet
1
-11
/
+9
2018-04-19
net/ipv6: Fix gfp_flags arg to addrconf_prefix_route
David Ahern
1
-2
/
+2
2018-04-19
net/ipv6: Remove fib6_idev
David Ahern
2
-21
/
+47
2018-04-19
net/ipv6: Remove unnecessary checks on fib6_idev
David Ahern
1
-22
/
+2
2018-04-19
net/ipv6: Remove aca_idev
David Ahern
2
-5
/
+2
2018-04-19
net/ipv6: Rename addrconf_dst_alloc
David Ahern
3
-43
/
+43
2018-04-19
net/ipv6: Rename fib6_info struct elements
David Ahern
5
-238
/
+238
2018-04-19
netfilter: nf_tables: NAT chain and extensions require NF_TABLES
Pablo Neira Ayuso
1
-27
/
+28
2018-04-18
ipv6: frags: fix a lockdep false positive
Eric Dumazet
1
-11
/
+12
2018-04-17
net/ipv6: Remove unused code and variables for rt6_info
David Ahern
3
-49
/
+2
2018-04-17
net/ipv6: Flip FIB entries to fib6_info
David Ahern
5
-200
/
+201
2018-04-17
net/ipv6: separate handling of FIB entries from dst based routes
David Ahern
6
-147
/
+113
2018-04-17
net/ipv6: introduce fib6_info struct and helpers
David Ahern
1
-0
/
+60
2018-04-17
net/ipv6: Cleanup exception and cache route handling
David Ahern
2
-77
/
+81
2018-04-17
net/ipv6: Add gfp_flags to route add functions
David Ahern
3
-25
/
+34
2018-04-17
net/ipv6: Create a neigh_lookup for FIB entries
David Ahern
2
-15
/
+26
2018-04-17
net/ipv6: Move dst flags to booleans in fib entries
David Ahern
2
-7
/
+26
2018-04-17
net/ipv6: Add rt6_info create function for ip6_pol_route_lookup
David Ahern
1
-4
/
+25
2018-04-17
net/ipv6: Add fib6_null_entry
David Ahern
2
-32
/
+56
2018-04-17
net/ipv6: move expires into rt6_info
David Ahern
4
-17
/
+19
2018-04-17
net/ipv6: move metrics from dst to rt6_info
David Ahern
3
-210
/
+123
2018-04-17
net/ipv6: Defer initialization of dst to data path
David Ahern
1
-41
/
+74
2018-04-17
net/ipv6: Move nexthop data to fib6_nh
David Ahern
3
-76
/
+94
2018-04-17
net/ipv6: Save route type in rt6_info
David Ahern
2
-26
/
+22
2018-04-17
net/ipv6: Move support functions up in route.c
David Ahern
1
-60
/
+59
2018-04-17
net/ipv6: Pass net namespace to route functions
David Ahern
4
-50
/
+59
2018-04-17
net/ipv6: Pass net to fib6_update_sernum
David Ahern
2
-7
/
+6
2018-04-17
ipv6: send netlink notifications for manually configured addresses
Lorenzo Bianconi
1
-8
/
+5
2018-04-17
ipv6: Count interface receive statistics on the ingress netdev
Stephen Suryaputra
5
-50
/
+34
2018-04-17
net/ipv6: Make __inet6_bind static
David Ahern
1
-27
/
+26
2018-04-16
tcp: implement mmap() for zero copy receive
Eric Dumazet
1
-1
/
+1
2018-04-16
tcp: fix SO_RCVLOWAT and RCVBUF autotuning
Eric Dumazet
1
-0
/
+1
2018-04-16
ipv6: remove unnecessary check in addrconf_prefix_rcv_add_addr()
Lorenzo Bianconi
1
-2
/
+1
2018-04-16
xfrm: Fix warning in xfrm6_tunnel_net_exit.
Steffen Klassert
1
-0
/
+3
2018-04-05
net/ipv6: Increment OUTxxx counters after netfilter hook
Jeff Barnhill
1
-2
/
+5
2018-04-05
vti6: better validate user provided tunnel names
Eric Dumazet
1
-2
/
+5
2018-04-05
ip6_tunnel: better validate user provided tunnel names
Eric Dumazet
1
-4
/
+7
2018-04-05
ip6_gre: better validate user provided tunnel names
Eric Dumazet
1
-3
/
+5
2018-04-05
ipv6: sit: better validate user provided tunnel names
Eric Dumazet
1
-3
/
+5
2018-04-04
inet: frags: fix ip6frag_low_thresh boundary
Eric Dumazet
2
-4
/
+0
[prev]
[next]