index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
caif
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-24
net: caif: get ready for const netdev->dev_addr
Jakub Kicinski
1
-1
/
+1
2021-09-14
net-caif: avoid user-triggerable WARN_ON(1)
Eric Dumazet
1
-16
/
+3
2021-07-15
net: fix uninit-value in caif_seqpkt_sendmsg
Ziyang Xuan
1
-1
/
+2
2021-06-29
net: sock: introduce sk_error_report
Alexander Aring
1
-1
/
+1
2021-06-18
net: caif: modify the label out_err to out
Dongliang Mu
1
-1
/
+1
2021-06-07
Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net
David S. Miller
4
-10
/
+38
2021-06-03
net: caif: fix memory leak in cfusbl_device_notify
Pavel Skripkin
1
-1
/
+13
2021-06-03
net: caif: fix memory leak in caif_device_notify
Pavel Skripkin
1
-1
/
+4
2021-06-03
net: caif: add proper error handling
Pavel Skripkin
2
-8
/
+16
2021-06-03
net: caif: added cfserl_release function
Pavel Skripkin
1
-0
/
+5
2021-05-13
net: caif: Drop unnecessary NULL check after container_of
Guenter Roeck
1
-2
/
+0
2021-02-15
net: caif: Use netif_rx_any_context().
Sebastian Andrzej Siewior
1
-4
/
+1
2020-09-05
caif: Remove duplicate macro SRVL_CTRL_PKT_SIZE
Wang Hai
1
-1
/
+0
2020-08-25
net: caif: fix error code handling
Tong Zhang
1
-2
/
+2
2020-07-24
net: pass a sockptr_t into ->setsockopt
Christoph Hellwig
1
-4
/
+4
2020-07-19
net: make ->{get,set}sockopt in proto_ops optional
Christoph Hellwig
1
-2
/
+0
2020-06-14
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
1
-4
/
+4
2020-04-30
net: caif: Fix use correct return type for ndo_start_xmit()
Yunjian Wang
1
-1
/
+2
2020-04-22
net: caif: use true,false for bool variables
Jason Yan
1
-4
/
+4
2020-03-11
net: caif: Add lockdep expression to RCU traversal primitive
Amol Grover
1
-1
/
+2
2020-01-24
caif_usb: fix spelling mistake "to" -> "too"
Colin Ian King
1
-1
/
+1
2019-11-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+1
2019-10-28
net: use skb_queue_empty_lockless() in poll() handlers
Eric Dumazet
1
-1
/
+1
2019-10-02
Clean up the net/caif/Kconfig menu
rd.dunlab@gmail.com
1
-5
/
+5
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194
Thomas Gleixner
17
-18
/
+17
2019-05-21
Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-0
/
+1
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
1
-0
/
+1
2019-05-17
net: caif: fix the value of size argument of snprintf
swkhack
5
-6
/
+5
2019-04-10
net: caif: avoid using qdisc_qlen()
Paolo Abeni
1
-4
/
+8
2019-02-17
net: caif: use skb helpers instead of open-coding them
Jann Horn
1
-11
/
+5
2018-10-23
Revert "net: simplify sock_poll_wait"
Karsten Graul
1
-1
/
+1
2018-09-17
net: caif: remove redundant null check on frontpkt
Colin Ian King
1
-3
/
+0
2018-07-30
net: simplify sock_poll_wait
Christoph Hellwig
1
-1
/
+1
2018-07-21
net: caif: Add a missing rcu_read_unlock() in caif_flow_cb
YueHaibing
1
-1
/
+3
2018-06-28
Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL
Linus Torvalds
1
-4
/
+8
2018-05-26
net/caif: convert to ->poll_mask
Christoph Hellwig
1
-8
/
+4
2018-04-19
net: caif: fix spelling mistake "UKNOWN" -> "UNKNOWN"
Colin Ian King
1
-1
/
+1
2018-02-11
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
1
-6
/
+6
2018-02-03
Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+2
2018-01-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
3
-30
/
+22
2018-01-30
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-2
/
+2
2018-01-19
caif: reduce stack size with KASAN
Arnd Bergmann
1
-28
/
+22
2018-01-15
caif: Define usercopy region in caif proto slab cache
David Windsor
1
-0
/
+2
2018-01-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-14
/
+9
2018-01-10
caif_usb: use strlcpy() instead of strncpy()
Xiongfeng Wang
1
-3
/
+1
2018-01-09
net: caif: use strlcpy() instead of strncpy()
Xiongfeng Wang
3
-11
/
+8
2018-01-08
net: caif: remove unused hardirq.h
Yang Shi
2
-2
/
+0
2017-11-27
net: annotate ->poll() instances
Al Viro
1
-2
/
+2
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-07-01
net: convert sock.sk_wmem_alloc from atomic_t to refcount_t
Reshetova, Elena
1
-1
/
+1
[next]