Commit Graph

125 Commits (0c9ba97318fc9a905bcc1419b6966de061203a70)

Author SHA1 Message Date
Dan Carpenter facb4edc1e phonet: some signedness bugs 14 years ago
Tracey Dent 927a41f50c Net: phonet: Makefile: Remove deprecated kbuild goal definitions 14 years ago
Changli Gao c5e90f5620 phonet: remove the unused variable pn 15 years ago
Kumar Sanghvi b3d6255388 Phonet: 'connect' socket implementation for Pipe controller 15 years ago
Rémi Denis-Courmont a131d82266 Phonet: mark the pipe controller as EXPERIMENTAL 15 years ago
Rémi Denis-Courmont 03789f2672 Phonet: cleanup pipe enable socket option 15 years ago
Rémi Denis-Courmont 6d8e74ed37 Phonet: advise against enabling the pipe controller 15 years ago
Rémi Denis-Courmont e1a5964f0c Phonet: restore flow control credits when sending fails 15 years ago
Kumar Sanghvi a91e7d471e Phonet: Correct header retrieval after pskb_may_pull 15 years ago
Kumar Sanghvi 8d98efa84b Phonet: Implement Pipe Controller to support Nokia Slim Modems 15 years ago
David S. Miller 9e0064a545 phonet: Fix build warning. 15 years ago
Rémi Denis-Courmont 507215f8d0 Phonet: list subscribed resources via proc_fs 15 years ago
Rémi Denis-Courmont b6a563b2af Phonet: look up the resource routing table when forwarding 15 years ago
Rémi Denis-Courmont 7417fa83c1 Phonet: hook resource routing to userspace via ioctl()'s 15 years ago
Rémi Denis-Courmont 4e3d16ce5e Phonet: resource routing backend 15 years ago
Rémi Denis-Courmont 6482f554e2 Phonet: remove dangling pipe if an endpoint is closed early 15 years ago
Rémi Denis-Courmont 01b38606bd Phonet: do not set POLLOUT in case of send buffer overflow 15 years ago
Rémi Denis-Courmont 02ac3268a5 Phonet: correct sendmsg() error code from sock_alloc_send_skb() 15 years ago
Rémi Denis-Courmont 1a98214fee Phonet: restore flow control credits when sending fails 15 years ago
Akinobu Mita 6a499b242f phonet: use for_each_set_bit 15 years ago
Rémi Denis-Courmont 635f081541 Phonet: fix skb leak in pipe endpoint accept() 15 years ago
Jiri Pirko 88e7594a97 phonet: use call_rcu for phonet device free 15 years ago
Rémi Denis-Courmont 7dfde179c3 Phonet: listening socket lock protects the connected socket list 15 years ago
Rémi Denis-Courmont e513480e28 Phonet: fix potential use-after-free in pep_sock_close() 15 years ago
Eric Dumazet 4381548237 net: sock_def_readable() and friends RCU conversion 15 years ago
Jiri Pirko 0db3f0f49a phonet: use phonet_pernet instead of directly net_generic 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
Akinobu Mita a1ca14ac54 phonet: use for_each_set_bit() 15 years ago
Alexey Dobriyan 2c8c1e7297 net: spread __net_init, __net_exit 15 years ago
Rémi Denis-Courmont 82ecbcb9c6 Phonet: reject unsupported sendmsg/recvmsg flags 15 years ago
Rémi Denis-Courmont fea93ecef6 Phonet: zero-copy GPRS TX 15 years ago
Rémi Denis-Courmont fc6a110754 Phonet: zero-copy aligned GPRS RX 15 years ago
Eric W. Biederman d2b3eb6307 net: Simplify phonet pernet operations. 15 years ago
Joe Perches f64f9e7192 net: Move && and || to end of previous line 15 years ago
Rémi Denis-Courmont eeb74a9d45 Phonet: convert devices list to RCU 15 years ago
Eric Dumazet f99189b186 netns: net_identifiers should be read_mostly 15 years ago
Rémi Denis-Courmont b2a5decddb Phonet: missing rcu_dereference() 15 years ago
Rémi Denis-Courmont 888801357f Phonet: convert routing table to RCU 15 years ago
Rémi Denis-Courmont 7ed0132f23 Phonet: put protocols array under RCU 15 years ago
Eric W. Biederman f8572d8f2a sysctl net: Remove unused binary sysctl code 15 years ago
Rémi Denis-Courmont b1704374fd Phonet: allocate and copy for pipe TX without sock lock 15 years ago
Rémi Denis-Courmont 6b0d07ba15 Phonet: put sockets in a hash table 15 years ago
Eric Paris 3f378b6844 net: pass kern to net_proto_family create function 15 years ago
Rémi Denis-Courmont 4b7673a04a Phonet: remove tautologies 15 years ago
Rémi Denis-Courmont 21912d1ca2 Phonet: hold socket before giving it to sk_deliver_skb() 16 years ago
Eric Dumazet 766e9037cc net: sk_drops consolidation 16 years ago
Rémi Denis-Courmont 86a0a1e52d Phonet: forward incoming packets 16 years ago
Rémi Denis-Courmont aa6c45f32f Phonet: route outgoing packets 16 years ago
Rémi Denis-Courmont f062f41d06 Phonet: routing table Netlink interface 16 years ago
Rémi Denis-Courmont 55748ac046 Phonet: routing table backend 16 years ago