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-03-30
mptcp: implement and use MPTCP-level retransmission
Paolo Abeni
2
-4
/
+95
2020-03-30
mptcp: rework mptcp_sendmsg_frag to accept optional dfrag
Paolo Abeni
1
-49
/
+74
2020-03-30
mptcp: allow partial cleaning of rtx head dfrag
Florian Westphal
2
-0
/
+26
2020-03-30
mptcp: implement memory accounting for mptcp rtx queue
Paolo Abeni
1
-3
/
+39
2020-03-30
mptcp: introduce MPTCP retransmission timer
Paolo Abeni
3
-2
/
+93
2020-03-30
mptcp: queue data for mptcp level retransmission
Paolo Abeni
2
-8
/
+147
2020-03-30
mptcp: update per unacked sequence on pkt reception
Paolo Abeni
3
-6
/
+49
2020-03-30
mptcp: Implement path manager interface commands
Peter Krystad
3
-5
/
+129
2020-03-30
mptcp: Add handling of outgoing MP_JOIN requests
Peter Krystad
4
-17
/
+285
2020-03-30
mptcp: Add handling of incoming MP_JOIN requests
Peter Krystad
6
-45
/
+372
2020-03-30
mptcp: Add path manager interface
Peter Krystad
6
-19
/
+264
2020-03-30
mptcp: Add ADD_ADDR handling
Peter Krystad
3
-16
/
+235
2020-03-30
sctp: fix possibly using a bad saddr with a given dst
Marcelo Ricardo Leitner
2
-15
/
+33
2020-03-30
sctp: fix refcount bug in sctp_wfree
Qiujun Huang
1
-8
/
+23
2020-03-30
net: Fix typo of SKB_SGO_CB_OFFSET
Cambda Zhu
5
-7
/
+7
2020-03-30
ipv4: fix a RCU-list lock in fib_triestat_seq_show
Qian Cai
1
-0
/
+3
2020-03-30
net: page pool: allow to pass zero flags to page_pool_init()
Denis Kirjanov
1
-3
/
+5
2020-03-30
mac80211: fix authentication with iwlwifi/mvm
Johannes Berg
1
-1
/
+2
2020-03-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
18
-56
/
+149
2020-03-30
netfilter: flowtable: add counter support in HW offload
wenxu
1
-0
/
+12
2020-03-30
netfilter: conntrack: add nf_ct_acct_add()
wenxu
1
-3
/
+4
2020-03-30
netfilter: nf_tables: skip set types that do not support for expressions
Pablo Neira Ayuso
2
-0
/
+5
2020-03-30
netfilter: nft_dynset: validate set expression definition
Pablo Neira Ayuso
1
-2
/
+7
2020-03-30
netfilter: nft_set_bitmap: initialize set element extension in lookups
Pablo Neira Ayuso
1
-0
/
+1
2020-03-30
netfilter: ctnetlink: be more strict when NF_CONNTRACK_MARK is not set
Romain Bellan
1
-1
/
+1
2020-03-29
netfilter: nf_queue: prefer nf_queue_entry_free
Florian Westphal
1
-18
/
+9
2020-03-29
netfilter: nf_queue: do not release refcouts until nf_reinject is done
Florian Westphal
1
-4
/
+2
2020-03-29
netfilter: nf_queue: place bridge physports into queue_entry struct
Florian Westphal
1
-30
/
+23
2020-03-29
netfilter: nf_queue: make nf_queue_entry_release_refs static
Florian Westphal
2
-10
/
+10
2020-03-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
15
-45
/
+132
2020-03-29
xdp: Support specifying expected existing program when attaching XDP
Toke Høiland-Jørgensen
2
-5
/
+35
2020-03-28
bpf: Fix build warning regarding missing prototypes
Jean-Philippe Menil
1
-0
/
+4
2020-03-28
bpf: Enable retrival of pid/tgid/comm from bpf cgroup hooks
Daniel Borkmann
1
-0
/
+8
2020-03-28
bpf: Enable bpf cgroup hooks to retrieve cgroup v2 and ancestor id
Daniel Borkmann
1
-0
/
+12
2020-03-28
bpf: Allow to retrieve cgroup v1 classid from v2 hooks
Daniel Borkmann
1
-0
/
+21
2020-03-28
bpf: Add netns cookie and enable it for bpf cgroup hooks
Daniel Borkmann
2
-0
/
+52
2020-03-28
bpf: Enable perf event rb output for bpf cgroup progs
Daniel Borkmann
1
-5
/
+9
2020-03-28
bpf: Enable retrieval of socket cookie for bind/post-bind hook
Daniel Borkmann
1
-0
/
+14
2020-03-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-5
/
+2
2020-03-28
net: dsa: implement auto-normalization of MTU for bridge hardware datapath
Vladimir Oltean
3
-1
/
+119
2020-03-28
net: dsa: configure the MTU for switch ports
Vladimir Oltean
5
-16
/
+171
2020-03-28
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
7
-22
/
+70
2020-03-27
netfilter: flowtable: Use work entry per offload command
Paul Blakey
1
-31
/
+15
2020-03-27
netfilter: flowtable: Use rw sem as flow block lock
Paul Blakey
2
-8
/
+7
2020-03-27
netfilter: nf_tables: silence a RCU-list warning in nft_table_lookup()
Qian Cai
1
-1
/
+2
2020-03-27
netfilter: flowtable: Fix incorrect tc_setup_type type
wenxu
4
-6
/
+6
2020-03-27
netfilter: flowtable: add counter support
Pablo Neira Ayuso
1
-0
/
+7
2020-03-27
netfilter: nf_tables: add enum nft_flowtable_flags to uapi
Pablo Neira Ayuso
1
-1
/
+1
2020-03-27
netfilter: conntrack: export nf_ct_acct_update()
Pablo Neira Ayuso
1
-8
/
+7
2020-03-27
ipvs: optimize tunnel dumps for icmp errors
Haishuang Yan
1
-20
/
+26
[prev]
[next]