Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
9ce6e0be0626a5de2aca8b769a4aa57086257156
/
net
/
phonet
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
eeb74a9
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
766e9037
net: sk_drops consolidation
by Eric Dumazet
· 15 years ago
86a0a1e
Phonet: forward incoming packets
by Rémi Denis-Courmont
· 15 years ago
aa6c45f
Phonet: route outgoing packets
by Rémi Denis-Courmont
· 15 years ago
f062f41
Phonet: routing table Netlink interface
by Rémi Denis-Courmont
· 15 years ago
55748ac
Phonet: routing table backend
by Rémi Denis-Courmont
· 15 years ago
f14001f
Phonet: deliver broadcast packets to broadcast sockets
by Rémi Denis-Courmont
· 15 years ago
ec1b4cf
net: mark net_proto_ops as const
by Stephen Hemminger
· 15 years ago
013820a
Phonet: fix mutex imbalance
by Rémi Denis-Courmont
· 15 years ago
b705884
net: Make setsockopt() optlen be unsigned.
by David S. Miller
· 15 years ago
18a1166
Phonet: error on broadcast sending (unimplemented)
by Rémi Denis-Courmont
· 15 years ago
582b0b6
Phonet: fix race for port number in concurrent bind()
by Rémi Denis-Courmont
· 15 years ago
8d65af7
sysctl: remove "struct file *" argument of ->proc_handler
by Alexey Dobriyan
· 15 years ago
b11b516
Phonet: Netlink event for autoconfigured addresses
by Rémi Denis-Courmont
· 15 years ago
f5bb1c5
Phonet: back-end for autoconfigured addresses
by Rémi Denis-Courmont
· 15 years ago
998ec75
Phonet: fix netlink address dump error handling
by Rémi Denis-Courmont
· 15 years ago
424efe9
netdev: convert pseudo drivers to netdev_tx_t
by Stephen Hemminger
· 15 years ago
ae6e2ae
phonet: fix build when PROC_FS is disabled
by Randy Dunlap
· 15 years ago
cb7d9e7
Phonet: fix /proc/net/phonet with network namespaces
by Rémi Denis-Courmont
· 15 years ago
59e57f4
phonet: phonet_device_get() fix
by Eric Dumazet
· 15 years ago
421d20a
phonet: Fix build.
by David S. Miller
· 15 years ago
2eee40c
Phonet: dropped datagrams accounting
by Rémi Denis-Courmont
· 15 years ago
2e2fb4b
Phonet: account for dropped RX packets
by Rémi Denis-Courmont
· 15 years ago
c1dc13e
Phonet: sockets list through proc_fs
by Rémi Denis-Courmont
· 15 years ago
6ed1065
net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions
by Patrick McHardy
· 15 years ago
2be6fa4
Phonet: generate Netlink RTM_DELADDR when destroying a device
by Rémi Denis-Courmont
· 15 years ago
c7a1a4c
Phonet: publicize the Netlink notification function
by Rémi Denis-Courmont
· 15 years ago
5c313e9
phonet: Use frag list abstraction interfaces.
by David S. Miller
· 15 years ago
bbd5898
Phonet: fix accounting race between gprs_writeable() and gprs_xmit()
by Rémi Denis-Courmont
· 15 years ago
692105b
trivial: fix typos/grammar errors in Kconfig texts
by Matt LaPlante
· 16 years ago
7546dd9
net: convert usage of packet_type to read_mostly
by Stephen Hemminger
· 16 years ago
1ce85fe
netlink: change nlmsg_notify() return value logic
by Pablo Neira Ayuso
· 16 years ago
5e30589
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
by David S. Miller
· 16 years ago
Next »