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
*
docs: networking: convert x25.txt to ReST
Mauro Carvalho Chehab
2020-05-01
1
-1
/
+1
*
docs: networking: convert x25-iface.txt to ReST
Mauro Carvalho Chehab
2020-05-01
1
-1
/
+1
*
netlink: add infrastructure to expose policies to userspace
Johannes Berg
2020-05-01
3
-1
/
+387
*
netlink: remove NLA_EXACT_LEN_WARN
Johannes Berg
2020-05-01
1
-63
/
+18
*
nl80211: link recursive netlink nested policy
Johannes Berg
2020-05-01
3
-10
/
+5
*
netlink: remove type-unsafe validation_data pointer
Johannes Berg
2020-05-01
2
-15
/
+7
*
hsr: remove hsr interface if all slaves are removed
Taehee Yoo
2020-04-30
1
-2
/
+20
*
tcp: add hrtimer slack to sack compression
Eric Dumazet
2020-04-30
3
-2
/
+11
*
tcp: tcp_sack_new_ofo_skb() should be more conservative
Eric Dumazet
2020-04-30
1
-1
/
+11
*
tcp: add tp->dup_ack_counter
Eric Dumazet
2020-04-30
3
-13
/
+37
*
docs: networking: convert tproxy.txt to ReST
Mauro Carvalho Chehab
2020-04-30
1
-1
/
+1
*
docs: networking: convert rxrpc.txt to ReST
Mauro Carvalho Chehab
2020-04-30
2
-4
/
+4
*
docs: networking: convert radiotap-headers.txt to ReST
Mauro Carvalho Chehab
2020-04-30
1
-1
/
+1
*
docs: networking: convert pktgen.txt to ReST
Mauro Carvalho Chehab
2020-04-30
2
-2
/
+2
*
docs: networking: convert mac80211-injection.txt to ReST
Mauro Carvalho Chehab
2020-04-30
1
-1
/
+1
*
docs: networking: convert lapb-module.txt to ReST
Mauro Carvalho Chehab
2020-04-30
1
-1
/
+1
*
inet_diag: add support for cgroup filter
Dmitry Yakunin
2020-04-30
1
-0
/
+31
*
inet_diag: add cgroup id attribute
Dmitry Yakunin
2020-04-30
1
-0
/
+7
*
net/smc: remove obsolete link state DELETING
Karsten Graul
2020-04-30
4
-12
/
+1
*
net/smc: remove handling of CONFIRM_RKEY_CONTINUE
Karsten Graul
2020-04-30
1
-17
/
+4
*
net/smc: adapt SMC remote DELETE_RKEY processing to use the LLC flow
Karsten Graul
2020-04-30
1
-13
/
+24
*
net/smc: adapt SMC remote CONFIRM_RKEY processing to use the LLC flow
Karsten Graul
2020-04-30
1
-15
/
+41
*
net/smc: new smc_rtoken_set functions for multiple link support
Karsten Graul
2020-04-30
2
-0
/
+51
*
net/smc: move the TEST_LINK response processing into event handler
Karsten Graul
2020-04-30
1
-8
/
+2
*
net/smc: multiple link support and LLC flow for smc_llc_do_delete_rkey
Karsten Graul
2020-04-30
4
-30
/
+24
*
net/smc: multiple link support and LLC flow for smc_llc_do_confirm_rkey
Karsten Graul
2020-04-30
3
-26
/
+43
*
net/smc: adapt SMC client code to use the LLC flow
Karsten Graul
2020-04-30
4
-74
/
+71
*
net/smc: adapt SMC server code to use the LLC flow
Karsten Graul
2020-04-30
3
-42
/
+20
*
net/smc: add logic to evaluate CONFIRM_LINK messages to LLC layer
Karsten Graul
2020-04-30
2
-0
/
+13
*
net/smc: introduce link group type
Karsten Graul
2020-04-30
1
-0
/
+10
*
net/smc: enqueue all received LLC messages
Karsten Graul
2020-04-30
1
-17
/
+29
*
net/smc: add event-based llc_flow framework
Karsten Graul
2020-04-30
4
-0
/
+199
*
net: caif: Fix use correct return type for ndo_start_xmit()
Yunjian Wang
2020-04-30
1
-1
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2020-04-29
4
-39
/
+116
|
\
|
*
netfilter: nft_nat: add netmap support
Pablo Neira Ayuso
2020-04-28
1
-1
/
+45
|
*
netfilter: nft_nat: add helper function to set up NAT address and protocol
Pablo Neira Ayuso
2020-04-28
1
-22
/
+34
|
*
netfilter: nft_nat: set flags from initialization path
Pablo Neira Ayuso
2020-04-28
1
-4
/
+6
|
*
netfilter: nft_nat: return EOPNOTSUPP if type or flags are not supported
Pablo Neira Ayuso
2020-04-28
1
-2
/
+2
|
*
netfilter: nf_tables: allow up to 64 bytes in the set element data area
Pablo Neira Ayuso
2020-04-27
1
-12
/
+26
|
*
netfilter: nf_conntrack: add IPS_HW_OFFLOAD status bit
Bodong Wang
2020-04-26
2
-1
/
+6
*
|
net/smc: move llc layer related init and clear into smc_llc.c
Karsten Graul
2020-04-29
5
-14
/
+31
*
|
net/smc: use mutex instead of rwlock_t to protect buffers
Karsten Graul
2020-04-29
2
-13
/
+13
*
|
net/smc: process llc responses in tasklet context
Karsten Graul
2020-04-29
2
-108
/
+116
*
|
net/smc: use worker to process incoming llc messages
Karsten Graul
2020-04-29
4
-58
/
+96
*
|
net/smc: simplify link deactivation
Karsten Graul
2020-04-29
3
-18
/
+6
*
|
net/smc: move testlink work to system work queue
Karsten Graul
2020-04-29
1
-5
/
+6
*
|
net/smc: add new link state and related helpers
Karsten Graul
2020-04-29
5
-20
/
+42
*
|
net/smc: multi-link support for smc_rmb_rtoken_handling()
Karsten Graul
2020-04-29
3
-9
/
+11
*
|
net/smc: convert static link ID instances to support multiple links
Karsten Graul
2020-04-29
5
-135
/
+291
*
|
net/smc: convert static link ID to dynamic references
Karsten Graul
2020-04-29
10
-103
/
+99
[next]