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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-29
mptcp: add netlink-based PM
Paolo Abeni
4
-2
/
+874
2020-03-29
mptcp: add and use MIB counter infrastructure
Florian Westphal
7
-15
/
+165
2020-03-29
mptcp: allow dumping subflow context to userspace
Davide Caratti
4
-1
/
+109
2020-03-29
mptcp: implement and use MPTCP-level retransmission
Paolo Abeni
2
-4
/
+95
2020-03-29
mptcp: rework mptcp_sendmsg_frag to accept optional dfrag
Paolo Abeni
1
-49
/
+74
2020-03-29
mptcp: allow partial cleaning of rtx head dfrag
Florian Westphal
2
-0
/
+26
2020-03-29
mptcp: implement memory accounting for mptcp rtx queue
Paolo Abeni
1
-3
/
+39
2020-03-29
mptcp: introduce MPTCP retransmission timer
Paolo Abeni
3
-2
/
+93
2020-03-29
mptcp: queue data for mptcp level retransmission
Paolo Abeni
2
-8
/
+147
2020-03-29
mptcp: update per unacked sequence on pkt reception
Paolo Abeni
3
-6
/
+49
2020-03-29
mptcp: Implement path manager interface commands
Peter Krystad
3
-5
/
+129
2020-03-29
mptcp: Add handling of outgoing MP_JOIN requests
Peter Krystad
4
-17
/
+285
2020-03-29
mptcp: Add handling of incoming MP_JOIN requests
Peter Krystad
6
-45
/
+372
2020-03-29
mptcp: Add path manager interface
Peter Krystad
6
-19
/
+264
2020-03-29
mptcp: Add ADD_ADDR handling
Peter Krystad
3
-16
/
+235
2020-03-29
sctp: fix possibly using a bad saddr with a given dst
Marcelo Ricardo Leitner
2
-15
/
+33
2020-03-29
sctp: fix refcount bug in sctp_wfree
Qiujun Huang
1
-8
/
+23
2020-03-29
net: Fix typo of SKB_SGO_CB_OFFSET
Cambda Zhu
5
-7
/
+7
2020-03-29
ipv4: fix a RCU-list lock in fib_triestat_seq_show
Qian Cai
1
-0
/
+3
2020-03-29
net: page pool: allow to pass zero flags to page_pool_init()
Denis Kirjanov
1
-3
/
+5
2020-03-29
mac80211: fix authentication with iwlwifi/mvm
Johannes Berg
1
-1
/
+2
2020-03-29
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
KEYS: Don't write out to userspace while holding key semaphore
Waiman Long
2
-19
/
+10
2020-03-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
15
-45
/
+132
2020-03-28
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-27
bpf: Enable retrival of pid/tgid/comm from bpf cgroup hooks
Daniel Borkmann
1
-0
/
+8
2020-03-27
bpf: Enable bpf cgroup hooks to retrieve cgroup v2 and ancestor id
Daniel Borkmann
1
-0
/
+12
2020-03-27
bpf: Allow to retrieve cgroup v1 classid from v2 hooks
Daniel Borkmann
1
-0
/
+21
2020-03-27
bpf: Add netns cookie and enable it for bpf cgroup hooks
Daniel Borkmann
2
-0
/
+52
2020-03-27
bpf: Enable perf event rb output for bpf cgroup progs
Daniel Borkmann
1
-5
/
+9
2020-03-27
bpf: Enable retrieval of socket cookie for bind/post-bind hook
Daniel Borkmann
1
-0
/
+14
2020-03-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-5
/
+2
2020-03-27
net: dsa: implement auto-normalization of MTU for bridge hardware datapath
Vladimir Oltean
3
-1
/
+119
2020-03-27
net: dsa: configure the MTU for switch ports
Vladimir Oltean
5
-16
/
+171
2020-03-27
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
[prev]
[next]