index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-18
l2tp: fix up inconsistent rx/tx statistics
Tom Parkin
1
-3
/
+8
2020-09-18
net: openswitch: reuse the helper variable to improve the code readablity
Zeng Tao
1
-2
/
+2
2020-09-18
net: bridge: delete duplicated words
Randy Dunlap
2
-2
/
+2
2020-09-18
net: atm: delete duplicated words
Randy Dunlap
2
-2
/
+2
2020-09-18
net: tipc: delete duplicated words
Randy Dunlap
2
-2
/
+2
2020-09-18
net: bluetooth: delete duplicated words
Randy Dunlap
2
-2
/
+2
2020-09-18
net: ipv6: delete duplicated words
Randy Dunlap
2
-2
/
+2
2020-09-18
net: rds: delete duplicated words
Randy Dunlap
2
-2
/
+2
2020-09-18
net: core: delete duplicated words
Randy Dunlap
1
-2
/
+2
2020-09-18
tipc: add automatic rekeying for encryption key
Tuong Lien
4
-3
/
+138
2020-09-18
tipc: add automatic session key exchange
Tuong Lien
7
-20
/
+405
2020-09-18
tipc: introduce encryption master key
Tuong Lien
5
-62
/
+174
2020-09-18
tipc: optimize key switching time and logic
Tuong Lien
3
-231
/
+165
2020-09-18
devlink: collect flash notify params into a struct
Shannon Nelson
1
-23
/
+31
2020-09-18
devlink: add timeout information to status_notify
Shannon Nelson
1
-6
/
+23
2020-09-18
net: use exponential backoff in netdev_wait_allrefs
Francesco Ruggeri
1
-2
/
+10
2020-09-17
mptcp: fix integer overflow in mptcp_subflow_discard_data()
Paolo Abeni
1
-1
/
+1
2020-09-17
net/smc: fix double kfree in smc_listen_work()
Ursula Braun
1
-2
/
+2
2020-09-17
net: hsr: Convert to DEFINE_SHOW_ATTRIBUTE
Qinglang Miao
1
-19
/
+2
2020-09-17
netlink: add spaces around '&' in netlink_recv/sendmsg()
Yang Yingliang
1
-4
/
+4
2020-09-17
mptcp: Fix unsigned 'max_seq' compared with zero in mptcp_data_queue_ofo
Ye Bin
1
-2
/
+3
2020-09-17
net/packet: Fix a comment about mac_header
Xie He
1
-11
/
+12
2020-09-16
net/smc: check variable before dereferencing in smc_close.c
Karsten Graul
1
-3
/
+4
2020-09-16
net: bridge: mcast: don't ignore return value of __grp_src_toex_excl
Nikolay Aleksandrov
1
-1
/
+1
2020-09-15
nexthop: Only emit a notification when nexthop is actually deleted
Ido Schimmel
1
-2
/
+2
2020-09-15
nexthop: Convert to blocking notification chain
Ido Schimmel
1
-6
/
+7
2020-09-15
devlink: introduce the health reporter test command
Jiri Pirko
1
-0
/
+30
2020-09-15
ethtool: add standard pause stats
Jakub Kicinski
1
-1
/
+62
2020-09-15
bridge: Add SWITCHDEV_FDB_FLUSH_TO_BRIDGE notifier
Alexandra Winter
1
-0
/
+5
2020-09-14
tcp: schedule EPOLLOUT after a partial sendmsg
Soheil Hassas Yeganeh
1
-11
/
+9
2020-09-14
tcp: return EPOLLOUT from tcp_poll only when notsent_bytes is half the limit
Soheil Hassas Yeganeh
1
-2
/
+2
2020-09-14
__netif_receive_skb_core: don't untag vlan from skb on DSA master
Vladimir Oltean
1
-1
/
+2
2020-09-14
net: try to avoid unneeded backlog flush
Paolo Abeni
1
-4
/
+47
2020-09-14
Merge tag 'rxrpc-next-20200914' of git://git.kernel.org/pub/scm/linux/kernel/...
David S. Miller
2
-4
/
+5
2020-09-14
tcp: remove SOCK_QUEUE_SHRUNK
Eric Dumazet
2
-17
/
+7
2020-09-14
net/packet: Fix a comment about hard_header_len and headroom allocation
Xie He
1
-6
/
+9
2020-09-14
mptcp: call tcp_cleanup_rbuf on subflows
Paolo Abeni
3
-1
/
+9
2020-09-14
mptcp: allow picking different xmit subflows
Paolo Abeni
2
-18
/
+99
2020-09-14
mptcp: allow creating non-backup subflows
Paolo Abeni
1
-1
/
+2
2020-09-14
mptcp: move address attribute into mptcp_addr_info
Paolo Abeni
3
-24
/
+25
2020-09-14
mptcp: add OoO related mibs
Paolo Abeni
4
-1
/
+34
2020-09-14
mptcp: cleanup mptcp_subflow_discard_data()
Paolo Abeni
2
-45
/
+14
2020-09-14
mptcp: move ooo skbs into msk out of order queue.
Paolo Abeni
3
-56
/
+211
2020-09-14
mptcp: introduce and use mptcp_try_coalesce()
Paolo Abeni
1
-12
/
+19
2020-09-14
mptcp: basic sndbuf autotuning
Paolo Abeni
1
-4
/
+13
2020-09-14
mptcp: trigger msk processing even for OoO data
Paolo Abeni
3
-42
/
+78
2020-09-14
mptcp: set data_ready status bit in subflow_check_data_avail()
Paolo Abeni
1
-11
/
+8
2020-09-14
mptcp: rethink 'is writable' conditional
Paolo Abeni
2
-27
/
+50
2020-09-14
rxrpc: Fix an overget of the conn bundle when setting up a client conn
David Howells
1
-1
/
+0
2020-09-14
rxrpc: Fix conn bundle leak in net-namespace exit
David Howells
1
-0
/
+1
[next]