Commit Graph

166 Commits (fd5023111cf720db890ef34f305ac5d427e690a0)

Author SHA1 Message Date
Eric W. Biederman dfc47ef863 net: Push capable(CAP_NET_ADMIN) into the rtnl methods 12 years ago
Eric W. Biederman 15e473046c netlink: Rename pid to portid to avoid confusion 13 years ago
Eric W. Biederman a7cb5a49bf userns: Print out socket uids in a user namespace aware fashion. 13 years ago
Rémi Denis-Courmont 31fdc5553b net: remove my future former mail address 13 years ago
Eric W. Biederman ec8f23ce0f net: Convert all sysctl registrations to register_net_sysctl 13 years ago
Eric W. Biederman 5dd3df105b net: Move all of the network sysctls without a namespace into init_net. 13 years ago
Eric Dumazet 95c9617472 net: cleanup unsigned to unsigned int 13 years ago
Rémi Denis-Courmont 8e052e5289 Phonet: missing headers (sparse) 13 years ago
Rémi Denis-Courmont 3c490a87f6 Phonet: phonet_net_id can be static (sparse) 13 years ago
Eric W. Biederman 03478756b1 phonet: Sort out initiailziation and cleanup code. 13 years ago
Sasha Levin bcf1b70ac6 phonet: Check input from user before allocating 13 years ago
David S. Miller 7f116b5b6c phonet: Stop using NLA_PUT*(). 13 years ago
Eric Dumazet cf778b00e9 net: reintroduce missing rcu_assign_pointer() calls 13 years ago
Dinesh Kumar Sharma bdb6e697b2 Phonet: set the pipe handle using setsockopt 13 years ago
Paul Gortmaker bc3b2d7fb9 net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules 13 years ago
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