Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
bf6edb4bb1fabd73bebcd0ae85cdeb14c5893f3b
/
net
/
phonet
342dfc3
net: add build-time checks for msg->msg_name size
by Steffen Hurrle
· 11 years ago
1ee2dcc
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 11 years ago
bceaa90
inet: prevent leakage of uninitialized memory to user in recv syscalls
by Hannes Frederic Sowa
· 11 years ago
652586d
seq_file: remove "%n" usage from seq_file users
by Tetsuo Handa
· 11 years ago
d14c5ab
net: proc_fs: trivial: print UIDs as unsigned int
by Francesco Fusco
· 11 years ago
fe2c633
net: Convert uses of typedef ctl_table to struct ctl_table
by Joe Perches
· 11 years ago
351638e
net: pass info struct via netdevice notifier
by Jiri Pirko
· 11 years ago
661d296
rtnetlink: Remove passing of attributes into rtnl_doit functions
by Thomas Graf
· 12 years ago
b67bfe0
hlist: drop the node parameter from iterators
by Sasha Levin
· 12 years ago
ece31ff
net: proc: change proc_net_remove to remove_proc_entry
by Gao feng
· 12 years ago
d4beaa6
net: proc: change proc_net_fops_create to proc_create
by Gao feng
· 12 years ago
dfc47ef
net: Push capable(CAP_NET_ADMIN) into the rtnl methods
by Eric W. Biederman
· 12 years ago
15e4730
netlink: Rename pid to portid to avoid confusion
by Eric W. Biederman
· 12 years ago
a7cb5a4
userns: Print out socket uids in a user namespace aware fashion.
by Eric W. Biederman
· 12 years ago
31fdc55
net: remove my future former mail address
by Rémi Denis-Courmont
· 12 years ago
ec8f23c
net: Convert all sysctl registrations to register_net_sysctl
by Eric W. Biederman
· 13 years ago
5dd3df1
net: Move all of the network sysctls without a namespace into init_net.
by Eric W. Biederman
· 13 years ago
95c9617
net: cleanup unsigned to unsigned int
by Eric Dumazet
· 13 years ago
8e052e5
Phonet: missing headers (sparse)
by Rémi Denis-Courmont
· 13 years ago
3c490a8
Phonet: phonet_net_id can be static (sparse)
by Rémi Denis-Courmont
· 13 years ago
e65ac4d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
0347875
phonet: Sort out initiailziation and cleanup code.
by Eric W. Biederman
· 13 years ago
06eb4ea
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
bcf1b70
phonet: Check input from user before allocating
by Sasha Levin
· 13 years ago
7f116b5
phonet: Stop using NLA_PUT*().
by David S. Miller
· 13 years ago
cf778b0
net: reintroduce missing rcu_assign_pointer() calls
by Eric Dumazet
· 13 years ago
bdb6e69
Phonet: set the pipe handle using setsockopt
by Dinesh Kumar Sharma
· 13 years ago
bc3b2d7
net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules
by Paul Gortmaker
· 13 years ago
3a9a231
net: Fix files explicitly needing to include module.h
by Paul Gortmaker
· 13 years ago
a9b3cd7
rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER
by Stephen Hemminger
· 13 years ago
c7ac867
rtnetlink: Compute and store minimum ifinfo dump size
by Greg Rose
· 13 years ago
71338aa
net: convert %p usage to %pK
by Dan Rosenberg
· 13 years ago
06f4e92
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 13 years ago
7e113a9
net,rcu: convert call_rcu(phonet_device_rcu_free) to kfree_rcu()
by Lai Jiangshan
· 14 years ago
e67f88d
net: dont hold rtnl mutex during netlink dump callbacks
by Eric Dumazet
· 14 years ago
44f4d5a
Phonet: convert bound sockets hash list to RCU
by Rémi Denis-Courmont
· 14 years ago
638be34
Phonet: fix aligned-mode pipe socket buffer header reserve
by Rémi Denis-Courmont
· 14 years ago
a015f6f
Phonet: kill the ST-Ericsson pipe controller Kconfig
by Rémi Denis-Courmont
· 14 years ago
297edb6
Phonet: support active connection without pipe controller on modem
by Rémi Denis-Courmont
· 14 years ago
acaf7df
Phonet: provide pipe socket option to retrieve the pipe identifier
by Rémi Denis-Courmont
· 14 years ago
f7ae8d5
Phonet: allocate sock from accept syscall rather than soft IRQ
by Rémi Denis-Courmont
· 14 years ago
44c9ab1
Phonet: factor common code to send control messages
by Rémi Denis-Courmont
· 14 years ago
0ebbf31
Phonet: correct pipe backlog callback return values
by Rémi Denis-Courmont
· 14 years ago
b765e84
Phonet: return an error when packet TX fails
by Rémi Denis-Courmont
· 14 years ago
c69d440
Phonet: fix NULL dereference on TX path with implicit source
by Rémi Denis-Courmont
· 14 years ago
0049713
phonet: Protect pipe_do_remove() with appropriate ifdefs.
by David S. Miller
· 14 years ago
8f44fcc
Phonet: fix flawed "SYN/ACK" logic
by Rémi Denis-Courmont
· 14 years ago
0165d69
Phonet: don't bother with transaction IDs (especially for indications)
by Rémi Denis-Courmont
· 14 years ago
2feb618
Phonet: remove redumdant pep->pipe_state
by Rémi Denis-Courmont
· 14 years ago
14ba8fa
Phonet: use socket destination in pipe protocol
by Rémi Denis-Courmont
· 14 years ago
a805951
Phonet: implement per-socket destination/peer address
by Rémi Denis-Courmont
· 14 years ago
9624154
Phonet: allow multiple listen() and fix small race condition
by Rémi Denis-Courmont
· 14 years ago
facb4ed
phonet: some signedness bugs
by Dan Carpenter
· 14 years ago
927a41f
Net: phonet: Makefile: Remove deprecated kbuild goal definitions
by Tracey Dent
· 14 years ago
c5e90f5
phonet: remove the unused variable pn
by Changli Gao
· 14 years ago
b3d6255
Phonet: 'connect' socket implementation for Pipe controller
by Kumar Sanghvi
· 14 years ago
a131d82
Phonet: mark the pipe controller as EXPERIMENTAL
by Rémi Denis-Courmont
· 14 years ago
03789f2
Phonet: cleanup pipe enable socket option
by Rémi Denis-Courmont
· 14 years ago
6d8e74e
Phonet: advise against enabling the pipe controller
by Rémi Denis-Courmont
· 14 years ago
21a180c
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
e1a5964
Phonet: restore flow control credits when sending fails
by Rémi Denis-Courmont
· 14 years ago
a91e7d4
Phonet: Correct header retrieval after pskb_may_pull
by Kumar Sanghvi
· 14 years ago
8d98efa
Phonet: Implement Pipe Controller to support Nokia Slim Modems
by Kumar Sanghvi
· 14 years ago
9e0064a
phonet: Fix build warning.
by David S. Miller
· 14 years ago
507215f
Phonet: list subscribed resources via proc_fs
by Rémi Denis-Courmont
· 14 years ago
b6a563b
Phonet: look up the resource routing table when forwarding
by Rémi Denis-Courmont
· 14 years ago
7417fa8
Phonet: hook resource routing to userspace via ioctl()'s
by Rémi Denis-Courmont
· 14 years ago
4e3d16c
Phonet: resource routing backend
by Rémi Denis-Courmont
· 14 years ago
6482f55
Phonet: remove dangling pipe if an endpoint is closed early
by Rémi Denis-Courmont
· 14 years ago
01b3860
Phonet: do not set POLLOUT in case of send buffer overflow
by Rémi Denis-Courmont
· 14 years ago
02ac326
Phonet: correct sendmsg() error code from sock_alloc_send_skb()
by Rémi Denis-Courmont
· 14 years ago
1a98214
Phonet: restore flow control credits when sending fails
by Rémi Denis-Courmont
· 14 years ago
6a499b2
phonet: use for_each_set_bit
by Akinobu Mita
· 14 years ago
11fe883
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
635f081
Phonet: fix skb leak in pipe endpoint accept()
by Rémi Denis-Courmont
· 14 years ago
88e7594
phonet: use call_rcu for phonet device free
by Jiri Pirko
· 14 years ago
7dfde17
Phonet: listening socket lock protects the connected socket list
by Rémi Denis-Courmont
· 14 years ago
e513480
Phonet: fix potential use-after-free in pep_sock_close()
by Rémi Denis-Courmont
· 14 years ago
4381548
net: sock_def_readable() and friends RCU conversion
by Eric Dumazet
· 15 years ago
0db3f0f
phonet: use phonet_pernet instead of directly net_generic
by Jiri Pirko
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
a1ca14a
phonet: use for_each_set_bit()
by Akinobu Mita
· 15 years ago
2c8c1e7
net: spread __net_init, __net_exit
by Alexey Dobriyan
· 15 years ago
82ecbcb
Phonet: reject unsupported sendmsg/recvmsg flags
by Rémi Denis-Courmont
· 15 years ago
fea93ec
Phonet: zero-copy GPRS TX
by Rémi Denis-Courmont
· 15 years ago
fc6a110
Phonet: zero-copy aligned GPRS RX
by Rémi Denis-Courmont
· 15 years ago
d7fc02c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 15 years ago
d2b3eb6
net: Simplify phonet pernet operations.
by Eric W. Biederman
· 15 years ago
f64f9e7
net: Move && and || to end of previous line
by Joe Perches
· 15 years ago
eeb74a9d
Phonet: convert devices list to RCU
by Rémi Denis-Courmont
· 15 years ago
f99189b
netns: net_identifiers should be read_mostly
by Eric Dumazet
· 15 years ago
b2a5dec
Phonet: missing rcu_dereference()
by Rémi Denis-Courmont
· 15 years ago
8888013
Phonet: convert routing table to RCU
by Rémi Denis-Courmont
· 15 years ago
7ed0132
Phonet: put protocols array under RCU
by Rémi Denis-Courmont
· 15 years ago
f8572d8
sysctl net: Remove unused binary sysctl code
by Eric W. Biederman
· 15 years ago
b170437
Phonet: allocate and copy for pipe TX without sock lock
by Rémi Denis-Courmont
· 15 years ago
6b0d07b
Phonet: put sockets in a hash table
by Rémi Denis-Courmont
· 15 years ago
3f378b6
net: pass kern to net_proto_family create function
by Eric Paris
· 15 years ago
4b7673a
Phonet: remove tautologies
by Rémi Denis-Courmont
· 15 years ago
21912d1
Phonet: hold socket before giving it to sk_deliver_skb()
by Rémi Denis-Courmont
· 15 years ago
Next »