index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv6
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
net-ipv6: changes to ->tclass (via IPV6_TCLASS) should sk_dst_reset()
Maciej Żenczykowski
2021-11-25
1
-1
/
+4
*
|
|
net-ipv6: do not allow IPV6_TCLASS to muck with tcp's ECN
Maciej Żenczykowski
2021-11-25
1
-0
/
+4
*
|
|
gro: remove rcu_read_lock/rcu_read_unlock from gro_complete handlers
Eric Dumazet
2021-11-25
1
-6
/
+2
*
|
|
gro: remove rcu_read_lock/rcu_read_unlock from gro_receive handlers
Eric Dumazet
2021-11-25
2
-7
/
+1
*
|
|
ipv6: Use memset_after() to zero rt6_info
Kees Cook
2021-11-19
1
-3
/
+1
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-11-18
1
-0
/
+6
|
\
|
|
|
|
/
|
/
|
|
*
ipv6: check return value of ipv6_skip_exthdr
Jordy Zomer
2021-11-18
1
-0
/
+6
*
|
ipv6: ah6: use swap() to make code cleaner
Yao Jing
2021-11-18
1
-4
/
+1
*
|
ipv4/raw: support binding to nonlocal addresses
Riccardo Paolo Bestetti
2021-11-18
1
-5
/
+2
*
|
net: align static siphash keys
Eric Dumazet
2021-11-17
2
-2
/
+2
*
|
net: drop nopreempt requirement on sock_prot_inuse_add()
Eric Dumazet
2021-11-16
1
-4
/
+4
*
|
net: move gro definitions to include/net/gro.h
Eric Dumazet
2021-11-16
3
-0
/
+3
*
|
tcp: defer skb freeing after socket lock is released
Eric Dumazet
2021-11-16
1
-0
/
+1
*
|
tcp: add RETPOLINE mitigation to sk_backlog_rcv
Eric Dumazet
2021-11-16
1
-2
/
+3
*
|
net: remove sk_route_nocaps
Eric Dumazet
2021-11-16
1
-1
/
+1
*
|
tcp: small optimization in tcp_v6_send_check()
Eric Dumazet
2021-11-16
1
-3
/
+1
*
|
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2021-11-15
2
-8
/
+8
|
\
\
|
*
|
bpf: Add ingress_ifindex to bpf_sk_lookup
Mark Pashmfouroush
2021-11-11
2
-8
/
+8
*
|
|
ipv6: Remove duplicate statements
luo penghao
2021-11-14
1
-1
/
+0
|
|
/
|
/
|
*
|
ipv6: remove useless assignment to newinet in tcp_v6_syn_recv_sock()
Nghia Le
2021-11-06
1
-1
/
+0
*
|
net: udp6: replace __UDP_INC_STATS() with __UDP6_INC_STATS()
Menglong Dong
2021-11-03
1
-3
/
+3
*
|
net:ipv6:Remove unneeded semicolon
Zhang Mingyu
2021-11-03
1
-1
/
+1
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-11-02
1
-1
/
+1
|
\
|
*
udp6: allow SO_MARK ctrl msg to affect routing
Jakub Kicinski
2021-11-01
1
-1
/
+1
*
|
net: ndisc: introduce ndisc_evict_nocarrier sysctl parameter
James Prestwood
2021-11-02
2
-1
/
+23
*
|
ipv6: enable net.ipv6.route.max_size sysctl in network namespace
Alexander Kuznetsov
2021-10-28
1
-12
/
+12
*
|
tcp: do not clear skb->csum if already zero
Eric Dumazet
2021-10-28
1
-1
/
+0
*
|
inet: remove races in inet{6}_getname()
Eric Dumazet
2021-10-28
1
-10
/
+11
*
|
ipv6/tcp: small drop monitor changes
Eric Dumazet
2021-10-26
1
-2
/
+2
*
|
ipv6: guard IPV6_MINHOPCOUNT with a static key
Eric Dumazet
2021-10-26
2
-8
/
+19
*
|
ipv6: annotate data races around np->min_hopcount
Eric Dumazet
2021-10-26
2
-3
/
+8
*
|
ipv6: move inet6_sk(sk)->rx_dst_cookie to sk->sk_rx_dst_cookie
Eric Dumazet
2021-10-26
2
-5
/
+5
*
|
tcp: move inet->rx_dst_ifindex to sk->sk_rx_dst_ifindex
Eric Dumazet
2021-10-26
1
-3
/
+3
*
|
gre/sit: Don't generate link-local addr if addr_gen_mode is IN6_ADDR_GEN_MODE...
Stephen Suryaputra
2021-10-22
1
-0
/
+3
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2021-10-22
3
-49
/
+17
|
\
|
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2021-10-21
1
-42
/
+6
|
|
\
|
|
*
netfilter: ip6t_rt: fix rt0_hdr parsing in rt_mt6
Xin Long
2021-10-14
1
-42
/
+6
|
*
|
ipv6: When forwarding count rx stats on the orig netdev
Stephen Suryaputra
2021-10-16
1
-1
/
+2
|
*
|
tcp: md5: Allow MD5SIG_FLAG_IFINDEX with ifindex=0
Leonard Crestez
2021-10-15
1
-6
/
+9
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2021-10-18
6
-44
/
+14
|
\
\
\
|
*
|
|
netfilter: ip6tables: allow use of ip6t_do_table as hookfn
Florian Westphal
2021-10-14
6
-44
/
+14
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-10-15
2
-9
/
+67
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
ipv6: ioam: move the check for undefined bits
Justin Iurman
2021-10-12
2
-9
/
+67
|
|
|
/
|
|
/
|
*
|
|
ip: use dev_addr_set() in tunnels
Jakub Kicinski
2021-10-13
4
-6
/
+6
*
|
|
ipv6: constify dev_addr passing
Jakub Kicinski
2021-10-13
2
-4
/
+4
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-10-08
4
-19
/
+13
|
\
|
|
|
|
/
|
/
|
|
*
net: prefer socket bound to interface when not in VRF
Mike Manning
2021-10-07
2
-2
/
+3
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2021-10-02
2
-17
/
+10
|
|
\
|
|
*
netfilter: conntrack: fix boot failure with nf_conntrack.enable_hooks=1
Florian Westphal
2021-09-28
2
-17
/
+10
*
|
|
net: ipv6: fix use after free of struct seg6_pernet_data
MichelleJin
2021-10-04
1
-1
/
+1
[prev]
[next]