Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
bf9c5181865f1cc12f934eac182bbd06438ffecc
/
net
/
ipv6
4c67525
tcp: resets are misrouted
by Alexey Kuznetsov
· 12 years ago
8634724
ipv6: gro: fix PV6_GRO_CB(skb)->proto problem
by Eric Dumazet
· 12 years ago
51ec040
ipv6: GRO should be ECN friendly
by Eric Dumazet
· 12 years ago
283dbd8
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 12 years ago
04a6f82
sections: fix section conflicts in net
by Andi Kleen
· 12 years ago
6825a26
ipv6: release reference of ip6_null_entry's dst entry in __ip6_del_rt
by Gao feng
· 12 years ago
62b54dd
ipv6: don't add link local route when there is no link local address
by Nicolas Dichtel
· 12 years ago
861b650
tcp: gro: add checksuming helpers
by Eric Dumazet
· 12 years ago
64c6d08
ipv6: del unreachable route when an addr is deleted on lo
by Nicolas Dichtel
· 12 years ago
188c517
ipv6: return errno pointers consistently for fib6_add_1()
by Lin Ming
· 12 years ago
6a06e5e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
bcc4529
ipv6: gre: remove ip6gre_header_parse()
by Eric Dumazet
· 12 years ago
4b7cc7f
nf_defrag_ipv6: fix oops on module unloading
by Konstantin Khlebnikov
· 12 years ago
eccc1bb
tunnel: drop packet if ECN present with not-ECT
by stephen hemminger
· 12 years ago
b0558ef
xfrm: remove extranous rcu_read_lock
by stephen hemminger
· 12 years ago
0c5794a
gre: remove unnecessary rcu_read_lock/unlock
by stephen hemminger
· 12 years ago
96af69e
ipv6: mip6: fix mip6_mh_filter()
by Eric Dumazet
· 12 years ago
1b05c4b
ipv6: raw: fix icmpv6_filter()
by Eric Dumazet
· 12 years ago
5640f76
net: use a per task frag allocator
by Eric Dumazet
· 12 years ago
ae47351
Merge branch 'master' of git://1984.lsi.us.es/nf-next
by David S. Miller
· 12 years ago
016818d
tcp: TCP Fast Open Server - take SYNACK RTT after completing 3WHS
by Neal Cardwell
· 12 years ago
623df48
tcp: extract code to compute SYNACK RTT
by Neal Cardwell
· 12 years ago
f950c0e
ipv6: fix return value check in fib6_add()
by Wei Yongjun
· 12 years ago
2cbc78a
netfilter: combine ipt_REDIRECT and ip6t_REDIRECT
by Jan Engelhardt
· 12 years ago
b3d54b3
netfilter: combine ipt_NETMAP and ip6t_NETMAP
by Jan Engelhardt
· 12 years ago
b0041d1
netfilter: fix IPv6 NAT dependencies in Kconfig
by Pablo Neira Ayuso
· 12 years ago
6b10286
ipv6: unify fragment thresh handling code
by Amerigo Wang
· 12 years ago
d4915c0
ipv6: make ip6_frag_nqueues() and ip6_frag_mem() static inline
by Amerigo Wang
· 12 years ago
b836c99
ipv6: unify conntrack reassembly expire code with standard one
by Amerigo Wang
· 12 years ago
c038a76
ipv6: add a new namespace for nf_conntrack_reasm
by Amerigo Wang
· 12 years ago
3fd91fb
ipv6: recursive check rt->dst.from when call rt6_check_expired
by Li RongQing
· 12 years ago
2c20cbd
ipv6: use DST_* macro to set obselete field
by Nicolas Dichtel
· 12 years ago
6f3118b
ipv6: use net->rt_genid to check dst validity
by Nicolas Dichtel
· 12 years ago
b48b63a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
5744dd9
ipv6: replace write lock with read lock when get route info
by Li RongQing
· 12 years ago
fb0af4c
ipv6: route templates can be const
by Eric Dumazet
· 12 years ago
91b4b04
ipv6: Compare addresses only bits up to the prefix length (RFC6724).
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
417962a
ipv6: Add labels for site-local and 6bone testing addresses (RFC6724)
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
fdd6681
ipv6: remove some useless RCU read lock
by Amerigo Wang
· 12 years ago
15e4730
netlink: Rename pid to portid to avoid confusion
by Eric W. Biederman
· 12 years ago
b4949ab
ipv6: fix handling of throw routes
by Nicolas Dichtel
· 12 years ago
979402b
udp: increment UDP_MIB_INERRORS if copy failed
by Eric Dumazet
· 12 years ago
ef2c7d7
ipv6: fix handling of blackhole and prohibit routes
by Nicolas Dichtel
· 12 years ago
2c96932
netfilter: ipv6: using csum_ipv6_magic requires net/ip6_checksum.h
by Stephen Rothwell
· 12 years ago
d013ef2a
tcp: fix possible socket refcount problem for ipv6
by Julian Anastasov
· 12 years ago
ace1fe1
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Pablo Neira Ayuso
· 12 years ago
8336886
tcp: TCP Fast Open Server - support TFO listeners
by Jerry Chu
· 12 years ago
eb7e057
ipv6: remove some deadcode
by Sorin Dumitru
· 12 years ago
48f125c
net: ipv6: fix error return code
by Julia Lawall
· 12 years ago
8a91bb0
netfilter: ip6tables: add stateless IPv6-to-IPv6 Network Prefix Translation target
by Patrick McHardy
· 12 years ago
ed72d9e
netfilter: ip6tables: add NETMAP target
by Patrick McHardy
· 12 years ago
115e23a
netfilter: ip6tables: add REDIRECT target
by Patrick McHardy
· 12 years ago
b3f644f
netfilter: ip6tables: add MASQUERADE target
by Patrick McHardy
· 12 years ago
58a317f
netfilter: ipv6: add IPv6 NAT support
by Patrick McHardy
· 12 years ago
0ad352c
netfilter: ipv6: expand skb head in ip6_route_me_harder after oif change
by Patrick McHardy
· 12 years ago
2b60af0
netfilter: nf_conntrack_ipv6: fix tracking of ICMPv6 error messages containing fragments
by Patrick McHardy
· 12 years ago
4cdd3408
netfilter: nf_conntrack_ipv6: improve fragmentation handling
by Patrick McHardy
· 12 years ago
e6acb38
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by David S. Miller
· 12 years ago
748e2d9
net: reinstate rtnl in call_netdevice_notifiers()
by Eric Dumazet
· 12 years ago
b87fb39
ipv6: gre: fix ip6gre_err()
by Eric Dumazet
· 12 years ago
0115e8e
net: remove delay at device dismantle
by Eric Dumazet
· 12 years ago
bf277b0
Merge git://1984.lsi.us.es/nf-next
by David S. Miller
· 12 years ago
1304a73
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
fae6ef8
net: tcp: move sk_rx_dst_set call after tcp_create_openreq_child()
by Neal Cardwell
· 12 years ago
9d7b0fc
net: ipv6: fix oops in inet_putpeer()
by Patrick McHardy
· 12 years ago
5ef5d6c
gre: information leak in ip6_tnl_ioctl()
by Dan Carpenter
· 12 years ago
898132a
ipv6: move dereference after check in fl_free()
by Dan Carpenter
· 12 years ago
4f82f45
net ip6 flowlabel: Make owner a union of struct pid * and kuid_t
by Eric W. Biederman
· 12 years ago
a7cb5a4
userns: Print out socket uids in a user namespace aware fashion.
by Eric W. Biederman
· 12 years ago
4acd494
ipv6: addrconf: Avoid calling netdevice notifiers with RCU read-side lock
by Ben Hutchings
· 12 years ago
4855d6f
net: ipv6: proc: Fix error handling
by Igor Maravic
· 12 years ago
c12b395
gre: Support GRE over IPv6
by xeb@mail.ru
· 12 years ago
19e303d
netfilter: PTR_RET can be used
by Wu Fengguang
· 12 years ago
63d02d1
net: tcp: ipv6_mapped needs sk_rx_dst_set method
by Eric Dumazet
· 12 years ago
1fb9489
net: Loopback ifindex is constant now
by Pavel Emelyanov
· 12 years ago
a399a80
time: jiffies_delta_to_clock_t() helper to the rescue
by Eric Dumazet
· 12 years ago
5d299f3
net: ipv6: fix TCP early demux
by Eric Dumazet
· 12 years ago
ac694db
Merge branch 'akpm' (Andrew's patch-bomb)
by Linus Torvalds
· 12 years ago
99a1dec
net: introduce sk_gfp_atomic() to allow addition of GFP flags depending on the individual socket
by Mel Gorman
· 12 years ago
c255a45
memcg: rename config variables
by Andrew Morton
· 12 years ago
cca32e4
net: TCP early demux cleanup
by Eric Dumazet
· 12 years ago
8253947
ipv6: fix incorrect route 'expires' value passed to userspace
by Li Wei
· 12 years ago
c710998
ipv6: Early TCP socket demux
by Eric Dumazet
· 12 years ago
563d34d
tcp: dont drop MTU reduction indications
by Eric Dumazet
· 12 years ago
f5b0a87
net: Document dst->obsolete better.
by David S. Miller
· 12 years ago
2100c8d
net-tcp: Fast Open base
by Yuchung Cheng
· 12 years ago
ddbe503
ipv6: add ipv6_addr_hash() helper
by Eric Dumazet
· 12 years ago
d3818c9
ipv6: fix inet6_csk_xmit()
by Eric Dumazet
· 12 years ago
a6ff1a2
Merge branch 'nexthop_exceptions'
by David S. Miller
· 12 years ago
6700c27
net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}()
by David S. Miller
· 12 years ago
a858d64
ipv6: fix unappropriate errno returned for non-multicast address
by Li Wei
· 12 years ago
f0396f60
ipv6: fix RTPROT_RA markup of RA routes w/nexthops
by Denis Ovsienko
· 12 years ago
35ad9b9
ipv6: Add helper inet6_csk_update_pmtu().
by David S. Miller
· 12 years ago
8104891
ipv6: Initialize the struct rt6_info behind the dst_enty field
by Steffen Klassert
· 12 years ago
1ed5c48
net: Remove checks for dst_ops->redirect being NULL.
by David S. Miller
· 12 years ago
b587ee3
net: Add dummy dst_ops->redirect method where needed.
by David S. Miller
· 12 years ago
b94f1c0
ipv6: Use icmpv6_notify() to propagate redirect, instead of rt6_redirect().
by David S. Miller
· 12 years ago
ec18d9a
ipv6: Add redirect support to all protocol icmp error handlers.
by David S. Miller
· 12 years ago
3a5ad2e
ipv6: Add ip6_redirect() and ip6_sk_redirect() helper functions.
by David S. Miller
· 12 years ago
6e157b6
ipv6: Pull main logic of rt6_redirect() into rt6_do_redirect().
by David S. Miller
· 12 years ago
Next »