index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-01
Merge tag 'timers-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+4
2020-11-01
drm/msm/atomic: Drop per-CRTC locks in reverse order
Rob Clark
1
-0
/
+10
2020-11-01
Merge tag 'char-misc-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
4
-1751
/
+0
2020-11-01
Merge tag 'driver-core-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
1
-10
/
+8
2020-11-01
Merge tag 'usb-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
Linus Torvalds
1
-1
/
+1
2020-10-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
Jakub Kicinski
3
-7
/
+14
2020-10-31
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
3
-0
/
+28
2020-10-31
Merge tag 'flexible-array-conversions-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux
Linus Torvalds
6
-14
/
+14
2020-10-31
ICMPv6: Add ICMPv6 Parameter Problem, code 3 definition
Hangbin Liu
1
-0
/
+1
2020-10-31
net: core: add devm_netdev_alloc_pcpu_stats
Heiner Kallweit
1
-0
/
+14
2020-10-31
net: core: add dev_sw_netstats_tx_add
Heiner Kallweit
1
-0
/
+12
2020-10-31
iio: fix a kernel-doc markup
Mauro Carvalho Chehab
1
-1
/
+1
2020-10-31
serial: s3c: Update path of Samsung S3C machine file
Krzysztof Kozlowski
1
-1
/
+1
2020-10-31
netfilter: ipset: Expose the initval hash parameter to userspace
Jozsef Kadlecsik
1
-1
/
+1
2020-10-31
netfilter: ipset: Add bucketsize parameter to all hash types
Jozsef Kadlecsik
2
-1
/
+8
2020-10-31
netfilter: nf_reject: add reject skbuff creation helpers
Jose M. Guisado Gomez
2
-0
/
+19
2020-10-30
net: mscc: ocelot: support L2 multicast entries
Vladimir Oltean
1
-0
/
+1
2020-10-30
net: bridge: mcast: add support for raw L2 multicast groups
Nikolay Aleksandrov
2
-0
/
+2
2020-10-30
net: phy: marvell: add special handling of Finisar modules with 88E1111
Robert Hancock
1
-0
/
+3
2020-10-30
sctp: add the error cause for new encapsulation port restart
Xin Long
2
-0
/
+23
2020-10-30
sctp: add udphdr to overhead when udp_port is set
Xin Long
2
-2
/
+6
2020-10-30
sctp: allow changing transport encap_port by peer packets
Xin Long
2
-6
/
+2
2020-10-30
sctp: add SCTP_REMOTE_UDP_ENCAPS_PORT sockopt
Xin Long
1
-0
/
+7
2020-10-30
sctp: add encap_port for netns sock asoc and transport
Xin Long
2
-0
/
+8
2020-10-30
sctp: create udp6 sock and set its encap_rcv
Xin Long
1
-0
/
+1
2020-10-30
sctp: create udp4 sock and add its encap_rcv
Xin Long
3
-0
/
+9
2020-10-30
net/mlx5: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-2
/
+2
2020-10-30
timekeeping: remove xtime_update
Arnd Bergmann
1
-2
/
+0
2020-10-30
timekeeping: add CONFIG_LEGACY_TIMER_TICK
Arnd Bergmann
1
-0
/
+1
2020-10-30
timekeeping: remove arch_gettimeoffset
Arnd Bergmann
1
-13
/
+0
2020-10-30
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Linus Torvalds
2
-1
/
+3
2020-10-30
Merge tag 'asm-generic-fixes-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic
Linus Torvalds
1
-2
/
+4
2020-10-30
Merge tag 'pm-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
1
-1
/
+10
2020-10-30
drm/fourcc: Add AMD DRM modifiers.
Bas Nieuwenhuizen
1
-0
/
+115
2020-10-30
Merge tag 'drm-fixes-2020-10-30-1' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
3
-11
/
+18
2020-10-30
Merge tag 'wimax-staging' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground
Jakub Kicinski
4
-1805
/
+0
2020-10-30
netfilter: nf_tables: missing validation from the abort path
Pablo Neira Ayuso
1
-1
/
+8
2020-10-30
netfilter: use actual socket sk rather than skb sk when routing harder
Jason A. Donenfeld
2
-6
/
+6
2020-10-30
mac80211: fix kernel-doc markups
Mauro Carvalho Chehab
2
-7
/
+9
2020-10-30
debugfs: remove return value of debugfs_create_devm_seqfile()
Greg Kroah-Hartman
1
-10
/
+8
2020-10-30
crypto: hash - Use memzero_explicit() for clearing state
Arvind Sankar
4
-4
/
+8
2020-10-29
bpf: Don't rely on GCC __attribute__((optimize)) to disable GCSE
Ard Biesheuvel
2
-6
/
+0
2020-10-29
scsi: libfc: Move scsi/fc_encode.h to libfc
Arnd Bergmann
2
-727
/
+30
2020-10-29
bridge: cfm: Netlink GET status Interface.
Henrik Bjoernlund
2
-0
/
+30
2020-10-29
bridge: cfm: Netlink GET configuration Interface.
Henrik Bjoernlund
1
-0
/
+6
2020-10-29
bridge: cfm: Netlink SET configuration Interface.
Henrik Bjoernlund
2
-0
/
+91
2020-10-29
bridge: cfm: Kernel space implementation of CFM. CCM frame RX added.
Henrik Bjoernlund
1
-0
/
+4
2020-10-29
bridge: cfm: Kernel space implementation of CFM. CCM frame TX added.
Henrik Bjoernlund
1
-1
/
+38
2020-10-29
bridge: cfm: Kernel space implementation of CFM. MEP create/delete.
Henrik Bjoernlund
1
-0
/
+23
2020-10-29
bridge: uapi: cfm: Added EtherType used by the CFM protocol.
Henrik Bjoernlund
1
-0
/
+1
[prev]
[next]