index
:
~airlied/linux
01.01-gsp-rm
amdgpu-dc-cleanups
amdgpu-non-dc-cleanups
amdgpu-semaphores
amdgpu-semapohres-sync-file
ast-fixes
ast-updates
cache-hacks
dal-4.7-minor-cleanups
dma-buf-merge
dp-mst-audio
drm-5.20-merged
drm-5.8-merged
drm-amdgpu-dal-wip
drm-amdgpu-dal-wip-bios-parser-separate
drm-amdgpu-objects
drm-connector-lifetimes
drm-core-next
drm-core-next-testing
drm-displayid-timings
drm-dmabuf
drm-dmabuf-wip
drm-dmabuf2
drm-exclusive-objects
drm-fixes
drm-fixes-amd-acp
drm-fixes-intel
drm-fixes-kbl
drm-fixes-mst
drm-fixes-no-fbcon
drm-fixes-staging
drm-hacked-to-shit
drm-i915-display-funcs-constify
drm-i915-mst-support
drm-i915-mst-support-next
drm-i915-mst-v3.14
drm-i915-mst-v3.16
drm-i915-next
drm-intel-display-refactor
drm-lease-v5
drm-legacy-cleanup
drm-linus-merged
drm-mst-dell-30-hacks
drm-mst-fixes
drm-mst-hide-monitor
drm-mst-next
drm-mst-tiled
drm-next
drm-next-5.10-merged
drm-next-5.11-merged
drm-next-5.15-merged
drm-next-5.17-merged
drm-next-5.5-merged
drm-next-6.1-merged
drm-next-6.2-merged
drm-next-6.9-merged
drm-next-amd-dc-staging
drm-next-ast-2500
drm-next-ast-fixes
drm-next-coc
drm-next-lease-stage
drm-next-merged
drm-next-mst-prep
drm-next-staging
drm-next-todo
drm-next-wip-fix-runtime-race
drm-nouveau-destage
drm-optimus-power-down
drm-optimus-power-down-snd-merge
drm-prime-dmabuf
drm-prime-dmabuf-initial
drm-prime-vmap
drm-radeon-aiw
drm-radeon-mullins
drm-radeon-poweroff
drm-radeon-sitn-support
drm-radeon-sun-hainan
drm-radeon-testing
drm-rcar-for-v3.12
drm-render-nodes
drm-syncobj
drm-syncobj-amdgpu
drm-syncobj-sem
drm-syncobj-tip
drm-syncobj-wait-null
drm-udl-next
drm-vma-manager
fbcon-fixes
fbcon-locking-fixes
for-intel-ci
i915-display-funcs-refactor-wip
i915-display-struct-refactor
i915-mst-hacks
i915-uncore-vfunc
i915-vtable-cleanup
kms-server
master
mgag200-queue
mst-hacks
nv-pm-ops2
nv-pm-ops2-wip
nv-pm-ops3
nv-pm-ops3-wip
prime-fixes
prime-merge
prime-todo
prime-todo2
qxl-3d
qxl-cleanups
qxl-demidlayer
qxl-fedora-queue
qxl-fixes
qxl-hack
qxl-kms-test
qxl-next
qxl-upstream
qxl-wtuf-reservations-port
radeon-cs-setup
radeon-mst-hacks
radeon-mst-hacks-rebase
radeon-mst-v1
switchy-wip
ttm-refactor-mem-manager
ttm-refactor-mem-manager-rename
udl-unplug
udl-v2
udl-v4
virgl
virgl-wip
virtio-gpu
virtio-vga
virtio-vga-3d
wip-open-source-userspace
Official DRM kernel tree
airlied
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
isdn
Age
Commit message (
Expand
)
Author
Files
Lines
2007-05-08
header cleaning: don't include smp_lock.h when not used
Randy Dunlap
8
-8
/
+0
2007-05-02
PCI: Cleanup the includes of <linux/pci.h>
Jean Delvare
2
-2
/
+0
2007-04-25
[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}
Arnaldo Carvalho de Melo
1
-1
/
+2
2007-04-25
[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}
Arnaldo Carvalho de Melo
12
-19
/
+31
2007-04-25
[SK_BUFF]: Convert skb->tail to sk_buff_data_t
Arnaldo Carvalho de Melo
1
-1
/
+1
2007-04-25
[SK_BUFF]: Introduce skb_network_header()
Arnaldo Carvalho de Melo
1
-2
/
+3
2007-04-25
[SK_BUFF]: Introduce skb_network_offset()
Arnaldo Carvalho de Melo
1
-1
/
+1
2007-04-25
[SK_BUFF]: Introduce skb_reset_mac_header(skb)
Arnaldo Carvalho de Melo
2
-3
/
+3
2007-04-25
[ETH]: Make eth_type_trans set skb->dev like the other *_type_trans
Arnaldo Carvalho de Melo
1
-2
/
+0
2007-03-29
[PATCH] drivers/isdn/gigaset: mark some static data as const (v2)
Tilman Schmidt
6
-12
/
+12
2007-03-27
[PATCH] ISDN: fix BChannel_bh() call from isar_bh()
Jiri Kosina
1
-1
/
+1
2007-03-01
[PATCH] Fix buffer overflow and races in capi debug functions
Karsten Keil
4
-76
/
+299
2007-03-01
[PATCH] drivers/isdn/gigaset: build asyncdata.o into the gigaset module (fix)
Tilman Schmidt
2
-9
/
+5
2007-02-20
[PATCH] drivers/isdn/gigaset/: build asyncdata.o into the gigaset module
Adrian Bunk
2
-3
/
+5
2007-02-17
Various typo fixes.
Robert P. J. Day
1
-1
/
+1
2007-02-16
[PATCH] correct CONFIG_GIGASET_M101 Makefile entry
Adrian Bunk
1
-1
/
+1
2007-02-14
[PATCH] remove many unneeded #includes of sched.h
Tim Schmielau
18
-18
/
+0
2007-02-12
[PATCH] mark struct file_operations const 3
Arjan van de Ven
10
-14
/
+14
2007-02-12
[PATCH] isdn-eicon: Use ARRAY_SIZE macro when appropriate
Ahmed S. Darwish
3
-31
/
+26
2007-02-12
[PATCH] Workaround CAPI subsystem locking issue
Michael Buesch
1
-0
/
+35
2007-02-12
[PATCH] drivers/isdn/hisax/: Convert to generic boolean-values
Richard Knutsson
2
-23
/
+20
2007-02-12
[PATCH] drivers/isdn/hardware/eicon/: convert to generic boolean-values
Richard Knutsson
5
-200
/
+192
2007-02-12
[PATCH] ISDN: Rename special macro CONFIG_HISAX_HFC4S8S_PCIMEM
Robert P. J. Day
1
-24
/
+24
2007-02-12
[PATCH] ISDN: Remove defunct test emulator
Robert P. J. Day
4
-37
/
+0
2007-02-12
[PATCH] ISDN: Rename debug option CONFIG_SERIAL_NOPAUSE_IO
Robert P. J. Day
1
-4
/
+4
2007-02-12
[PATCH] ISDN: Rename some debugging macros to not resemble CONFIG options
Robert P. J. Day
2
-15
/
+15
2007-02-12
[PATCH] ISDN: Fix typo "CONFIG_HISAX_QUADRO" -> "CONFIG_HISAX_SCT_QUADRO".
Robert P. J. Day
1
-1
/
+1
2007-02-12
[PATCH] isdn/capi: use ARRAY_SIZE when appropriate
Ahmed S. Darwish
2
-4
/
+4
2007-02-12
[PATCH] drivers/isdn/sc/: proper prototypes
Adrian Bunk
11
-78
/
+38
2007-02-12
[PATCH] drivers/isdn/hisax/: proper prototypes
Adrian Bunk
4
-32
/
+24
2007-02-12
[PATCH] drivers/isdn/pcbit/: proper prototypes
Adrian Bunk
6
-32
/
+12
2007-02-12
[PATCH] drivers/isdn/gigaset: new M101 driver (v2)
Tilman Schmidt
6
-23
/
+868
2007-02-12
[PATCH] drivers/isdn/gigaset: reduce kernel message spam
Tilman Schmidt
1
-2
/
+2
2007-02-12
[PATCH] drivers/isdn/gigaset: reduce mutex scope
Tilman Schmidt
2
-3
/
+4
2007-02-11
[PATCH] fix gregkh-usb-usbcore-remove-unused-bandwith-related-code
Andrew Morton
1
-2
/
+2
2007-02-11
[PATCH] Char: tty_wakeup cleanup
Jiri Slaby
2
-13
/
+2
2007-01-26
[PATCH] Gigaset ISDN driver error handling fixes
Tilman Schmidt
1
-28
/
+33
2006-12-22
[PATCH] Call init_timer() for ISDN PPP CCP reset state timer
Marcel Holtmann
1
-0
/
+1
2006-12-13
[PATCH] getting rid of all casts of k[cmz]alloc() calls
Robert P. J. Day
10
-14
/
+14
2006-12-13
[PATCH] isdn/gigaset: fix possible missing wakeup
Tilman Schmidt
1
-66
/
+52
2006-12-10
[PATCH] Don't build some broken ISDN drivers on big endian MIPS
Ralf Baechle
1
-5
/
+5
2006-12-08
[PATCH] ISDN: fix warnings
Jeff Garzik
3
-5
/
+13
2006-12-08
[PATCH] i4l: remove the broken HISAX_AMD7930 option
Adrian Bunk
3
-31
/
+0
2006-12-08
[PATCH] isdn: replace kmalloc+memset with kzalloc
Burman Yan
30
-99
/
+46
2006-12-08
[PATCH] drivers/isdn/*: trivial vsnprintf() conversion
Alexey Dobriyan
3
-4
/
+4
2006-12-08
[PATCH] ISDN: Avoid a potential NULL ptr deref in ippp
Jesper Juhl
1
-0
/
+5
2006-12-08
[PATCH] isdn: fix missing unregister_capi_driver
Akinobu Mita
1
-0
/
+1
2006-12-08
[PATCH] drivers/isdn: Handcrafted MIN/MAX Macro removal
Amol Lad
5
-17
/
+9
2006-12-08
[PATCH] tty: switch to ktermios
Alan Cox
3
-4
/
+4
2006-12-08
[PATCH] struct path: convert isdn
Josef Sipek
4
-7
/
+7
[next]