Commit Graph

77 Commits (d4f3add28bd90caddd5a39e422aed621d57f89a8)

Author SHA1 Message Date
Manuel Zerpies d751e62396 net/can: use printk_ratelimited() instead of printk_ratelimit() 14 years ago
Alexey Dobriyan a6b7a40786 net: remove interrupt.h inclusion from netdevice.h 14 years ago
Oliver Hartkopp 12e6c419b4 can: convert to %pK for kptr_restrict support 14 years ago
Dan Rosenberg 71338aa7d0 net: convert %p usage to %pK 14 years ago
Kurt Van Dijck c8d55a9d9e can: rename can_try_module_get to can_get_proto 14 years ago
Kurt Van Dijck 1650629d18 can: make struct can_proto const 14 years ago
Oliver Hartkopp 10022a6c66 can: add missing socket check in can/raw release 14 years ago
Dave Jones c6914a6f26 can: Add missing socket check in can/bcm release. 14 years ago
Oliver Hartkopp 1ca050d909 can: convert protocol handling to RCU 14 years ago
Lucas De Marchi 25985edced Fix common misspellings 14 years ago
Oliver Hartkopp 53914b6799 can: make struct proto const 14 years ago
Kurt Van Dijck 5e50732803 can: test size of struct sockaddr in sendmsg 14 years ago
Dan Rosenberg 9f260e0efa CAN: Use inode instead of kernel address for /proc file 14 years ago
Tracey Dent bac14e0178 Net: can: Makefile: Remove deprecated kbuild goal definitions 14 years ago
Oliver Hartkopp 0597d1b99f can-bcm: fix minor heap overflow 14 years ago
Oliver Hartkopp 1e55659ce6 can-raw: add msg_flags to distinguish local traffic 15 years ago
Oliver Hartkopp 2244d07bfa net: simplify flags for tx timestamping 15 years ago
Oliver Hartkopp 5b75c4973c can: add limit for nframes and clean up signed/unsigned variables 15 years ago
Oliver Hartkopp cff0d6e6ed can-raw: Fix skb_orphan_try handling 15 years ago
Julia Lawall 16dff91804 net/can: Use memdup_user 15 years ago
Joe Perches 3fa21e07e6 net: Remove unnecessary returns from void function()s 15 years ago
Eric Dumazet 4ffa87012e can: avoids a false warning 15 years ago
Changli Gao 6503d96168 net: check the length of the socket address passed to connect(2) 15 years ago
Tejun Heo 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
Oliver Hartkopp 8b64056dac can: deny filterlist access on non-CAN interfaces 15 years ago
Oliver Hartkopp 20dd3850bc can: Speed up CAN frame receiption by using ml_priv 15 years ago
Joe Perches f64f9e7192 net: Move && and || to end of previous line 15 years ago
Octavian Purdila 09ad9bc752 net: use net_eq to compare nets 15 years ago
stephen hemminger ff879eb611 CAN: use dev_get_by_index_rcu 15 years ago
Eric Dumazet 6755aebaaf can: should not use __dev_get_by_index() without locks 15 years ago
Eric Paris 3f378b6844 net: pass kern to net_proto_family create function 15 years ago
Eric Paris 13f18aa05f net: drop capability from protocol definitions 15 years ago
roel kluin 65a1c4fffa net: Cleanup redundant tests on unsigned 16 years ago
Neil Horman 3b885787ea net: Generalize socket rx gap / receive queue overflow cmsg 16 years ago
Stephen Hemminger ec1b4cf74c net: mark net_proto_ops as const 16 years ago
David S. Miller b7058842c9 net: Make setsockopt() optlen be unsigned. 16 years ago
Oliver Hartkopp 481a819914 can: fix NOHZ local_softirq_pending 08 warning 16 years ago
Oliver Hartkopp 6ca8b990e0 can: use correct NET_RX_ return values 16 years ago
Alexey Dobriyan ea00b8e222 can: switch to seq_file 16 years ago
Oliver Hartkopp 1758c09476 can: Use WARN_ONCE() instead of BUG_ON() for sanity check in receive path 16 years ago
Eric Dumazet e84b90ae5e can: Fix raw_getname() leak 16 years ago
Lothar Waßmann b13bb2e993 net/can: add module alias to can protocol drivers 16 years ago
Lothar Waßmann f7e5cc0c40 net/can bugfix: use after free bug in can protocol drivers 16 years ago
Jesper Dangaard Brouer 382bfeec48 can: af_can.c use rcu_barrier() on module unload. 16 years ago
Oliver Hartkopp 62bcaa1303 can: Network Drop Monitor: Make use of consume_skb() in af_can.c 16 years ago
Alexey Dobriyan 99b7623380 proc 2/2: remove struct proc_dir_entry::owner 16 years ago
Wei Yongjun ce030edfb4 can: remove some pointless conditionals before kfree_skb() 16 years ago
Patrick Ohly 51f31cabe3 ip: support for TX timestamps on UDP and RAW sockets 16 years ago
Harvey Harrison 09640e6365 net: replace uses of __constant_{endian} 16 years ago
Oliver Hartkopp c53a6ee88b can: fix slowpath issue in hrtimer callback function 16 years ago