Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
0dbaee3b37e118a96bb7b8eb0d9bbaeeb46264be
/
net
/
ipv6
0dbaee3
net: Abstract default ADVMSS behind an accessor.
by David S. Miller
· 14 years ago
a02e4b7
ipv6: Demark default hoplimit as zero.
by David S. Miller
· 14 years ago
5170ae8
net: Abstract RTAX_HOPLIMIT metric accesses behind helper.
by David S. Miller
· 14 years ago
abbf46a
ipv6: Use ip6_dst_hoplimit() instead of direct dst_metric() calls.
by David S. Miller
· 14 years ago
376d940
inet6: Remove redundant unlikely()
by Tobias Klauser
· 14 years ago
040253c
xfrm: Traffic Flow Confidentiality for IPv6 ESP
by Martin Willi
· 14 years ago
c072240
net/ipv6/udp.c: fix typo in flush_stack()
by Jiri Pirko
· 14 years ago
457de43
ipv6: Fix 'release_it' logic in tcp_v6_get_peer()
by David S. Miller
· 14 years ago
68835ab
net: optimize INET input path further
by Eric Dumazet
· 14 years ago
defb351
net: Abstract away all dst_entry metrics accesses.
by David S. Miller
· 14 years ago
fe6c791
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
b672083
ipv6: use ND_REACHABLE_TIME and ND_RETRANS_TIMER instead of magic number
by Shan Wei
· 14 years ago
db3949c
tcp: Implement ipv6 ->get_peer() and ->tw_get_peer().
by David S. Miller
· 14 years ago
493f377
tcp: Add timewait recycling bits to ipv6 connect code.
by David S. Miller
· 14 years ago
ae4694b
ipv6: Create inet6_csk_route_req().
by David S. Miller
· 14 years ago
ccb7c41
timewait_sock: Create and use getpeer op.
by David S. Miller
· 14 years ago
6dcdd1b
net/ipv6/sit.c: return unhandled skb to tunnel4_rcv
by David McCullough
· 14 years ago
381601e
Make the ip6_tunnel reflect the true mtu.
by Anders Franzen
· 14 years ago
3f419d2
inet: Turn ->remember_stamp into ->get_peer in connection AF ops.
by David S. Miller
· 14 years ago
b341936
ipv6: Add infrastructure to bind inet_peer objects to routes.
by David S. Miller
· 14 years ago
82a39eb
ipv6: Prepare the tree for un-inlined jhash.
by Jozsef Kadlecsik
· 14 years ago
d3c15ca
ipv6: kill two unused macro definition
by Shan Wei
· 14 years ago
cf7afbf
rtnl: make link af-specific updates atomic
by Thomas Graf
· 14 years ago
456b61b
ipv6: mcast: RCU conversion
by Eric Dumazet
· 14 years ago
4de58df
Net: ipv6: netfiliter: Makefile: Remove deprecated kbuild goal definitions
by Tracey Dent
· 14 years ago
88b2a9a
ipv6: fix missing in6_ifa_put in addrconf
by John Fastabend
· 14 years ago
2491242
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
18a31e1
ipv6: Expose reachable and retrans timer values as msecs
by Thomas Graf
· 14 years ago
93908d1
ipv6: Expose IFLA_PROTINFO timer values in msecs instead of jiffies
by Thomas Graf
· 14 years ago
5811662
net: use the macros defined for the members of flowi
by Changli Gao
· 14 years ago
b382b19
ipv6: AF_INET6 link address family
by Thomas Graf
· 14 years ago
c31504d
udp: use atomic_inc_not_zero_hint
by Eric Dumazet
· 14 years ago
9d82ca9
ipv6: fix missing in6_ifa_put in addrconf
by John Fastabend
· 14 years ago
8a22c99
net/ipv6/mcast.c: Remove unnecessary semicolons
by Joe Perches
· 14 years ago
4038565
ipv6: Warn users if maximum number of routes is reached.
by Ben Greear
· 14 years ago
2de7957
ipv6: addrconf: don't remove address state on ifdown if the address is being kept
by Lorenzo Colitti
· 14 years ago
7c13a0d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6
by David S. Miller
· 14 years ago
22e091e
netfilter: ipv6: fix overlap check for fragments
by Shan Wei
· 14 years ago
f464214
ipv6: fix overlap check for fragments
by Shan Wei
· 14 years ago
cccbe5e
netfilter: ip6_tables: fix information leak to userspace
by Jan Engelhardt
· 14 years ago
41bb78b
net dst: fix percpu_counter list corruption and poison overwritten
by Xiaotian Feng
· 14 years ago
870be39
ipv6/udp: report SndbufErrors and RcvbufErrors
by Eric Dumazet
· 14 years ago
74b0b85
tunnels: Fix tunnels change rcu protection
by Pavel Emelyanov
· 14 years ago
e0ad61e
net: add __rcu annotations to protocol
by Eric Dumazet
· 14 years ago
853dc2e
ipv6: fix refcnt problem related to POSTDAD state
by Ursula Braun
· 14 years ago
7a876b0
IPv6: Temp addresses are immediately deleted.
by Glenn Wurster
· 14 years ago
aed6550
IPv6: Create temporary address if none exists.
by Glenn Wurster
· 14 years ago
7932c2e
netfilter: Add missing CONFIG_SYSCTL checks in ipv6's nf_conntrack_reasm.c
by David S. Miller
· 14 years ago
0d7da9d
net: add __rcu annotation to sk_filter
by Eric Dumazet
· 14 years ago
f6318e5
netfilter: fix module dependency issues with IPv6 defragmentation, ip6tables and xt_TPROXY
by KOVACS Krisztian
· 14 years ago
6f0bcf1
tunnels: add _rcu annotations
by Eric Dumazet
· 14 years ago
b889416
tproxy: Add missing CAP_NET_ADMIN check to ipv6 side
by Balazs Scheidler
· 14 years ago
7e223de
ip6_tunnel dont update the mtu on the route.
by Anders Franzen
· 14 years ago
9941fb6
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6
by David S. Miller
· 14 years ago
0a513f6
tproxy: allow non-local binds of IPv6 sockets if IP_TRANSPARENT is enabled
by Balazs Scheidler
· 14 years ago
6c46862
tproxy: added tproxy sockopt interface in the IPV6 layer
by Balazs Scheidler
· 14 years ago
aa976fc
tproxy: added udp6_lib_lookup function
by Balazs Scheidler
· 14 years ago
88440ae
tproxy: added const specifiers to udp lookup functions
by Balazs Scheidler
· 14 years ago
e97c3e2
tproxy: split off ipv6 defragmentation to a separate module
by Balazs Scheidler
· 14 years ago
093d282
tproxy: fix hash locking issue when using port redirection in __inet_inherit_port()
by Balazs Scheidler
· 14 years ago
6f747ac
xfrm6: make xfrm6_tunnel_free_spi local
by stephen hemminger
· 14 years ago
76b6717
netfilter: fix kconfig unmet dependency warning
by Randy Dunlap
· 14 years ago
10da66f
fib: avoid false sharing on fib_table_hash
by Eric Dumazet
· 14 years ago
2c1c000
fib6: use FIB_LOOKUP_NOREF in fib6_rule_lookup()
by Eric Dumazet
· 14 years ago
243bf6e
netfilter: xtables: resolve indirect macros 3/3
by Jan Engelhardt
· 14 years ago
87a2e70d
netfilter: xtables: resolve indirect macros 2/3
by Jan Engelhardt
· 14 years ago
12b00c2
netfilter: xtables: resolve indirect macros 1/3
by Jan Engelhardt
· 14 years ago
fc66f95
net dst: use a percpu_counter to track entries
by Eric Dumazet
· 14 years ago
d6bf781
net neigh: RCU conversion of neigh hash table
by Eric Dumazet
· 14 years ago
caf586e
net: add a core netdev->rx_dropped counter
by Eric Dumazet
· 14 years ago
c61393e
ipv6: make __ipv6_isatap_ifid static
by stephen hemminger
· 14 years ago
21a180c
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
a8defca
netfilter: ipt_LOG: add bufferisation to call printk() once
by Eric Dumazet
· 14 years ago
ae878ae
net: Fix IPv6 PMTU disc. w/ asymmetric routes
by Maciej Żenczykowski
· 14 years ago
8560f22
ip6tnl: percpu stats accounting
by Eric Dumazet
· 14 years ago
8df40d1
sit: enable lockless xmits
by Eric Dumazet
· 14 years ago
dd4080e
sit: fix percpu stats accounting
by Eric Dumazet
· 14 years ago
ab79ad1
ipv6: Implement Any-IP support for IPv6.
by Maciej Żenczykowski
· 14 years ago
15fc1f7
sit: percpu stats accounting
by Eric Dumazet
· 14 years ago
7e1b33e
ipv6: add IPv6 to neighbour table overflow warning
by Ulrich Weber
· 14 years ago
e40051d
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
2cc6d2b
ipv6: add a missing unregister_pernet_subsys call
by Neil Horman
· 14 years ago
a02cec2
net: return operator cleanup
by Eric Dumazet
· 14 years ago
3d13008
ip: fix truesize mismatch in ip fragmentation
by Eric Dumazet
· 14 years ago
8444cf7
xfrm: Allow different selector family in temporary state
by Thomas Egerer
· 14 years ago
8990f46
net: rx_dropped accounting
by Eric Dumazet
· 14 years ago
9476763
ip6tnl: get rid of ip6_tnl_lock
by Eric Dumazet
· 14 years ago
3a43be3
sit: get rid of ipip6_lock
by Eric Dumazet
· 14 years ago
e548833
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
49d61e2
tunnels: missing rcu_assign_pointer()
by Eric Dumazet
· 14 years ago
719f835
udp: add rehash on connect()
by Eric Dumazet
· 14 years ago
e038600
net: inet_add_protocol() can use cmpxchg()
by Eric Dumazet
· 14 years ago
1ee89bd
netfilter: discard overlapping IPv6 fragment
by Nicolas Dichtel
· 14 years ago
70789d7
ipv6: discard overlapping fragment
by Nicolas Dichtel
· 14 years ago
c3bccac
ipv6: add special mode forwarding=2 to send RS while configured as router
by Thomas Graf
· 14 years ago
65e9b62
ipv6: add special mode accept_ra=2 to accept RA while configured as router
by Thomas Graf
· 14 years ago
875168a
net: tunnels should use rcu_dereference
by Eric Dumazet
· 14 years ago
3ff2cfa
ipv6: struct xfrm6_tunnel in read_mostly section
by Eric Dumazet
· 14 years ago
6dcd814
net: struct xfrm_tunnel in read_mostly section
by Eric Dumazet
· 14 years ago
cca77b7
netfilter: fix CONFIG_COMPAT support
by Florian Westphal
· 14 years ago
Next »