index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
|
|
netfilter: flowtable: fix NULL pointer dereference in tunnel offload support
wenxu
2020-03-19
1
-3
/
+3
|
|
*
|
|
netfilter: nf_tables: add nft_set_elem_expr_destroy() and use it
Pablo Neira Ayuso
2020-03-19
1
-11
/
+17
|
|
*
|
|
netfilter: nf_tables: fix double-free on set expression from the error path
Pablo Neira Ayuso
2020-03-19
1
-0
/
+1
|
|
*
|
|
netfilter: nf_tables: allow to specify stateful expression in set definition
Pablo Neira Ayuso
2020-03-19
1
-12
/
+48
|
|
*
|
|
netfilter: nf_tables: pass context to nft_set_destroy()
Pablo Neira Ayuso
2020-03-19
1
-5
/
+5
|
|
*
|
|
netfilter: nf_tables: move nft_expr_clone() to nf_tables_api.c
Pablo Neira Ayuso
2020-03-19
2
-17
/
+18
|
*
|
|
|
devlink: Allow setting of packet trap group parameters
Ido Schimmel
2020-03-31
1
-2
/
+54
|
*
|
|
|
devlink: Add packet trap group parameters support
Ido Schimmel
2020-03-31
1
-0
/
+31
|
*
|
|
|
devlink: Add packet trap policers support
Ido Schimmel
2020-03-31
1
-0
/
+428
|
*
|
|
|
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
2020-03-30
4
-41
/
+168
|
|
\
\
\
\
|
|
*
|
|
|
Bluetooth: L2CAP: Use DEFER_SETUP to group ECRED connections
Luiz Augusto von Dentz
2020-03-25
1
-10
/
+127
|
|
*
|
|
|
Bluetooth: don't assume key size is 16 when the command fails
Alain Michaud
2020-03-25
1
-4
/
+4
|
|
*
|
|
|
Bluetooth: L2CAP: Add get_peer_pid callback
Luiz Augusto von Dentz
2020-03-24
1
-0
/
+8
|
|
*
|
|
|
Bluetooth: Fix incorrect branch in connection complete
Abhishek Pandit-Subedi
2020-03-23
1
-8
/
+9
|
|
*
|
|
|
Bluetooth: Restore running state if suspend fails
Abhishek Pandit-Subedi
2020-03-23
1
-19
/
+20
|
*
|
|
|
|
net: dsa: add port policers
Vladimir Oltean
2020-03-30
1
-6
/
+73
|
*
|
|
|
|
net: dsa: refactor matchall mirred action to separate function
Vladimir Oltean
2020-03-30
1
-30
/
+40
|
*
|
|
|
|
devlink: Add auto dump flag to health reporter
Eran Ben Elisha
2020-03-30
1
-4
/
+22
|
*
|
|
|
|
devlink: Implicitly set auto recover flag when registering health reporter
Eran Ben Elisha
2020-03-30
1
-6
/
+3
|
*
|
|
|
|
net: devlink: use NL_SET_ERR_MSG_MOD instead of NL_SET_ERR_MSG
Jiri Pirko
2020-03-30
1
-2
/
+2
|
*
|
|
|
|
net: sched: expose HW stats types per action used by drivers
Jiri Pirko
2020-03-30
3
-2
/
+11
|
*
|
|
|
|
net: introduce nla_put_bitfield32() helper and use it
Jiri Pirko
2020-03-30
2
-21
/
+10
|
*
|
|
|
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2020-03-30
6
-34
/
+96
|
|
\
\
\
\
\
|
|
*
|
|
|
|
xfrm: add prep for esp beet mode offload
Xin Long
2020-03-26
1
-1
/
+27
|
|
*
|
|
|
|
esp6: add gso_segment for esp6 beet mode
Xin Long
2020-03-26
1
-0
/
+36
|
|
*
|
|
|
|
esp4: add gso_segment for esp4 beet mode
Xin Long
2020-03-26
1
-0
/
+32
|
|
*
|
|
|
|
ESP: Export esp_output_fill_trailer function
Raed Salem
2020-02-19
2
-32
/
+0
|
|
*
|
|
|
|
xfrm: Use kmem_cache_zalloc() instead of kmem_cache_alloc() with flag GFP_ZERO.
Huang Zijiang
2020-02-19
1
-1
/
+1
|
*
|
|
|
|
|
net: dsa: Simplify 'dsa_tag_protocol_to_str()'
Christophe JAILLET
2020-03-30
1
-5
/
+1
|
*
|
|
|
|
|
ethtool: provide timestamping information with TSINFO_GET request
Michal Kubecek
2020-03-30
7
-20
/
+179
|
*
|
|
|
|
|
ethtool: add timestamping related string sets
Michal Kubecek
2020-03-30
4
-0
/
+75
|
*
|
|
|
|
|
ethtool: add EEE_NTF notification
Michal Kubecek
2020-03-30
3
-1
/
+10
|
*
|
|
|
|
|
ethtool: set EEE settings with EEE_SET request
Michal Kubecek
2020-03-30
3
-0
/
+79
|
*
|
|
|
|
|
ethtool: provide EEE settings with EEE_GET request
Michal Kubecek
2020-03-30
4
-1
/
+140
|
*
|
|
|
|
|
ethtool: add PAUSE_NTF notification
Michal Kubecek
2020-03-30
3
-1
/
+10
|
*
|
|
|
|
|
ethtool: set pause parameters with PAUSE_SET request
Michal Kubecek
2020-03-30
3
-0
/
+67
|
*
|
|
|
|
|
ethtool: provide pause parameters with PAUSE_GET request
Michal Kubecek
2020-03-30
4
-1
/
+91
|
*
|
|
|
|
|
ethtool: add COALESCE_NTF notification
Michal Kubecek
2020-03-30
3
-1
/
+10
|
*
|
|
|
|
|
ethtool: set coalescing parameters with COALESCE_SET request
Michal Kubecek
2020-03-30
3
-0
/
+142
|
*
|
|
|
|
|
ethtool: provide coalescing parameters with COALESCE_GET request
Michal Kubecek
2020-03-30
4
-1
/
+224
|
*
|
|
|
|
|
ethtool: fix reference leak in ethnl_set_privflags()
Michal Kubecek
2020-03-30
1
-1
/
+3
|
*
|
|
|
|
|
net: ipv6: add rpl sr tunnel
Alexander Aring
2020-03-30
5
-0
/
+400
|
*
|
|
|
|
|
net: add net available in build_state
Alexander Aring
2020-03-30
11
-23
/
+26
|
*
|
|
|
|
|
net: ipv6: add support for rpl sr exthdr
Alexander Aring
2020-03-30
4
-3
/
+333
|
*
|
|
|
|
|
addrconf: add functionality to check on rpl requirements
Alexander Aring
2020-03-30
1
-0
/
+53
|
*
|
|
|
|
|
mptcp: add netlink-based PM
Paolo Abeni
2020-03-30
4
-2
/
+874
|
*
|
|
|
|
|
mptcp: add and use MIB counter infrastructure
Florian Westphal
2020-03-30
7
-15
/
+165
|
*
|
|
|
|
|
mptcp: allow dumping subflow context to userspace
Davide Caratti
2020-03-30
4
-1
/
+109
|
*
|
|
|
|
|
mptcp: implement and use MPTCP-level retransmission
Paolo Abeni
2020-03-30
2
-4
/
+95
|
*
|
|
|
|
|
mptcp: rework mptcp_sendmsg_frag to accept optional dfrag
Paolo Abeni
2020-03-30
1
-49
/
+74
[prev]
[next]