index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
10
-68
/
+144
2020-01-24
net: Fix skb->csum update in inet_proto_csum_replace16().
Praveen Chaudhary
1
-3
/
+17
2020-01-24
netfilter: nf_tables: autoload modules from the abort path
Pablo Neira Ayuso
2
-43
/
+89
2020-01-24
netfilter: nf_tables: add __nft_chain_type_get()
Pablo Neira Ayuso
1
-8
/
+21
2020-01-24
netfilter: nf_tables_offload: fix check the chain offload flag
wenxu
1
-1
/
+1
2020-01-24
netfilter: conntrack: sctp: use distinct states for new SCTP connections
Jiri Wiesner
1
-3
/
+3
2020-01-24
ipv6_route_seq_next should increase position index
Vasily Averin
1
-5
/
+2
2020-01-24
rt_cpu_seq_next should increase position index
Vasily Averin
1
-0
/
+1
2020-01-24
neigh_stat_seq_next() should increase position index
Vasily Averin
1
-0
/
+1
2020-01-24
vcc_seq_next should increase position index
Vasily Averin
1
-2
/
+1
2020-01-24
tcp: do not leave dangling pointers in tp->highest_sack
Eric Dumazet
3
-0
/
+3
2020-01-24
net/rose: fix spelling mistake "to" -> "too"
Colin Ian King
1
-1
/
+1
2020-01-24
caif_usb: fix spelling mistake "to" -> "too"
Colin Ian King
1
-1
/
+1
2020-01-24
ipvs: fix spelling mistake "to" -> "too"
Colin Ian King
1
-1
/
+1
2020-01-23
net_sched: fix datalen for ematch
Cong Wang
1
-1
/
+1
2020-01-23
fou: Fix IPv6 netlink policy
Kristian Evensen
1
-2
/
+2
2020-01-23
net: rtnetlink: validate IFLA_MTU attribute in rtnl_create_link()
Eric Dumazet
2
-12
/
+30
2020-01-22
net, ip6_tunnel: fix namespaces move
William Dauchy
1
-3
/
+1
2020-01-22
net_sched: use validated TCA_KIND attribute in tc_new_tfilter()
Eric Dumazet
1
-3
/
+2
2020-01-22
Revert "udp: do rmem bulk free even if the rx sk queue is empty"
Paolo Abeni
1
-1
/
+2
2020-01-22
net: Fix packet reordering caused by GRO and listified RX cooperation
Maxim Mikityanskiy
1
-31
/
+33
2020-01-22
net, sk_msg: Don't check if sock is locked when tearing down psock
Jakub Sitnicki
1
-2
/
+0
2020-01-21
net, ip_tunnel: fix namespaces move
William Dauchy
1
-3
/
+1
2020-01-21
tcp: remove redundant assigment to snd_cwnd
Theodore Dubois
1
-1
/
+0
2020-01-21
tcp_bbr: improve arithmetic division in bbr_update_bw()
Wen Yang
1
-2
/
+1
2020-01-21
net-sysfs: Fix reference count leak
Jouni Hogander
1
-1
/
+3
2020-01-21
ipv6: sr: remove SKB_GSO_IPXIP6 on End.D* actions
Yuki Taguchi
1
-1
/
+3
2020-01-21
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
5
-12
/
+52
2020-01-20
netfilter: ipset: use bitmap infrastructure completely
Kadlecsik József
4
-10
/
+10
2020-01-20
hsr: Fix a compilation error
xiaofeng.yan
1
-1
/
+1
2020-01-20
net: ip6_gre: fix moving ip6gre between namespaces
Niko Kortstrom
1
-3
/
+0
2020-01-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
33
-159
/
+266
2020-01-19
net: sched: act_ctinfo: fix memory leak
Eric Dumazet
1
-0
/
+11
2020-01-18
netfilter: nft_osf: add missing check for DREG attribute
Florian Westphal
1
-0
/
+3
2020-01-17
net: avoid updating qdisc_xmit_lock_key in netdev_update_lockdep_key()
Cong Wang
1
-12
/
+0
2020-01-17
net/sched: act_ife: initalize ife->metalist earlier
Eric Dumazet
1
-4
/
+3
2020-01-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
5
-24
/
+54
2020-01-16
netfilter: nat: fix ICMP header corruption on ICMP errors
Eyal Birger
1
-0
/
+13
2020-01-16
netfilter: nf_tables: fix flowtable list del corruption
Florian Westphal
1
-0
/
+6
2020-01-16
netfilter: nf_tables: fix memory leak in nf_tables_parse_netdev_hooks()
Dan Carpenter
1
-0
/
+1
2020-01-16
netfilter: nf_tables: remove WARN and add NLA_STRING upper limits
Florian Westphal
1
-4
/
+9
2020-01-16
netfilter: nft_tunnel: ERSPAN_VERSION must not be null
Florian Westphal
1
-0
/
+3
2020-01-16
netfilter: nft_tunnel: fix null-attribute check
Florian Westphal
1
-1
/
+1
2020-01-16
netfilter: nf_tables: store transaction list locally while requesting module
Pablo Neira Ayuso
1
-9
/
+10
2020-01-16
net: dsa: tag_qca: fix doubled Tx statistics
Alexander Lobakin
1
-3
/
+0
2020-01-16
net: dsa: tag_gswip: fix typo in tagger name
Alexander Lobakin
1
-1
/
+1
2020-01-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
7
-30
/
+63
2020-01-16
bpf: Sockmap/tls, fix pop data with SK_DROP return code
John Fastabend
2
-8
/
+2
2020-01-16
bpf: Sockmap/tls, skmsg can have wrapped skmsg that needs extra chaining
John Fastabend
1
-0
/
+6
2020-01-16
bpf: Sockmap/tls, tls_sw can create a plaintext buf > encrypt buf
John Fastabend
1
-0
/
+20
[next]