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
2021-07-27
net: bonding: move ioctl handling to private ndo operation
Arnd Bergmann
1
-3
/
+10
2021-07-27
net: bridge: move bridge ioctls out of .ndo_do_ioctl
Arnd Bergmann
1
-1
/
+6
2021-07-27
net: split out ndo_siowandev ioctl
Arnd Bergmann
2
-2
/
+4
2021-07-27
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
2
-7
/
+13
2021-07-27
dev_ioctl: pass SIOCDEVPRIVATE data separately
Arnd Bergmann
1
-2
/
+2
2021-07-27
ip_tunnel: use ndo_siocdevprivate
Arnd Bergmann
1
-1
/
+2
2021-07-27
hamradio: use ndo_siocdevprivate
Arnd Bergmann
1
-1
/
+1
2021-07-27
net: split out SIOCDEVPRIVATE handling from dev_ioctl
Arnd Bergmann
1
-0
/
+3
2021-07-27
clk: mediatek: Add dt-bindings of MT8192 clocks
Chun-Jie Chen
1
-0
/
+585
2021-07-27
Merge tag 'fpga-for-5.15-early' of git://git.kernel.org/pub/scm/linux/kernel/git/mdf/linux-fpga into char-misc-next
Greg Kroah-Hartman
1
-1
/
+1
2021-07-27
kdb: Rename members of struct kdbtab_t
Sumit Garg
1
-6
/
+6
2021-07-27
kdb: Get rid of redundant kdb_register_flags()
Sumit Garg
1
-10
/
+17
2021-07-27
usb: otg-fsm: Fix hrtimer list corruption
Dmitry Osipenko
1
-0
/
+1
2021-07-27
usb: common: add helper to get role-switch-default-mode
Chunfeng Yun
1
-0
/
+1
2021-07-27
Merge tag 'bus_remove_return_void-5.15' into next
Vinod Koul
32
-292
/
+322
2021-07-27
qdisc: add new field for qdisc_enqueue tracepoint
Tonghao Zhang
1
-0
/
+2
2021-07-27
drm: document DRM_IOCTL_MODE_RMFB
Simon Ser
1
-0
/
+10
2021-07-27
net: llc: fix skb_over_panic
Pavel Skripkin
1
-8
/
+23
2021-07-27
openvswitch: fix alignment issues
Mark Gray
1
-2
/
+2
2021-07-27
openvswitch: update kdoc OVS_DP_ATTR_PER_CPU_PIDS
Mark Gray
1
-1
/
+1
2021-07-27
Backmerge remote-tracking branch 'drm/drm-next' into drm-misc-next
Maarten Lankhorst
657
-10595
/
+13884
2021-07-27
net: netlink: add the case when nlh is NULL
Yajun Deng
1
-1
/
+1
2021-07-27
vt: keyboard.c: make console an unsigned int
Greg Kroah-Hartman
1
-15
/
+15
2021-07-27
drm/plane: Move drm_plane_enable_fb_damage_clips into core
Daniel Vetter
2
-2
/
+2
2021-07-27
drm/plane: check that fb_damage is set up when used
Daniel Vetter
1
-32
/
+4
2021-07-27
drm/plane: remove drm_helper_get_plane_damage_clips
Daniel Vetter
3
-20
/
+10
2021-07-27
tty: drop put_tty_driver
Jiri Slaby
1
-1
/
+0
2021-07-27
tty: make tty_set_operations an inline
Jiri Slaby
1
-2
/
+6
2021-07-27
tty: drop alloc_tty_driver
Jiri Slaby
1
-12
/
+0
2021-07-27
tty: tty_flip.h needs only tty_buffer and tty_port
Jiri Slaby
1
-1
/
+2
2021-07-27
tty: move tty_port to new tty_port.h
Jiri Slaby
2
-195
/
+209
2021-07-27
tty: move tty_buffer definitions to new tty_buffer.h
Jiri Slaby
2
-48
/
+60
2021-07-27
tty: move tty_ldisc_receive_buf to tty_flip.h
Jiri Slaby
2
-3
/
+5
2021-07-27
tty: include list & lockdep from tty_ldisc.h
Jiri Slaby
1
-0
/
+2
2021-07-27
tty: move ldisc prototypes to tty_ldisc.h
Jiri Slaby
2
-10
/
+15
2021-07-27
tty: include kref.h in tty_driver.h
Jiri Slaby
1
-0
/
+1
2021-07-27
tty: move tty_driver related prototypes to tty_driver.h
Jiri Slaby
2
-17
/
+17
2021-07-27
serial: 8250: Define RX trigger levels for OxSemi 950 devices
Maciej W. Rozycki
1
-0
/
+1
2021-07-27
fs: remove generic_block_fiemap
Christoph Hellwig
1
-4
/
+0
2021-07-27
drm/dsi: Add _NO_ to MIPI_DSI_* flags disabling features
Nicolas Boichat
1
-4
/
+4
2021-07-27
kernfs: switch kernfs to use an rwsem
Ian Kent
1
-1
/
+1
2021-07-27
kernfs: add a revision to identify directory node changes
Ian Kent
1
-0
/
+5
2021-07-27
Merge 5.14-rc3 into driver-core-next
Greg Kroah-Hartman
12
-46
/
+109
2021-07-26
Revert "net: dsa: Allow drivers to filter packets they can decode source port from"
Vladimir Oltean
1
-15
/
+0
2021-07-26
net: dsa: sja1105: add bridge TX data plane offload based on tag_8021q
Vladimir Oltean
1
-0
/
+10
2021-07-26
net: bridge: add a helper for retrieving port VLANs from the data path
Vladimir Oltean
1
-0
/
+8
2021-07-26
Merge tag 'mlx5-updates-2021-07-24' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux
David S. Miller
1
-1
/
+2
2021-07-26
net/mlx5e: Block LRO if firmware asks for tunneled LRO
Maxim Mikityanskiy
1
-1
/
+2
2021-07-26
printk: remove NMI tracking
John Ogness
2
-14
/
+19
2021-07-26
printk: remove safe buffers
John Ogness
1
-10
/
+0
[prev]
[next]