Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
cb98526bf9b985866d648dbb9c983ba9eb59daba
/
net
/
ipv6
71a1c91
net/ipv6: Increment OUTxxx counters after netfilter hook
by Jeff Barnhill
· 7 years ago
537b361
vti6: better validate user provided tunnel names
by Eric Dumazet
· 7 years ago
db7a65e
ip6_tunnel: better validate user provided tunnel names
by Eric Dumazet
· 7 years ago
5f42df0
ip6_gre: better validate user provided tunnel names
by Eric Dumazet
· 7 years ago
b95211e
ipv6: sit: better validate user provided tunnel names
by Eric Dumazet
· 7 years ago
3d23401
inet: frags: fix ip6frag_low_thresh boundary
by Eric Dumazet
· 7 years ago
9e8445a
net: avoid unneeded atomic operation in ip*_append_data()
by Paolo Abeni
· 7 years ago
4f858c5
ipv6: udp: set dst cache for a connected sk if current not valid
by Alexey Kodanev
· 7 years ago
9f542f6
ipv6: udp: convert 'connected' to bool type in udpv6_sendmsg()
by Alexey Kodanev
· 7 years ago
9681815
ipv6: allow to cache dst for a connected sk in ip6_sk_dst_lookup_flow()
by Alexey Kodanev
· 7 years ago
7d6850f
ipv6: add a wrapper for ip6_dst_store() with flowi6 checks
by Alexey Kodanev
· 7 years ago
6e00f7d
ipv6: frags: fix /proc/sys/net/ipv6/ip6frag_low_thresh
by Eric Dumazet
· 7 years ago
c0b458a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
1f4c6eb
ipv6: factorize sk_wmem_alloc updates done by __ip6_append_data()
by Eric Dumazet
· 7 years ago
ec12589
ip6_gre: remove redundant 'tunnel' setting in ip6erspan_tap_init()
by Alexey Kodanev
· 7 years ago
d4069fe
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 7 years ago
f2d1c72
inet: frags: get rid of nf_ct_frag6_skb_cb/NFCT_FRAG6_CB
by Eric Dumazet
· 7 years ago
219badf
ipv6: frags: get rid of ip6frag_skb_cb/FRAG6_CB
by Eric Dumazet
· 7 years ago
05c0b86
ipv6: frags: rewrite ip6_expire_frag_queue()
by Eric Dumazet
· 7 years ago
3e67f10
inet: frags: break the 2GB limit for frags storage
by Eric Dumazet
· 7 years ago
2d44ed2
inet: frags: remove inet_frag_maybe_warn_overflow()
by Eric Dumazet
· 7 years ago
399d140
inet: frags: get rif of inet_frag_evicting()
by Eric Dumazet
· 7 years ago
6befe4a
inet: frags: remove some helpers
by Eric Dumazet
· 7 years ago
648700f
inet: frags: use rhashtables for reassembly units
by Eric Dumazet
· 7 years ago
5b975ba
inet: frags: refactor ipv6_frag_init()
by Eric Dumazet
· 7 years ago
093ba72
inet: frags: add a pointer to struct netns_frags
by Eric Dumazet
· 7 years ago
787bea7
inet: frags: change inet_frags_init_net() return value
by Eric Dumazet
· 7 years ago
aac3fc3
bpf: Post-hooks for sys_bind
by Andrey Ignatov
· 7 years ago
d74bad4
bpf: Hooks for sys_connect
by Andrey Ignatov
· 7 years ago
3679d58
net: Introduce __inet_bind() and __inet6_bind
by Andrey Ignatov
· 7 years ago
4fbac77
bpf: Hooks for sys_bind
by Andrey Ignatov
· 7 years ago
b6cdbc8
net/ipv6: Fix route leaking between VRFs
by David Ahern
· 7 years ago
5807b22
ipv6: sr: fix seg6 encap performances with TSO enabled
by David Lebrun
· 7 years ago
428604f
ipv6: do not set routes if disable_ipv6 has been enabled
by Lorenzo Bianconi
· 7 years ago
d162190
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
by David S. Miller
· 7 years ago
e3b5e1e
Revert "netfilter: x_tables: ensure last rule in base chain matches underflow/policy"
by Florian Westphal
· 7 years ago
43a605f
netfilter: nf_tables: enable conntrack if NAT chain is registered
by Pablo Neira Ayuso
· 7 years ago
02c7b25
netfilter: nf_tables: build-in filter chain type
by Pablo Neira Ayuso
· 7 years ago
cc07eeb
netfilter: nf_tables: nft_register_chain_type() returns void
by Pablo Neira Ayuso
· 7 years ago
32537e9
netfilter: nf_tables: rename struct nf_chain_type
by Pablo Neira Ayuso
· 7 years ago
18dcbe1
ipv6: export ip6 fragments sysctl to unprivileged users
by Eric Dumazet
· 7 years ago
2233000
net/ipv6: Move call_fib6_entry_notifiers up for route adds
by David Ahern
· 7 years ago
56455e0
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
by David S. Miller
· 7 years ago
020295d
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec
by David S. Miller
· 7 years ago
2f635ce
net: Drop pernet_operations::async
by Kirill Tkhai
· 7 years ago
e32ac25
ipv6: addrconf: Use normal debugging style
by Joe Perches
· 7 years ago
8c13af2
ip6mr: Add refcounting to mfc
by Yuval Mintz
· 7 years ago
d3c07e5
ip6mr: Add API for default_rule fib
by Yuval Mintz
· 7 years ago
088aa3e
ip6mr: Support fib notifications
by Yuval Mintz
· 7 years ago
d644406
net: Use octal not symbolic permissions
by Joe Perches
· 7 years ago
10b8a3d
ipv6: the entire IPv6 header chain must fit the first fragment
by Paolo Abeni
· 7 years ago
bc58a1b
net/ipv4: disable SMC TCP option with SYN Cookies
by Hans Wippel
· 7 years ago
b9ee96b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
by David S. Miller
· 7 years ago
32c1733
netfilter: nf_socket: Fix out of bounds access in nf_sk_lookup_slow_v{4,6}
by Subash Abhinov Kasiviswanathan
· 7 years ago
1bfa26f
ipv6: fix possible deadlock in rt6_age_examine_exception()
by Eric Dumazet
· 7 years ago
03fe2de
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
1574639
gre: fix TUNNEL_SEQ bit check on sequence numbering
by Colin Ian King
· 7 years ago
68e2ffd
net/ipv6: Handle onlink flag with multipath routes
by David Ahern
· 7 years ago
8936ef7
ipv6: sr: fix NULL pointer dereference when setting encap source address
by David Lebrun
· 7 years ago
191f86c
ipv6: sr: fix scheduling in RCU when creating seg6 lwtunnel state
by David Lebrun
· 7 years ago
aa65f63
net: Convert nf_ct_net_ops
by Kirill Tkhai
· 7 years ago
5f2fb80
ipv6: old_dport should be a __be16 in __ip6_datagram_connect()
by Stefano Brivio
· 7 years ago
20710b3
netfilter: ctnetlink: synproxy support
by Pablo Neira Ayuso
· 7 years ago
f8a554b
vti6: Fix dev->max_mtu setting
by Stefano Brivio
· 7 years ago
7a67e69
vti6: Keep set MTU on link creation or change, validate it
by Stefano Brivio
· 7 years ago
c6741fb
vti6: Properly adjust vti6 MTU from MTU of lower device
by Stefano Brivio
· 7 years ago
1e80295
udp: Move the udp sysctl to namespace.
by Tonghao Zhang
· 7 years ago
1893ff2
net/ipv6: Add l3mdev check to ipv6_chk_addr_and_flags
by David Ahern
· 7 years ago
232378e
net/ipv6: Change address check to always take a device argument
by David Ahern
· 7 years ago
9fbb704
net/ipv6: Refactor gateway validation on route add
by David Ahern
· 7 years ago
d2ddf628
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec
by David S. Miller
· 7 years ago
2f987a7
net: ipv6: keep sk status consistent after datagram connect failure
by Paolo Abeni
· 7 years ago
bbfa047
ipv6: Use ip6_multipath_hash_policy() in rt6_multipath_hash().
by David S. Miller
· 7 years ago
e41c7c6
ip6erspan: make sure enough headroom at xmit.
by William Tu
· 7 years ago
d6aa711
ip6erspan: improve error handling for erspan version number.
by William Tu
· 7 years ago
3b04caa
ip6gre: add erspan v2 to tunnel lookup
by William Tu
· 7 years ago
79134e6
net: do not create fallback tunnels for non-default namespaces
by Eric Dumazet
· 7 years ago
9f62c15
ipv6: fix access to non-linear packet in ndisc_fill_redirect_hdr_option()
by Lorenzo Bianconi
· 7 years ago
1fd2c55
net: Convet ipv6_net_ops
by Kirill Tkhai
· 7 years ago
997266a
net: Convert ip6 tables pernet_operations
by Kirill Tkhai
· 7 years ago
a366e30
ip6mr: remove synchronize_rcu() in favor of SOCK_RCU_FREE
by Eric Dumazet
· 7 years ago
e9fa149
ipv6: Reflect MTU changes on PMTU of exceptions for MTU-less routes
by Stefano Brivio
· 7 years ago
9a21ac94
ipv6: ndisc: use true and false for boolean values
by Gustavo A. R. Silva
· 7 years ago
87cdf31
xfrm: Verify MAC header exists before overwriting eth_hdr(skb)->h_proto
by Yossi Kuperman
· 7 years ago
0f3e9c9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
0d7df90
netfilter: x_tables: ensure last rule in base chain matches underflow/policy
by Florian Westphal
· 7 years ago
9782a11
netfilter: compat: prepare xt_compat_init_offsets to return errors
by Florian Westphal
· 7 years ago
c84ca95
netfilter: x_tables: add counters allocation wrapper
by Florian Westphal
· 7 years ago
1b293e3
netfilter: x_tables: move hook entry checks into core
by Florian Westphal
· 7 years ago
07a9da5
netfilter: x_tables: check standard verdicts in core
by Florian Westphal
· 7 years ago
f31e5f1
netfilter: unlock xt_table earlier in __do_replace
by Xin Long
· 7 years ago
c60a246
net: Convert arp_tables_net_ops and ip6_tables_net_ops
by Kirill Tkhai
· 7 years ago
3822034
net: Convert log pernet_operations
by Kirill Tkhai
· 7 years ago
77a5196
gre: add sequence number for collect md mode.
by William Tu
· 7 years ago
80f5974
net: xfrm: use skb_gso_validate_network_len() to check gso sizes
by Daniel Axtens
· 7 years ago
779b793
net: rename skb_gso_validate_mtu -> skb_gso_validate_network_len
by Daniel Axtens
· 7 years ago
b4bac17
net/ipv6: Add support for path selection using hash of 5-tuple
by David Ahern
· 7 years ago
b75cc8f
net/ipv6: Pass skb to route lookup
by David Ahern
· 7 years ago
9a2a537
net/ipv6: Make rt6_multipath_hash similar to fib_multipath_hash
by David Ahern
· 7 years ago
6f74b6c
net: Align ip_multipath_l3_keys and ip6_multipath_l3_keys
by David Ahern
· 7 years ago
Next »