Update to 3.4-final.
[linux-flexiantxendom0-3.2.10.git] / net / phonet /
2012-04-13 Eric W. Biedermanphonet: Sort out initiailziation and cleanup code.
2012-04-05 Sasha Levinphonet: Check input from user before allocating
2012-01-12 Eric Dumazetnet: reintroduce missing rcu_assign_pointer() calls
2011-11-18 Dinesh Kumar SharmaPhonet: set the pipe handle using setsockopt
2011-10-31 Paul Gortmakernet: Add export.h for EXPORT_SYMBOL/THIS_MODULE to...
2011-10-31 Paul Gortmakernet: Fix files explicitly needing to include module.h
2011-08-02 Stephen Hemmingerrcu: convert uses of rcu_assign_pointer(x, NULL) to...
2011-06-10 Jeff Mahoney- x86: Remove warning and warning_symbol from struct
2011-06-10 Greg Rosertnetlink: Compute and store minimum ifinfo dump size
2011-05-24 Dan Rosenbergnet: convert %p usage to %pK
2011-05-20 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-next-2.6
2011-05-08 Lai Jiangshannet,rcu: convert call_rcu(phonet_device_rcu_free) to...
2011-05-02 Eric Dumazetnet: dont hold rtnl mutex during netlink dump callbacks
2011-04-15 Rémi Denis-CourmontPhonet: convert bound sockets hash list to RCU
2011-03-15 Rémi Denis-CourmontPhonet: fix aligned-mode pipe socket buffer header...
2011-03-09 Rémi Denis-CourmontPhonet: kill the ST-Ericsson pipe controller Kconfig
2011-03-09 Rémi Denis-CourmontPhonet: support active connection without pipe controll...
2011-03-09 Rémi Denis-CourmontPhonet: provide pipe socket option to retrieve the...
2011-03-09 Rémi Denis-CourmontPhonet: allocate sock from accept syscall rather than...
2011-03-09 Rémi Denis-CourmontPhonet: factor common code to send control messages
2011-03-09 Rémi Denis-CourmontPhonet: correct pipe backlog callback return values
2011-03-09 Rémi Denis-CourmontPhonet: return an error when packet TX fails
2011-03-09 Rémi Denis-CourmontPhonet: fix NULL dereference on TX path with implicit...
2011-02-25 David S. Millerphonet: Protect pipe_do_remove() with appropriate ifdefs.
2011-02-25 Rémi Denis-CourmontPhonet: fix flawed "SYN/ACK" logic
2011-02-25 Rémi Denis-CourmontPhonet: don't bother with transaction IDs (especially...
2011-02-25 Rémi Denis-CourmontPhonet: remove redumdant pep->pipe_state
2011-02-25 Rémi Denis-CourmontPhonet: use socket destination in pipe protocol
2011-02-25 Rémi Denis-CourmontPhonet: implement per-socket destination/peer address
2011-02-25 Rémi Denis-CourmontPhonet: allow multiple listen() and fix small race...
2011-01-10 Dan Carpenterphonet: some signedness bugs
2010-11-22 Tracey DentNet: phonet: Makefile: Remove deprecated kbuild goal...
2010-10-20 Changli Gaophonet: remove the unused variable pn
2010-10-13 Kumar SanghviPhonet: 'connect' socket implementation for Pipe controller
2010-10-08 Rémi Denis-CourmontPhonet: mark the pipe controller as EXPERIMENTAL
2010-10-08 Rémi Denis-CourmontPhonet: cleanup pipe enable socket option
2010-10-08 Rémi Denis-CourmontPhonet: advise against enabling the pipe controller
2010-10-04 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-10-01 Rémi Denis-CourmontPhonet: restore flow control credits when sending fails
2010-09-30 Kumar SanghviPhonet: Correct header retrieval after pskb_may_pull
2010-09-28 Kumar SanghviPhonet: Implement Pipe Controller to support Nokia...
2010-09-16 David S. Millerphonet: Fix build warning.
2010-09-16 Rémi Denis-CourmontPhonet: list subscribed resources via proc_fs
2010-09-16 Rémi Denis-CourmontPhonet: look up the resource routing table when forwarding
2010-09-16 Rémi Denis-CourmontPhonet: hook resource routing to userspace via ioctl()'s
2010-09-16 Rémi Denis-CourmontPhonet: resource routing backend
2010-09-16 Rémi Denis-CourmontPhonet: remove dangling pipe if an endpoint is closed...
2010-08-31 Rémi Denis-CourmontPhonet: do not set POLLOUT in case of send buffer overflow
2010-08-31 Rémi Denis-CourmontPhonet: correct sendmsg() error code from sock_alloc_se...
2010-08-31 Rémi Denis-CourmontPhonet: restore flow control credits when sending fails
2010-08-28 Akinobu Mitaphonet: use for_each_set_bit
2010-07-21 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-07-09 Rémi Denis-CourmontPhonet: fix skb leak in pipe endpoint accept()
2010-06-09 Jiri Pirkophonet: use call_rcu for phonet device free
2010-06-08 Jeff Mahoney- patches.arch/x86_mce_intel_decode_physical_address...
2010-05-29 Rémi Denis-CourmontPhonet: listening socket lock protects the connected...
2010-05-25 Rémi Denis-CourmontPhonet: fix potential use-after-free in pep_sock_close()
2010-05-01 Eric Dumazetnet: sock_def_readable() and friends RCU conversion
2010-04-26 Jiri Pirkophonet: use phonet_pernet instead of directly net_generic
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-15 Akinobu Mitaphonet: use for_each_set_bit()
2010-01-26 Jeff Mahoney- patches.suse/slab-handle-memoryless-nodes-v2a.patch...
2010-01-18 Alexey Dobriyannet: spread __net_init, __net_exit
2010-01-07 Rémi Denis-CourmontPhonet: reject unsupported sendmsg/recvmsg flags
2010-01-07 Rémi Denis-CourmontPhonet: zero-copy GPRS TX
2010-01-07 Rémi Denis-CourmontPhonet: zero-copy aligned GPRS RX
2009-12-08 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-next-2.6
2009-12-02 Eric W. Biedermannet: Simplify phonet pernet operations.
2009-11-30 Joe Perchesnet: Move && and || to end of previous line
2009-11-18 Rémi Denis-CourmontPhonet: convert devices list to RCU
2009-11-18 Eric Dumazetnetns: net_identifiers should be read_mostly
2009-11-17 Rémi Denis-CourmontPhonet: missing rcu_dereference()
2009-11-14 Rémi Denis-CourmontPhonet: convert routing table to RCU
2009-11-14 Rémi Denis-CourmontPhonet: put protocols array under RCU
2009-11-12 Eric W. Biedermansysctl net: Remove unused binary sysctl code
2009-11-11 Rémi Denis-CourmontPhonet: allocate and copy for pipe TX without sock...
2009-11-11 Rémi Denis-CourmontPhonet: put sockets in a hash table
2009-11-06 Eric Parisnet: pass kern to net_proto_family create function
2009-11-04 Rémi Denis-CourmontPhonet: remove tautologies
2009-10-15 Rémi Denis-CourmontPhonet: hold socket before giving it to sk_deliver_skb()
2009-10-15 Eric Dumazetnet: sk_drops consolidation
2009-10-14 Rémi Denis-CourmontPhonet: forward incoming packets
2009-10-14 Rémi Denis-CourmontPhonet: route outgoing packets
2009-10-14 Rémi Denis-CourmontPhonet: routing table Netlink interface
2009-10-14 Rémi Denis-CourmontPhonet: routing table backend
2009-10-14 Rémi Denis-CourmontPhonet: deliver broadcast packets to broadcast sockets
2009-10-07 Stephen Hemmingernet: mark net_proto_ops as const
2009-09-30 Rémi Denis-CourmontPhonet: fix mutex imbalance
2009-09-30 David S. Millernet: Make setsockopt() optlen be unsigned.
2009-09-24 Rémi Denis-CourmontPhonet: error on broadcast sending (unimplemented)
2009-09-24 Rémi Denis-CourmontPhonet: fix race for port number in concurrent bind()
2009-09-24 Alexey Dobriyansysctl: remove "struct file *" argument of ->proc_handler
2009-09-15 Rémi Denis-CourmontPhonet: Netlink event for autoconfigured addresses
2009-09-11 Rémi Denis-CourmontPhonet: back-end for autoconfigured addresses
2009-09-11 Rémi Denis-CourmontPhonet: fix netlink address dump error handling
2009-09-01 Stephen Hemmingernetdev: convert pseudo drivers to netdev_tx_t
2009-08-18 Randy Dunlapphonet: fix build when PROC_FS is disabled
2009-08-13 Rémi Denis-CourmontPhonet: fix /proc/net/phonet with network namespaces
2009-08-05 Eric Dumazetphonet: phonet_device_get() fix
2009-07-27 Eric Dumazetphonet: phonet_device_get() fix
next