Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_kernel_shift_sdm845
/
aa3a0c8ce651b5e16124866b0a10d1b90b9ef022
/
net
/
ipv6
aa3a0c8
tcp: get_openreq[46]() changes
by Eric Dumazet
· 9 years ago
ba8e275
tcp: cleanup tcp_v[46]_inbound_md5_hash()
by Eric Dumazet
· 9 years ago
38cb524
tcp: call sk_mark_napi_id() on the child, not the listener
by Eric Dumazet
· 9 years ago
f6d3125
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
4bf1b54
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
by David S. Miller
· 9 years ago
5172393
tcp: fix tcp_v6_md5_do_lookup prototype
by Eric Dumazet
· 9 years ago
385add9
net: Replace vrf_master_ifindex{, _rcu} with l3mdev equivalents
by David Ahern
· 9 years ago
0536fcc
tcp: prepare fastopen code for upcoming listener changes
by Eric Dumazet
· 9 years ago
f964629
tcp: constify tcp_v{4|6}_route_req() sock argument
by Eric Dumazet
· 9 years ago
3f684b4
tcp: cookie_init_sequence() cleanups
by Eric Dumazet
· 9 years ago
0c27171
tcp/dccp: constify syn_recv_sock() method sock argument
by Eric Dumazet
· 9 years ago
f76b33c
dccp: use inet6_csk_route_req() helper
by Eric Dumazet
· 9 years ago
72ab4a8
tcp: remove tcp_rcv_state_process() tcp_hdr argument
by Eric Dumazet
· 9 years ago
bda07a6
tcp: remove unused len argument from tcp_rcv_state_process()
by Eric Dumazet
· 9 years ago
a00e744
tcp/dccp: constify send_synack and send_reset socket argument
by Eric Dumazet
· 9 years ago
741a11d
net: ipv6: Add RT6_LOOKUP_F_IFACE flag if oif is set
by David Ahern
· 9 years ago
5f5d74d
ipv6: Pass struct net into ip6_route_me_harder
by Eric W. Biederman
· 9 years ago
d815d90
netfilter: Push struct net down into nf_afinfo.reroute
by Eric W. Biederman
· 9 years ago
17fb0b2
net: Remove redundant oif checks in rt6_device_match
by David Ahern
· 9 years ago
4963ed4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
0f935dbe
tcp: constify tcp_v{4|6}_send_synack() socket argument
by Eric Dumazet
· 9 years ago
1c1e9d2
ipv6: constify ip6_xmit() sock argument
by Eric Dumazet
· 9 years ago
b83e3de
tcp: md5: constify tcp_md5_do_lookup() socket argument
by Eric Dumazet
· 9 years ago
30d50c6
ipv6: constify inet6_csk_route_req() socket argument
by Eric Dumazet
· 9 years ago
3aef934
ipv6: constify ip6_dst_lookup_{flow|tail}() sock arguments
by Eric Dumazet
· 9 years ago
b40cf18
tcp: constify listener socket in tcp_v[46]_init_req()
by Eric Dumazet
· 9 years ago
17a10c9
ip6_tunnel: Reduce log level in ip6_tnl_err() to debug
by Matt Bennett
· 9 years ago
a46496c
ip6_gre: Reduce log level in ip6gre_err() to debug
by Matt Bennett
· 9 years ago
d8ed625
tcp: factorize sk_txhash init
by Eric Dumazet
· 9 years ago
38cf595
ipv6: remove unused neigh parameter from ndisc functions
by Jiri Benc
· 9 years ago
644d0e6
ipv6 Use get_hash_from_flowi6 for rt6 hash
by Tom Herbert
· 9 years ago
99cb99a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
by David S. Miller
· 9 years ago
0f1c28a
tcp: usec resolution SYN/ACK RTT
by Yuchung Cheng
· 9 years ago
0315e38
net: Fix behaviour of unreachable, blackhole and prohibit routes
by Nikola Forró
· 9 years ago
0a031ac5
netfilter: Use nf_ct_net instead of dev_net(out) in nf_nat_masquerade_ipv6
by Eric W. Biederman
· 9 years ago
c7af648
netfilter: Pass net into nf_xfrm_me_harder
by Eric W. Biederman
· 9 years ago
06198b3
netfilter: Pass priv instead of nf_hook_ops to netfilter hooks
by Eric W. Biederman
· 9 years ago
a31f1ad
netfilter: nf_conntrack: Add a struct net parameter to l4_pkt_to_tuple
by Eric W. Biederman
· 9 years ago
206e8c0
netfilter: Pass net to nf_dup_ipv4 and nf_dup_ipv6
by Eric W. Biederman
· 9 years ago
88182a0
netfilter: nf_tables: Use pkt->net instead of computing net from the passed net_devices
by Eric W. Biederman
· 9 years ago
686c9b5
netfilter: x_tables: Use par->net instead of computing from the passed net devices
by Eric W. Biederman
· 9 years ago
156c196
netfilter: x_tables: Pass struct net in xt_action_param
by Eric W. Biederman
· 9 years ago
6aa187f
netfilter: nf_tables: kill nft_pktinfo.ops
by Eric W. Biederman
· 9 years ago
082a758
inet netfilter: Prefer state->hook to ops->hooknum
by Eric W. Biederman
· 9 years ago
6cb8ff3f1
inet netfilter: Remove hook from ip6t_do_table, arp_do_table, ipt_do_table
by Eric W. Biederman
· 9 years ago
1d325d2
ipv6: ip6_fragment: fix headroom tests and skb leak
by Florian Westphal
· 9 years ago
58d607d
tcp: provide skb->hash to synack packets
by Eric Dumazet
· 9 years ago
be10de0
netfilter: Add blank lines in callers of netfilter hooks
by Eric W. Biederman
· 9 years ago
0c4b51f
netfilter: Pass net into okfn
by Eric W. Biederman
· 9 years ago
9dff2c9
netfilter: Use nf_hook_state.net
by Eric W. Biederman
· 9 years ago
29a26a5
netfilter: Pass struct net into the netfilter hooks
by Eric W. Biederman
· 9 years ago
adb28c9
ipv6: Compute net once in raw6_send_hdrinc
by Eric W. Biederman
· 9 years ago
19a0644
ipv6: Cache net in ip6_output
by Eric W. Biederman
· 9 years ago
78126c4
ipv6: Only compute net once in ip6_finish_output2
by Eric W. Biederman
· 9 years ago
9865249
ipv6: Don't recompute net in ip6_rcv
by Eric W. Biederman
· 9 years ago
244ba77
ipv6: Only compute net once in ip6mr_forward2_finish
by Eric W. Biederman
· 9 years ago
5a70649
net: Merge dst_output and dst_output_sk
by Eric W. Biederman
· 9 years ago
37a1d36
ipv6: include NLM_F_REPLACE in route replace notifications
by Roopa Prabhu
· 9 years ago
d5566fd
rtnetlink: RTEXT_FILTER_SKIP_STATS support to avoid dumping inet/inet6 stats
by Sowmini Varadhan
· 9 years ago
70da5b5
ipv6: Replace spinlock with seqlock and rcu in ip6_tunnel
by Martin KaFai Lau
· 9 years ago
8e3d5be
ipv6: Avoid double dst_free
by Martin KaFai Lau
· 9 years ago
cdf3464
ipv6: Fix dst_entry refcnt bugs in ip6_tunnel
by Martin KaFai Lau
· 9 years ago
f230d1e
ipv6: Rename the dst_cache helper functions in ip6_tunnel
by Martin KaFai Lau
· 9 years ago
a3c119d
ipv6: Refactor common ip6gre_tunnel_init codes
by Martin KaFai Lau
· 9 years ago
65c61bc
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 9 years ago
52fe51f
ipv6: fix ifnullfree.cocci warnings
by Wu Fengguang
· 9 years ago
f53de1e
net: ipv6: use common fib_default_rule_pref
by Phil Sutter
· 9 years ago
6b9ea5a
ipv6: fix multipath route replace error recovery
by Roopa Prabhu
· 9 years ago
26d2177
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma
by Linus Torvalds
· 9 years ago
25b4a44
net/ipv6: Correct PIM6 mrt_lock handling
by Richard Laing
· 9 years ago
a82b0e6
netfilter: nf_dup{4, 6}: fix build error when nf_conntrack disabled
by Daniel Borkmann
· 9 years ago
e41b0be
ipv6: fix exthdrs offload registration in out_rt path
by Daniel Borkmann
· 9 years ago
2053aeb
ipv6: send only one NEWLINK when RA causes changes
by Marius Tomaschewski
· 9 years ago
a394eef
ipv6: send NEWLINK on RA managed/otherconf changes
by Marius Tomaschewski
· 9 years ago
c3a8d94
tcp: use dctcp if enabled on the route to the initiator
by Daniel Borkmann
· 9 years ago
b8d3e41
fib, fib6: reject invalid feature bits
by Daniel Borkmann
· 9 years ago
1bb1480
net: fib6: reduce identation in ip6_convert_metrics
by Daniel Borkmann
· 9 years ago
a3a7737
net: Optimize snmp stat aggregation by walking all the percpu data at once
by Raghavendra K T
· 9 years ago
399e6f9
net/ipv6: Export addrconf_ifid_eui48
by Matan Barak
· 9 years ago
a43a9ef
vxlan: do not receive IPv4 packets on IPv6 socket
by Jiri Benc
· 9 years ago
46fa062
ip_tunnels: convert the mode field of ip_tunnel_info to flags
by Jiri Benc
· 9 years ago
581a5f2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
by David S. Miller
· 9 years ago
851345c
netfilter: reduce sparse warnings
by Florian Westphal
· 9 years ago
98dbbfc
Revert "netfilter: xtables: compute exact size needed for jumpstack"
by Florian Westphal
· 9 years ago
0d36938
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
5b49004
ipv6: Export nf_ct_frag6_gather()
by Joe Stringer
· 9 years ago
1afe839
netfilter: ip6t_REJECT: added missing icmpv6 codes
by Andreas Herz
· 9 years ago
d425729
ip6_gre: release cached dst on tunnel removal
by huaibin Wang
· 9 years ago
2510505
ah6: fix error return code
by Julia Lawall
· 9 years ago
4ec3b28
xfrm: Use VRF master index if output device is enslaved
by David Ahern
· 9 years ago
92b78af
ila: Precompute checksum difference for translations
by Tom Herbert
· 9 years ago
127eb7c
lwt: Add cfg argument to build_state
by Tom Herbert
· 9 years ago
59e2642
netfilter: nf_dup: fix sparse warnings
by Pablo Neira Ayuso
· 9 years ago
dc25b25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
a9e01ed
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
by David S. Miller
· 9 years ago
81bf1c6
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Pablo Neira Ayuso
· 9 years ago
904af04
ipv6: route: extend flow representation with tunnel key
by Jiri Benc
· 9 years ago
ab45060
ipv6: ndisc: inherit metadata dst when creating ndisc requests
by Jiri Benc
· 9 years ago
06e9d04
ipv6: drop metadata dst in ip6_route_input
by Jiri Benc
· 9 years ago
61adedf
route: move lwtunnel state to dst_entry
by Jiri Benc
· 9 years ago
Next »