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-07-22
mptcp: move helper to where its used
Florian Westphal
2
-11
/
+12
2020-07-22
devlink: Constify devlink instance pointer
Parav Pandit
1
-1
/
+1
2020-07-22
devlink: Avoid duplicate check for reload enabled flag
Parav Pandit
1
-1
/
+1
2020-07-22
devlink: Do not hold devlink mutex when initializing devlink fields
Parav Pandit
1
-1
/
+1
2020-07-21
net: dsa: use the ETH_MIN_MTU and ETH_DATA_LEN default values
Vladimir Oltean
1
-3
/
+0
2020-07-21
net: hsr: remove redundant null check
Wang Hai
1
-4
/
+2
2020-07-21
sched: sch_api: add missing rcu read lock to silence the warning
Jiri Pirko
1
-1
/
+2
2020-07-21
net: dsa: Setup dsa_netdev_ops
Florian Fainelli
1
-39
/
+13
2020-07-21
net: Call into DSA netdevice_ops wrappers
Florian Fainelli
2
-0
/
+10
2020-07-21
net: Wrap ndo_do_ioctl() to prepare for DSA stacked ops
Florian Fainelli
1
-7
/
+17
2020-07-20
icmp: support rfc 4884
Willem de Bruijn
2
-0
/
+83
2020-07-20
sctp: remove the out_nounlock label in sctp_setsockopt
Christoph Hellwig
1
-4
/
+2
2020-07-20
sctp: pass a kernel pointer to sctp_setsockopt_pf_expose
Christoph Hellwig
1
-14
/
+8
2020-07-20
sctp: pass a kernel pointer to sctp_setsockopt_ecn_supported
Christoph Hellwig
1
-12
/
+6
2020-07-20
sctp: pass a kernel pointer to sctp_setsockopt_auth_supported
Christoph Hellwig
1
-13
/
+7
2020-07-20
sctp: pass a kernel pointer to sctp_setsockopt_event
Christoph Hellwig
1
-12
/
+6
2020-07-20
sctp: pass a kernel pointer to sctp_setsockopt_event
Christoph Hellwig
1
-20
/
+15
2020-07-20
sctp: pass a kernel pointer to sctp_setsockopt_reuse_port
Christoph Hellwig
1
-8
/
+3
2020-07-20
sctp: pass a kernel pointer to sctp_setsockopt_interleaving_supported
Christoph Hellwig
1
-24
/
+10
2020-07-20
sctp: pass a kernel pointer to sctp_setsockopt_scheduler_value
Christoph Hellwig
1
-16
/
+10
2020-07-20
sctp: pass a kernel pointer to sctp_setsockopt_scheduler
Christoph Hellwig
1
-19
/
+14
2020-07-20
sctp: pass a kernel pointer to sctp_setsockopt_add_streams
Christoph Hellwig
1
-17
/
+7
2020-07-20
sctp: pass a kernel pointer to sctp_setsockopt_reset_assoc
Christoph Hellwig
1
-18
/
+7
2020-07-20
sctp: pass a kernel pointer to sctp_setsockopt_reset_streams
Christoph Hellwig
1
-15
/
+5
2020-07-20
sctp: pass a kernel pointer to sctp_setsockopt_enable_strreset
Christoph Hellwig
1
-20
/
+14
2020-07-20
sctp: pass a kernel pointer to sctp_setsockopt_reconfig_supported
Christoph Hellwig
1
-12
/
+6
2020-07-20
sctp: pass a kernel pointer to sctp_setsockopt_default_prinfo
Christoph Hellwig
1
-25
/
+20
2020-07-20
sctp: pass a kernel pointer to sctp_setsockopt_pr_supported
Christoph Hellwig
1
-10
/
+6
2020-07-20
sctp: pass a kernel pointer to sctp_setsockopt_recvnxtinfo
Christoph Hellwig
1
-8
/
+3
2020-07-20
sctp: pass a kernel pointer to sctp_setsockopt_recvrcvinfo
Christoph Hellwig
1
-8
/
+3
2020-07-20
sctp: pass a kernel pointer to sctp_setsockopt_paddr_thresholds
Christoph Hellwig
1
-29
/
+26
2020-07-20
sctp: pass a kernel pointer to sctp_setsockopt_auto_asconf
Christoph Hellwig
1
-9
/
+6
2020-07-20
sctp: pass a kernel pointer to sctp_setsockopt_deactivate_key
Christoph Hellwig
1
-15
/
+13
2020-07-20
sctp: pass a kernel pointer to sctp_setsockopt_del_key
Christoph Hellwig
1
-15
/
+12
2020-07-20
sctp: pass a kernel pointer to sctp_setsockopt_active_key
Christoph Hellwig
1
-15
/
+12
2020-07-20
sctp: pass a kernel pointer to sctp_setsockopt_auth_key
Christoph Hellwig
1
-8
/
+2
2020-07-20
sctp: switch sctp_setsockopt_auth_key to use memzero_explicit
Christoph Hellwig
1
-1
/
+2
2020-07-20
sctp: pass a kernel pointer to sctp_setsockopt_hmac_ident
Christoph Hellwig
1
-16
/
+5
2020-07-20
sctp: pass a kernel pointer to sctp_setsockopt_auth_chunk
Christoph Hellwig
1
-7
/
+4
2020-07-20
sctp: pass a kernel pointer to sctp_setsockopt_maxburst
Christoph Hellwig
1
-19
/
+16
2020-07-20
sctp: pass a kernel pointer to sctp_setsockopt_fragment_interleave
Christoph Hellwig
1
-8
/
+3
2020-07-20
sctp: pass a kernel pointer to sctp_setsockopt_context
Christoph Hellwig
1
-15
/
+13
2020-07-20
sctp: pass a kernel pointer to sctp_setsockopt_adaptation_layer
Christoph Hellwig
1
-7
/
+4
2020-07-20
sctp: pass a kernel pointer to sctp_setsockopt_maxseg
Christoph Hellwig
1
-11
/
+11
2020-07-20
sctp: pass a kernel pointer to sctp_setsockopt_mappedv4
Christoph Hellwig
1
-6
/
+4
2020-07-20
sctp: pass a kernel pointer to sctp_setsockopt_associnfo
Christoph Hellwig
1
-16
/
+16
2020-07-20
sctp: pass a kernel pointer to sctp_setsockopt_rtoinfo
Christoph Hellwig
1
-14
/
+12
2020-07-20
sctp: pass a kernel pointer to sctp_setsockopt_nodelay
Christoph Hellwig
1
-8
/
+3
2020-07-20
sctp: pass a kernel pointer to sctp_setsockopt_peer_primary_addr
Christoph Hellwig
1
-12
/
+9
2020-07-20
sctp: pass a kernel pointer to sctp_setsockopt_primary_addr
Christoph Hellwig
1
-9
/
+5
[next]