Commit Graph

149 Commits (d9b9384215e17c68d7b6bd05d6fa409e5d4140d7)

Author SHA1 Message Date
Paul Gortmaker 3a9a231d97 net: Fix files explicitly needing to include module.h 13 years ago
Stephen Hemminger a9b3cd7f32 rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER 14 years ago
Greg Rose c7ac8679be rtnetlink: Compute and store minimum ifinfo dump size 14 years ago
Dan Rosenberg 71338aa7d0 net: convert %p usage to %pK 14 years ago
Lai Jiangshan 7e113a9c75 net,rcu: convert call_rcu(phonet_device_rcu_free) to kfree_rcu() 14 years ago
Eric Dumazet e67f88dd12 net: dont hold rtnl mutex during netlink dump callbacks 14 years ago
Rémi Denis-Courmont 44f4d5a27e Phonet: convert bound sockets hash list to RCU 14 years ago
Rémi Denis-Courmont 638be34459 Phonet: fix aligned-mode pipe socket buffer header reserve 14 years ago
Rémi Denis-Courmont a015f6f499 Phonet: kill the ST-Ericsson pipe controller Kconfig 14 years ago
Rémi Denis-Courmont 297edb6003 Phonet: support active connection without pipe controller on modem 14 years ago
Rémi Denis-Courmont acaf7df610 Phonet: provide pipe socket option to retrieve the pipe identifier 14 years ago
Rémi Denis-Courmont f7ae8d59f6 Phonet: allocate sock from accept syscall rather than soft IRQ 14 years ago
Rémi Denis-Courmont 44c9ab16d2 Phonet: factor common code to send control messages 14 years ago
Rémi Denis-Courmont 0ebbf31863 Phonet: correct pipe backlog callback return values 14 years ago
Rémi Denis-Courmont b765e84f96 Phonet: return an error when packet TX fails 14 years ago
Rémi Denis-Courmont c69d4407d8 Phonet: fix NULL dereference on TX path with implicit source 14 years ago
David S. Miller 004971353a phonet: Protect pipe_do_remove() with appropriate ifdefs. 14 years ago
Rémi Denis-Courmont 8f44fcc72a Phonet: fix flawed "SYN/ACK" logic 14 years ago
Rémi Denis-Courmont 0165d69bcb Phonet: don't bother with transaction IDs (especially for indications) 14 years ago
Rémi Denis-Courmont 2feb61816f Phonet: remove redumdant pep->pipe_state 14 years ago
Rémi Denis-Courmont 14ba8faebc Phonet: use socket destination in pipe protocol 14 years ago
Rémi Denis-Courmont a8059512b1 Phonet: implement per-socket destination/peer address 14 years ago
Rémi Denis-Courmont 96241544ca Phonet: allow multiple listen() and fix small race condition 14 years ago
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 14 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