index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv6
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-11
ipv6: remove redundant assignment to variable err
Colin Ian King
1
-1
/
+2
2020-09-10
tcp: reflect tos value received in SYN to the socket
Wei Wang
1
-1
/
+9
2020-09-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
1
-0
/
+39
2020-09-08
ipv6: add tos reflection in TCP reset and ack
Wei Wang
1
-5
/
+5
2020-09-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+2
2020-09-02
ipv6: Fix sysctl max for fib_multipath_hash_policy
Ido Schimmel
1
-1
/
+2
2020-09-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-2
/
+3
2020-08-31
net: ipv6: remove unused arg exact_dif in compute_score
Miaohe Lin
1
-4
/
+2
2020-08-31
ipv6: add ipv6_fragment hook in ipv6_stub
wenxu
2
-0
/
+9
2020-08-28
netfilter: ip6t_NPT: rewrite addresses in ICMPv6 original packet
Michael Zhou
1
-0
/
+39
2020-08-25
ipv6: fib6: Avoid comma separated statements
Joe Perches
1
-4
/
+8
2020-08-24
io_uring: allow tcp ancillary data for __sys_recvmsg_sock()
Luke Hsiao
1
-0
/
+1
2020-08-24
bpf: tcp: Add bpf_skops_hdr_opt_len() and bpf_skops_write_hdr_opt()
Martin KaFai Lau
1
-2
/
+3
2020-08-20
gre6: Fix reception with IP6_TNL_F_RCV_DSCP_COPY
Mark Tomlinson
1
-1
/
+9
2020-08-18
ipv6: some fixes for ipv6_dev_find()
Xin Long
1
-37
/
+23
2020-08-13
netfilter: avoid ipv6 -> nf_defrag_ipv6 module dependency
Florian Westphal
1
-3
/
+0
2020-08-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
35
-830
/
+961
2020-08-05
ipv6: add ipv6_dev_find()
Xin Long
1
-0
/
+39
2020-08-04
Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-2
/
+2
2020-08-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2
-6
/
+7
2020-08-03
seg6_iptunnel: Refactor seg6_lwt_headroom out of uapi header
Ioana-Ruxandra Stăncioi
1
-0
/
+17
2020-08-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
4
-8
/
+4
2020-08-03
ipv6/addrconf: use a boolean to choose between UNREGISTER/DOWN
Florent Fourcot
1
-12
/
+12
2020-08-03
ipv6/addrconf: call addrconf_ifdown with consistent values
Florent Fourcot
1
-1
/
+1
2020-08-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
4
-12
/
+27
2020-07-31
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-3
/
+10
2020-07-31
tcp: syncookies: create mptcp request socket for ACK cookies with MPTCP option
Florian Westphal
1
-4
/
+1
2020-07-31
udp, bpf: Ignore connections in reuseport group after BPF sk lookup
Jakub Sitnicki
1
-1
/
+1
2020-07-30
ipv6: fix memory leaks on IPV6_ADDRFORM path
Cong Wang
2
-5
/
+13
2020-07-30
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
3
-1
/
+93
2020-07-29
netfilter: ip6tables: Remove redundant null checks
Gaurav Singh
4
-8
/
+4
2020-07-28
fib: use indirect call wrappers in the most common fib_rules_ops
Brian Vazquez
1
-4
/
+8
2020-07-28
ipv6: Fix nexthop refcnt leak when creating ipv6 route info
Xiyu Yang
1
-4
/
+4
2020-07-28
net: remove sockptr_advance
Christoph Hellwig
2
-9
/
+10
2020-07-28
xfrm: esp6: fix the location of the transport header with encapsulation
Sabrina Dubroca
1
-0
/
+1
2020-07-25
bpf: Refactor bpf_iter_reg to have separate seq_info member
Yonghong Song
1
-2
/
+6
2020-07-25
udp: Don't discard reuseport selection when group has connections
Jakub Sitnicki
1
-3
/
+0
2020-07-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2
-15
/
+17
2020-07-24
icmp6: support rfc 4884
Willem de Bruijn
2
-0
/
+28
2020-07-24
net: pass a sockptr_t into ->setsockopt
Christoph Hellwig
4
-16
/
+14
2020-07-24
net/tcp: switch ->md5_parse to sockptr_t
Christoph Hellwig
1
-2
/
+2
2020-07-24
net/udp: switch udp_lib_setsockopt to sockptr_t
Christoph Hellwig
1
-1
/
+2
2020-07-24
net/ipv6: switch do_ipv6_setsockopt to sockptr_t
Christoph Hellwig
1
-33
/
+33
2020-07-24
net/ipv6: factor out a ipv6_set_opt_hdr helper
Christoph Hellwig
1
-75
/
+75
2020-07-24
net/ipv6: switch ipv6_flowlabel_opt to sockptr_t
Christoph Hellwig
2
-8
/
+10
2020-07-24
net/ipv6: split up ipv6_flowlabel_opt
Christoph Hellwig
1
-143
/
+166
2020-07-24
net/ipv6: switch ip6_mroute_setsockopt to sockptr_t
Christoph Hellwig
2
-9
/
+11
2020-07-24
netfilter: switch nf_setsockopt to sockptr_t
Christoph Hellwig
2
-13
/
+14
2020-07-24
netfilter: switch xt_copy_counters to sockptr_t
Christoph Hellwig
1
-3
/
+3
2020-07-24
net/xfrm: switch xfrm_user_policy to sockptr_t
Christoph Hellwig
1
-1
/
+2
[next]